Duet 3 mini 5+ Did i get a dud? Wifi not working.
-
Hi,
What does your config.g file look like?
What does M587 report?
Thanks.
Frederick
-
Just for testing purpose i tried to make a guest network and that works fine. What could be the issue?
-
Do you have any other Duet3D boards connected to the same WiFi network?
Enabling WiFi debug using M111 may provide a little more information as to what is going on.
-
I get this problem every so often as well. It happens on about every 2-3 power is turned off then on.
; Configuration file for Duet 3 Mini 5+ (firmware version 3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.2.1 on Mon Jan 11 2021 23:48:34 GMT-0700 (Mountain Standard Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"badass printer" ; set printer name; Network
;M587 s"notyours" P"*************"
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet -
For a while I been having wifi problems with my Duets, they would only work in a few locations. Router in same room as the printers. I have an ASUS RT-AC56, recently the mesh wifi died and a reboot of the router fixed it, and the Duet wifi problems disappeared at the same time.
-
@Alucardi said in Duet 3 mini 5+ Did i get a dud? Wifi not working.:
Just for testing purpose i tried to make a guest network and that works fine. What could be the issue?
If would be helpful if you would post the results of running M587.
And what do you mean by "guest network"?
Thanks.
Frederick
-
@fcwilt guest network is just that. Most routers have the option of setting up a guest network.
I did set it up just like a full network with full access.
After it connected to that I deleted the guest network and it connects fine to my regular network.
Must have bin some glitch. Either in my mesh system (even though I rebooted it several
Times) or in the card. -
Once you're connected to DWC, upload the 3.2 final release zip file to the system tab and then check that the firmware and DWC files are updated. If it doesn't apply the firmware the first time, upload it again.
https://github.com/Duet3D/RepRapFirmware/releases/download/3.2/Duet2and3Firmware-3.2.zip
-
@Alucardi said in Duet 3 mini 5+ Did i get a dud? Wifi not working.:
@fcwilt guest network is just that. Most routers have the option of setting up a guest network.
Got it.
That type of network typically is isolated from other computers on your local network.
It's fine for an outgoing connection to the Internet but that's about it.
Frederick
-
see if you have
802.11w Management Frame Protection
enabled.this can cause problems with some clients
-
@Veti I will take a lol at that when I get home. My duet 2 WiFi connected fine though without this hassle before.