Commit from GitHub Actions

This commit is contained in:
Lee Lup Yuen 2022-01-13 22:57:22 +00:00
parent 0efdb7deae
commit 6d98b5061d
2 changed files with 10 additions and 5 deletions

View file

@ -555,13 +555,16 @@ CBOR Output: 11 bytes
<p><a href="https://lupyuen.github.io/articles/lorawan3"><strong>“LoRaWAN on Apache NuttX OS”</strong></a></p>
</li>
<li>
<p>Read BL602s <a href="https://lupyuen.github.io/articles/tsen"><strong>Internal Temperature Sensor</strong></a> to get real Sensor Data</p>
<p>Read BL602s <a href="https://lupyuen.github.io/articles/tsen"><strong>Internal Temperature Sensor</strong></a> to get real Sensor Data…</p>
<p><a href="https://github.com/lupyuen/bl602_adc_test"><strong>“ADC and Internal Temperature Sensor Library”</strong></a></p>
</li>
<li>
<p>Compress the Sensor Data with CBOR, as explained in this article</p>
<p>Compress the Sensor Data with CBOR</p>
<p>(As explained in this article)</p>
</li>
<li>
<p>Transmit the compressed Sensor Data to <a href="https://lupyuen.github.io/articles/ttn"><strong>The Things Network</strong></a> over LoRaWAN (pic below)</p>
<p>Transmit the compressed Sensor Data to <a href="https://lupyuen.github.io/articles/ttn"><strong>The Things Network</strong></a> over LoRaWAN</p>
<p>(Pic below)</p>
</li>
</ol>
<p>But first well take a short detour to explore <a href="https://lupyuen.github.io/articles/nuttx#rust-on-nuttx"><strong>Rust on NuttX</strong></a></p>

View file

@ -1062,10 +1062,12 @@ PrepareTxFrame: status=0, maxSize=11, currentSize=11</code></pre></div>
<p><a href="https://lupyuen.github.io/articles/cbor2"><strong>“Encode Sensor Data with CBOR on Apache NuttX OS”</strong></a></p>
</li>
<li>
<p>Transmit the compressed Sensor Data to <a href="https://lupyuen.github.io/articles/ttn"><strong>The Things Network</strong></a> over LoRaWAN (pic below)</p>
<p>Transmit the compressed Sensor Data to <a href="https://lupyuen.github.io/articles/ttn"><strong>The Things Network</strong></a> over LoRaWAN</p>
<p>(Pic below)</p>
</li>
<li>
<p>Well read BL602s <a href="https://lupyuen.github.io/articles/tsen"><strong>Internal Temperature Sensor</strong></a> to get real Sensor Data</p>
<p>Well read BL602s <a href="https://lupyuen.github.io/articles/tsen"><strong>Internal Temperature Sensor</strong></a> to get real Sensor Data…</p>
<p><a href="https://github.com/lupyuen/bl602_adc_test"><strong>“ADC and Internal Temperature Sensor Library”</strong></a></p>
</li>
</ul>
<p><em>Were porting plenty of code to NuttX: LoRa, LoRaWAN and NimBLE Porting Layer. Do we expect any problems?</em></p>