duet 2 the wifi only works when plugged into usb
-
@Phaedrux no not a new board, yes the 5v lights up when powered from psu. no i hooked up everything. also my biqu tft isnt connecting to the board even though it is powered
-
It sounds like a regulator has gone. You can provide 5v power via USB if that works for you.
-
@Phaedrux ugh man how tf does stuff like this go bad? i am so sick of these boards. why the hell are they so expensive when they are so fragile like this, i shouldve gone with klipper
-
I'm just speculating based on what you've said. Without photos of the board I can't tell if there is an obviously failed component or not.
How old is the board and where did you purchase?
-
@Phaedrux years old at this point and i think i got it from filastruder
-
@jcwild the WiFi module is powered from the 3.3V rail. Is there any difference in the brightness of the green 3.3V LED depending on whether the USB is connector or not?
Also check that the VIN terminal block screws and power supply connections are tight. You might have a poor VIN ground connection between the Duet and the PSU, and the USB cable might be completing the circuit.
-
@dc42 3.3 led brightness doesnt change from either power source
-
@dc42 is there somewhere i can supply 3.3v rail if its dead? i am using an atx psu so i have it all .
-
If it's working when USB is connected you could either use the USB port to provide the 5v, or use the external 5v input connection to supply 5v.
-
-
Do you get any errors?
Can you send M122 and post the results?
Can you share your config.g? -
@jcwild try reinstalling the WiFi firmware. If that doesn't fix it then the WiFi module may need to be replaced.
-
M997 S1 to reflash the wifi module.
-
@Phaedrux @dc42 just reflashed the wifi and it does the same, just times out again. here are m122 result and config.gm122 result.txt config.g
-
@jcwild you are running a very old version of RepRapFirmware. Furthermore, it is a beta version, so it is liable to contains bugs that are fixed in the release version. Please upgrade at least to RepRapFirmware 2.05.1 which you can find at https://github.com/Duet3D/RepRapFirmware/releases/tag/2.05.1.
The beta version of DuetWiFiServer that you are running is much more recent and we have not tested it with such an old version of RepRapFirmware. I suggest you install version 1.23 which you can find via the same link.
-
Your config.g file has syntax for RRF3 but the M122 shows it running RRF2. That can't be the config you were using before.
-
@dc42 ok now where can i find the iap4e file? why are all these files so badly spread out and not just pre compiled into an sd card image?
-
@dc42 just updated to exactly what you linked and same deal. timing out
-
@jcwild said in duet 2 the wifi only works when plugged into usb:
@dc42 ok now where can i find the iap4e file? why are all these files so badly spread out and not just pre compiled into an sd card image?
Typically updating is done with the pre-made zip file via DWC. But that zip file also contains all the files needed for that release including the iap files.
@jcwild said in duet 2 the wifi only works when plugged into usb:
@dc42 just updated to exactly what you linked and same deal. timing out
What error message do you get?
Can you send these commands one at a time and report the response you get?
M552 S-1
M552 S0
M552 S1
M997 S1
M588 S"*" ; this will clear all saved SSIDs and passwords
M587 S"Network-ssid" P"Password123" ; re-add your ssid and password -
@Phaedrux dont know what m552 s-1 does but ive dont plenty of toggling on and off with s0 and s1 and m587 ive done and redone after updating it with m997 s1