mirror of
https://github.com/lupyuen/lupyuen.github.io.git
synced 2025-01-13 12:38:31 +08:00
Update article
This commit is contained in:
parent
c548f11f67
commit
e6d991dd8d
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue