I have been trying to connect my node to TTN for a couple days but can’t get it to work.
TTGO T3 v2.1 _ 1.6 (esp32) (LilyGO TTGO T3 LoRa32 868MHz V2.1.6 ESP32 - LILYGO-H240-01)
First of all some rookie questions:
I can just connect my node without needing my own gateway, right?
On TTN mapper if my location is not in a purple zone, does that mean I don’t have coverage?
I have tried a lot of different programs including the pax counter one where I select “ttgov21new.h” as my device. (GitHub - cyberman54/ESP32-Paxcounter: Wifi & BLE driven passenger flow metering with cheap ESP32 boards) As far as I understand, I don’t need to bridge any physical pins with eachother to make it work. I have checked my keys a dozen times (LSB/MSB).
The code seems to be running fine on the device but it has never recieved a join response using OTAA. ABP doesn’t seem to work either.
I have never used LoRa nor LoRaWAN before so I could be overlooking some basic stuff. Does anyone have experience connecting this transceiver to TTN or know how to help me out?
I hope this is the right category. Thanks in advance!