Error M587:Failed to add SSID to remembered list.
-
@Hiroaki Send M552 S-1, then M122, M552 S0, then M122, and M552 S1, then M122. This is what the response from my Duet 2 WiFi looks like (you can just copy the WiFi part at the end):
M552 S-1
WiFi module stopped
ok
M122
=== Diagnostics ===
RepRapFirmware for Duet 2 WiFi/Ethernet version 2.05 running on Duet WiFi 1.02 or later
Board ID: 08DGM-9T6BU-FG3SD-6JKD4-3S86N-KAMHF
...
-WiFi -
Network state is disabled
WiFi module is disabled
Failed messages: pending 0, notready 0, noresp 0
Socket states: 0 0 0 0 0 0 0 0
okM552 S0
ok
WiFi module started
M122
...
-WiFi -
Network state is running
WiFi module is idle
Failed messages: pending 0, notready 0, noresp 0
WiFi firmware version 1.23
WiFi MAC address a0:20:a6:31:b4:b9
WiFi Vcc 3.36, reset reason Turned on by main processor
WiFi flash size 4194304, free heap 30176
Socket states: 0 0 0 0 0 0 0 0
okM552 S1
ok
WiFi module is connected to access point BTWholeHome-XXX, IP address 192.168.0.12
M122
...
-WiFi -
Network state is running
WiFi module is connected to access point
Failed messages: pending 0, notready 0, noresp 0
WiFi firmware version 1.23
WiFi MAC address a0:20:a6:31:b4:b9
WiFi Vcc 3.37, reset reason Turned on by main processor
WiFi flash size 4194304, free heap 25568
WiFi IP address 192.168.0.12
WiFi signal strength -43dBm, reconnections 0, sleep mode modem
Socket states: 0 0 0 0 0 0 0 0
okIf you're not getting something similar, I'd guess that the WiFi module has failed. The usual reason for this is a power surge on the 3.3V line; the WiFi board and SD card are often the first to fail if this has happened, but can protect the main processor from failing.
It is possible that the WiFi module firmware has not flashed correctly. Try downloading a fresh DuetWiFiServer-1.23.bin from https://github.com/Duet3D/RepRapFirmware/releases/tag/2.05.1 and upload it to the 'sys' folder on the SD card, then send
M997 S1
.Ian
-
Hello @Hiroaki... I have had this issue myself a few times. The advice here did solve it; but I had to do it a couple of times. Re-flashing the firmware more than once might be necessary. I also found that in BOSSA, using the setting "erase all" seemed to yield the best results. Good luck to you!
-
@droftarts Thank you. As it's getting late night, I will do it tomorrow.
By the way do you think it's possible to change the wifi module ? -
@beachtec Thank you. I will try tomorrow. It's 0:21AM ...
Best Regards -
@droftarts
One question .
Upload Duetwifiserver-1.23.bin to the SYS not WWW folder?
Regards -
@Hiroaki said in Error M587:Failed to add SSID to remembered list.:
One question .
Upload Duetwifiserver-1.23.bin to the SYS not WWW folder?Yes, firmware updates go in the 'sys' folder. The 'www' folder is for DWC components.
Ian
-
@droftarts ok Thank you.
-
DuetWiFiServer-1.23.bin
I think you'll need to rename the file and remove the
-1.23
part so that the final file name is just DuetWiFiServer.bin -
@droftarts Hello
Thank you so much.
I could solve the problem.
sent M997 S1 and then ok.
I appreciate that.
Thank you -
@Phaedrux Thank you.
This was also helped me !
Thank you.