rgot-org / TheThingsNetwork_esp32

82 stars 24 forks source link

ttn-otaa-sleep example not working properly in US902-928 Frequency Plan #23

Open akotowski opened 2 years ago

akotowski commented 2 years ago

When I run the ttn-otaa-sleep example the device successfully joins the TTN network, however many subsequent packets are dropped somewhere. Only between 5 and 30% of messages arrive on the TTN console. The Frame Counter is counting with the number of messages sent by the ttn-otaa-sleep example. I have a strong signal: SF7BW125, SNR 9, RSSI -40, 0.06 Second air time, with almost no other traffic on my gateway. The results do not change between 30 second to 3 minute transmission intervals. At 6 minute transmission intervals the device does not see the Join-Accept message.

Running the ttn-ota example from MCCI LoRaWAN LMIC library I receive virtually all messages but sleep is not an option.

Any suggestions?