Data is showing up in my TTN Console Application Data on TTN for a while and then stop for no reason. Rebooting gateways, nodes and restarting TTN console don’t help. I can set it up later in the day and there is nothing in Application Data console for a while, then all of a sudden, data every 22 seconds. I don’t understand.
I am very new to TTN. I understand the issues with SCG’s. There are no Gateways nearby and I am evaluating whether I want to use TTN for my IOT devices. If so, I will purchase a LoraWan compliant gateway.
I have an ESP8266 and Adafruit RFM95 915Mhz breakout SCG using firmware from here: https://github.com/things4u/ESP-1ch-Gateway-v5.0.
My Node is an Arduino Uno and Dragino shield using firmware from here:
I am using a US Frequency Plan. My gateway is set up for a 902.3Mhz and my Node is restricted to that channel.
The node firmware is send a “Hello World” message every 22 seconds:
Sending uplink packet…
EV_TXCOMPLETE (includes waiting for RX windows)
The gateway is receiving those messages:
rxPkt:: t=13:43:19, f=0, sf=7, a=2602189E, flags=50, addr=0, len=16
rxPkt:: t=13:43:41, f=0, sf=7, a=2602189E, flags=50, addr=0, len=16
rxPkt:: t=13:44:03, f=0, sf=7, a=2602189E, flags=50, addr=0, len=16
rxPkt:: t=13:44:25, f=0, sf=7, a=2602189E, flags=50, addr=0, len=16