Messing with the lilygo ‐Sophie - OtagoPolytechnic/Cloudy-with-a-Chance-of-LoRa GitHub Wiki
Setting up TTN
creating a TTN account
- Create a The thing network(TTN) account at https://id.thethingsnetwork.org/oidc/interaction/pLjzKon1viHwdCHw_hTiu
Adding stuff to TTN
Step 1 - Creating an application
- Create an application
- give it an Application ID it must be unique, and give it and application name. and hit Create application
Step 2 - Adding end device (lilygo)
- After you have created the application you will automatically be in it, if not head to application and click on the one you have just made
- It should look like this
- Click on " + Register end device"
- You will now see this
- Under end device type select "enter ed device specifics manually"
- After that you will see
- Select the following
Frequency plan : Australia 915-928 MHz, FSB 2 (used by TTN)
LoRaWAN : LoRaWAN Specification 1.1.0
Regional Parameters version : RP001 Regional Parameters 1.1 revision A
- Once that is done this should pop up
- Enter 00 00 00 00 00 00 00 00 and hit confirm
- This will then pop up
-
Hit Generate on DevEUI, AppKey, NwkKey. A bunch of numbers all pop up. COPY THOSE AND PUT IN NOTES OR SOMTING YOU WILL NEED FOR THE CODE.
-
Give end device Id
- Reregister end device
- End device is now Created and connected to application.