ARMmbed / mbed-os-example-lorawan

Simple LoRaWAN example application for mbed OS
Apache License 2.0
79 stars 93 forks source link

OTAA Join Accept not received by STM32 node through the Gateway #175

Open cs15-c opened 4 years ago

cs15-c commented 4 years ago

I am currently playing around with LoRaWAN and TTN and try to getting SX1276 Modem (nice RF) to work.

I implemented on STM32l4 board. When OTAA join starts the device gets registered on the TTN console but i never receive the join accept back on my node. So with both MCU’s the join hangs up after EV_JOINING event.

I fiddled around with the timer settings and also change in joining time but it can't joined to node and continuously open Rx window1 and Rx window2 but Rx timeout occurs.

But ABP is properly work.

Could it be possible that this is a problem on the gateway’s side? Or are there any other possibilities that cause those problem? (In the forum i also found problems/solutions regarding the datarate in the RX1 and RX2 windows that weren’t LoRa compliant but according to the change log they resolved that a while ago so it couldn’t be the source of my problem).

ciarmcom commented 4 years ago

ARM Internal Ref: IOTCELL-2453