SOLVED - Duet2Wifi - WiFI not accessible after RRF3.1.0 upgrade
-
Is it gone forever?
After trying to upgrade from some release candidate of RRF 3 to RRF3.1.0 stable I could not longer connect to the wifi and I decided to reflash from scratch erasing the board
I managed to flash with the panel due bin file and not the duet bin file and now I can connect. Is it gone forever?
Thanks in advance
-
Go through these steps: https://duet3d.dozuki.com/Wiki/What_to_do_if_your_Duet_won't_respond
Should still be able to reflash with the proper firmware.
-
I managed to connect by usb again and re flash but it seems something is wrong with the wifi module?
M587
Error: M587: Failed to retrieve network list<LF>ok<LF>M552 S1
Turn off the current WiFi mode before selecting a new one<LF>ok<LF>
M552
WiFi module is being started<LF>ok<LF> -
When I try to define my network I get this:
M557 S"ssid" P"password"
Error: M557: specify at least radius or X and Y ranges in M557<LF>ok<LF> -
@pro3d said in Duet 2 Wifi - WiFI not accessible after RRF3.1.0 upgrade:
M557 S"ssid" P"password"
The correct command is M587, not M557.
-
Looks like the wifi module has some issues. The status is either disabled or like this:
M552
WiFi module is being started<LF>ok<LF>It never goes to started and light is constant on or off with M552S-1
Network list can not be reached or saved
M587
Error: M587: Failed to retrieve network list<LF>ok<LF> -
SOLVED!
I had to install DuetWiFiServer.bin and now I have connection
Thanks for helping