No Join Accept on Firebeetle with RFM95 and LMIC

Hi again,
After good test with some heltec devices wit TTN, I am now trying to implement my app with the HopeRF rfm95 lora device, I am using arduino-LMIC the last version (4.something). Firebeetle as board.
With a tested application that worked, i have create a new device, and in my gateway, I am getting the JoinRequest with good RSSI (-4x) and SNR in my “Gateway live data”, but is being impossible to receive the Join Accect with a downlink in my device, even defining some clock error to open earlier and close later the rx window. I think that TTN shoud be sending the downlink message because I used to receive it whit my other devices Heltec.
I see that on TTN:



In the arduino serial i get:

Starting
Packet queued
1900: EV_JOINING
253142: EV_TXSTART
646869: EV_JOIN_TXCOMPLETE: no JoinAccept

Maybe someone have any clue, or have suffer the same problem reaching a solution?
Thanks in advance,

Miguel

1 Like

Actualization,
The problemwas my fault, wrong positioning of JoinEUI and DevEUI i put one in the place of the other when changing from one library to another that uses diferents ways to enter it and they where write in different order.

1 Like

Thanks for letting us know the solution!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.