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