Wifi issue duet 2 after RRF3.3 install
-
Hello I just updated my duet 2 wifi to version 3.3 and I can no longer connect to it via wifi. I plugged a USB cable into it and send an M552 command and it just keeps telling me that the wifi module is starting.
Has anyone else run into this? is there a way to fix it?
Thanks.
-
Send
M552 S0 ; halt module
M997 S1 ; to reflash the module
M551 S1 ; restart moduleAnd see if that helps. Send M122 to check the wifi server version. It's listed near the very bottom. Should be 1.26 for firmware 3.3. If it's an older version, please try uploading the entire 3.3 zip file again in DWC to the system tab. I assume that's how you initiated the update in the first place? What firmware version were you on previously?
https://github.com/Duet3D/RepRapFirmware/releases/download/3.3/Duet2and3Firmware-3.3.zip
-
M997 S1 yeilds an error , 0:/firmware/duetwifiserver.bin not found.
-
Please do the following.
First try sending
M997 S1 P"0:/sys/DuetWiFiServer.bin"
to try and use the firmware in the sys folder.If that doesn't work.
Pull your SD card from the Duet and mount it in your PC.
Create a new folder in the root of the card called firmware.
Then download the 3.3 zip file linked above, extract it on your computer, then copy the Duetwifiserver.bin file onto your SD card into the firmware folder.
Then put the SD back in the Duet and now send M997 S1 again.If that works (it should) and you're able to reconnect to the Duet web interface, please try uploading the entire 3.3 zip file again in DWC to the system tab.
-
@phaedrux said in Wifi issue duet 2 after RRF3.3 install:
M997 S1 P"0:/sys/DuetWiFiServer.bin"
The M997 did the trick. My wifi is back online.
Thank you very much.
-
Don't forget about uploading the entire 3.3 zip file again in DWC to the system tab to make sure you've got all the right files in all the right places.
-
@phaedrux
That I didn’t do yet. -