https://www.tindie.com/products/TleraCorp/grasshopper-loralorawan-development-board/
https://github.com/GrumpyOldPizza/ArduinoCore-stm32l0 https://github.com/GrumpyOldPizza/ArduinoCore-stm32l0/tree/master/libraries/LoRaWAN
- Open
connect-week.ino
and updatedevEui
,appEui
andappKey
to match values from your TTN device.
- Run
npm install
to install depedencies - Open
server.js
and add your app id and access key. - Run
node server.js
Note: The following serialization library is used in to encode/decode packets. https://github.com/thesolarnomad/lora-serialization