Commit from GitHub Actions

This commit is contained in:
Lee Lup Yuen 2022-01-03 12:24:14 +00:00
parent 325026998a
commit e0ccb9f452

View file

@ -132,6 +132,11 @@
<p><em>Why did we fork Semtechs LoRaWAN Stack? Why not build it specifically for NuttX?</em></p>
<p>LoRaWAN works <strong>slightly differently across the world regions</strong>, to comply with Local Wireless Regulations: Radio Frequency, Maximum Airtime (Duty Cycle), <a href="https://lupyuen.github.io/articles/lorawan#appendix-lora-carrier-sensing">Listen Before Talk</a>, …</p>
<p>Thus we should port <strong>Semtechs LoRaWAN Stack</strong> to NuttX with <strong>minimal changes</strong>, in case of future updates. (Like for new regions)</p>
<p><em>How does our LoRaWAN Library talk to the LoRa SX1262 Library?</em></p>
<p>Our LoRaWAN Library talks through Semtechs <strong>Radio Interface</strong> thats exposed by the LoRa SX1262 Library…</p>
<ul>
<li><a href="https://lupyuen.github.io/articles/sx1262#appendix-radio-functions"><strong>“Radio Functions (LoRaa SX1262)”</strong></a></li>
</ul>
<p><em>How did we create the LoRaWAN Library?</em></p>
<p>We followed the steps below to create <strong>“nuttx/libs/liblorawan”</strong> by cloning a NuttX Library…</p>
<ul>