Update article

This commit is contained in:
lupyuen 2021-12-31 09:47:23 +08:00
parent c548f11f67
commit e6d991dd8d

View file

@ -103,8 +103,6 @@ Our LoRa SX1262 Library assumes that the following __NuttX Devices__ are configu
- __/dev/spitest0__: SPI Test Driver (see above)
![Inside PineDio Stack BL604](https://lupyuen.github.io/images/spi2-pinedio1.jpg)
# LoRaWAN Objective
_What shall we accomplish with LoRaWAN today?_
@ -117,7 +115,7 @@ We'll do the basic LoRaWAN use case on NuttX...
Which works like this...
TODO
![LoRaWAN Use Case](https://lupyuen.github.io/images/lorawan3-flow.jpg)
1. NuttX sends a __Join Network Request__ to the LoRaWAN Gateway.
@ -139,6 +137,10 @@ TODO
Let's set the Device EUI, Join EUI and App Key.
# Download Source Code
TODO
# Device EUI, Join EUI and App Key
TODO
@ -191,6 +193,8 @@ TODO39
- [__NuttX Apps__](https://github.com/lupyuen/incubator-nuttx-apps/tree/lorawan)
![Inside PineDio Stack BL604](https://lupyuen.github.io/images/spi2-pinedio1.jpg)
# Join Network
TODO