This article is about LoRaWAN and ESP32 running MicroPython
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
git clone -b LoRaWAN https://github.com/lemariva/uPyLoRaWAN.git
DEVADDR: Device Address
NWKEY: Network Session Key
APP: App Session Key
You get these values, from the TTN console, when you register a new device under an application, as explained in the next section. Inside the main.py
change also the device_pins
dictionary to the corresponding of your board. Finally, the variable payload
is the data that will be sent.
You can follow this tutorial to install these tools: MicroPython: Visual Studio Code as IDE.
Create an account to leave a comment. Already have an account? Log In.
Become a member to follow this project and never miss any updates