mirror of
https://github.com/lupyuen/lupyuen.github.io.git
synced 2025-01-13 10:18:33 +08:00
Commit from GitHub Actions
This commit is contained in:
parent
0efdb7deae
commit
6d98b5061d
2 changed files with 10 additions and 5 deletions
|
@ -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 BL602’s <a href="https://lupyuen.github.io/articles/tsen"><strong>Internal Temperature Sensor</strong></a> to get real Sensor Data</p>
|
||||
<p>Read BL602’s <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 we’ll take a short detour to explore <a href="https://lupyuen.github.io/articles/nuttx#rust-on-nuttx"><strong>Rust on NuttX</strong></a>…</p>
|
||||
|
|
|
@ -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>We’ll read BL602’s <a href="https://lupyuen.github.io/articles/tsen"><strong>Internal Temperature Sensor</strong></a> to get real Sensor Data</p>
|
||||
<p>We’ll read BL602’s <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>We’re porting plenty of code to NuttX: LoRa, LoRaWAN and NimBLE Porting Layer. Do we expect any problems?</em></p>
|
||||
|
|
Loading…
Reference in a new issue