Failed to add SSID to remembered list
-
Whats wrong here ?
M552
WiFi module is changing mode<LF>
ok<LF>
WiFi reported error: no known networks found<LF>
WiFi module is idle<LF>
M587 S"FRITZ!Box Fon WLAN 7390" P"1202678137040714"
M587: Failed to add SSID to remembered list<LF>
ok<LF>
Error retrieving WiFi status message: bad reply format version<LF> -
M587
With no parameters will list all of the remembered networks. There is a limit to the number that the module will remember.
M588 can be used to forget networks.
M88 S"*"
This will forget all of the networks that it has remembered so far.
M88 S"FRITZ!Box Fon WLAN 7390"
Will specifically forget the one that you were trying to add, in case it was already in there.
Also see the notes in the wiki here: https://duet3d.dozuki.com/Wiki/Gcode#Section_M587_Add_WiFi_host_network_to_remembered_list_or_list_remembered_networks
You have to take the wifi module out of reset first, so the M552 S0 command should precede this.
-
now it works.
M552 S0 and then M588 S"*"