Create account at thethingsnetwork.org, then follow the steps below.
- Click on profile name.
- Choose 'Console' in the dropdown menu.
- Go to 'Applications' -> Create Application.
Guide: Adding Applications. - Select your newly created application -> Click on 'End devices' -> Register end device.
Guide: Adding end device.
Specific steps for this project:
Input method: Select the end device in the LoRaWAN Device Repository
Brand: Heltec (HeltecAutoMation)
Model: WiFi Lora 32(V2) (Class A OTAA)
Hardware Ver.: Unknown
Firmware Ver.: 1.0 (Uncertain about this)
Profile (Region): EU_863_870
Frequency Plan: Europe 863-870 MHz (SF9 for RX2 - recommended)
JoinEUI was set to the general value: all-zeros.
In this project the ESP-IDF framework is used.
To be able to easily send data via LoRaWAN to TTN, add the library ttn-esp32 by Manuel Bl.
Link: ttn-esp32
Follow the Get Started guide from the repository above, direct link: ttn-esp32 - Get Started.