used AT+NJM=2 stuck in loop
- This topic has 2 replies, 2 voices, and was last updated 7 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Hi,
I am using the FTDI Chip and the Arduino Serial Monitor to connect to the mDot. Everything worked well, until I used AT+NJM=2. No the mDot is in an endless Loop sending
Joining network... Network Join failed
ERROR
Joining network... Network Join failed
ERROR
Joining network... Network Join failed
ERROR
Joining network...
Waiting 13 s before next join attempt
Network Join failed
ERROR
Joining network... Network Join failed
ERROR
Joining Network
…
i read that i should use the reset pin and send after resetting a +++ cia the Serial Monitor to Exit the Loop. But this does not work for me. Is there anyone who got the same Problem and found a solution.
Thanks in advance
Hello Towo
The reset is not needed, simply issue +++ (no carriage return) to escape
back into to “command mode” where you can exit Auto OTA mode with the
commands at+njm=1 then at&w (store to novram) and atz (reset).