i use The Things Indoor Gateway and on Node side the LoRa module RN2483 (Vers 1.0.5).
After joining, the node sent only two times (30 minutes cycle) its payload. It starts with SF12 for the first uplink data message and switches to SF7 for the second one. But after that, no message could be shown furthermore in the console.
I set the following parameters for the RN2483 module:
mac set deveui 0004a30b00ebxxxx
mac set appeui 0004a30b00ebxxxx (same as DEV EUI)
mac set appkey 157cc89c4f5812c7be692bf14dffxxxx (generated as Appkey from TTS)
Is it ok to set the AppEUI as the same as DevEUI? Because in former TTN it was automatically generatet in the console during registration process.
As I saw in the spec, LoRaWAN 1.0.2 should be the right one. Now I’ve tried both physical parameters as well, but the result is the same. No further uplink received after two transmissions.