dkadish / BioAcousticIndexTool

Smart sensor to calculate acoustic indices and capture environmental data in the field.
MIT License
3 stars 0 forks source link

LoRaWAN "Join Failed" #34

Open dkadish opened 10 months ago

dkadish commented 10 months ago

I was getting a "Join Failed" message when attempting to connect to LoRaWAN using the instructions from https://wiki.seeedstudio.com/LoRa_E5_mini/#connect-and-send-data-to-the-things-network:

AT
09:17:15.329 -> +AT: OK
AT+DR=EU868
09:18:03.641 -> +DR: EU868
AT+CH=NUM,0-2
09:18:17.678 -> +CH: NUM, 0-2
AT+MODE=LWOTAA
09:18:25.655 -> +MODE: LWOTAA
AT+JOIN
09:18:34.546 -> +JOIN: Start
09:18:34.546 -> +JOIN: NORMAL
09:18:42.547 -> +JOIN: Join failed
09:18:42.594 -> +JOIN: Done
dkadish commented 10 months ago
Screenshot 2023-09-11 at 09 27 59

I adjusted two things.

dkadish commented 10 months ago

NB: That did not solve problems.