mcci-catena / arduino-lmic

LoraWAN-MAC-in-C library, adapted to run under the Arduino environment
https://forum.mcci.io/c/device-software/arduino-lmic/
MIT License
633 stars 209 forks source link

EV_JOIN_TXCOMPLETE: no JoinAccept #694

Closed paulcastor30 closed 3 years ago

paulcastor30 commented 3 years ago

Can you help me with my problem regarding this below? Serial Monitor Output: 13:22:17.434 -> Starting 13:22:17.481 -> Packet queued 13:22:17.481 -> 1700: EV_JOINING 13:22:17.481 -> 1980: EV_TXSTART 13:22:23.884 -> 403730: EV_JOIN_TXCOMPLETE: no JoinAccept 13:22:24.446 -> 438920: EV_TXSTART 13:22:30.577 -> 819304: EV_JOIN_TXCOMPLETE: no JoinAccept

I used the ttn-otaa example found in the library. APPEUI, DEVEUI and APPKEY are from TTN Applications and i double check the APPEUI and DEVEUI in LSB format and APPKEY is in MSB format. However, i still cannot join/activate my arduino node.

IoTThinks commented 3 years ago

Region (EU868, US915, etc.): EU686 Radio (HopeRF, SX1276, etc.): SX1278 433Mhz

SX1278 - 433Mhz can work at EU868? Highly doubt.

paulcastor30 commented 3 years ago

Thank you very much for your reply. It looks like i need to change my LoRa Module to sx1276.