WiFi module not starting on boot
-
got that same Problem like @alexdotz in 2018.
alexdotzalexdotz 19 Jul 2018, 03:50
I recently got a duet WiFi, had it up and running, and printed a few hundred hours on it, and then it just stopped letting me connect. My friend in computer science helped me try to figure it out and we determined that the WiFi module just wouldn’t turn on when the board would start up, so we couldn’t connect with the web interface. Though the commend line we can manually start the WiFi module, but this obviously isn’t an ideal situation to have to turn it on every time the printer gets turned off. I would really apply any help on getting this solved so I can go back to flipping the power switch and being up and running right away.Thanks,
AlexMy Wifi Modul works with usb but not without.
Thanks for help.
-
-
Are you certain that you have a M552 S1 command in config.g to turn on WiFi, and you don't have a M552 S0 command later in config.g?
-
Make sure that you don't have any M587, M588 or M589 commands in config.g.
-
You could try adding a delay command at the end of config,g, for example G4 P1000.
-
-
@dc42 said in WiFi module not starting on boot:
G4 P1000
Y added M552 S1 at start-
checked for the rest with strg-f.
everything is clear. -
looks like the Modul is not powered without usb connection. i popt out the usb and the modul shut down.
-
@Tobs94 said in WiFi module not starting on boot:
looks like the Modul is not powered without usb connection. i popt out the usb and the modul shut down.
That's odd, because the WiFi module uses the same 3.3V supply as the processor. Perhaps the 5V rail voltage is low when you don't provide USB power, and that is causing the 3.3V rail to be low too. Are you using the internal 5V regulator to produce 5V, or are you using the external 5V input?
-
Im powering with a 24V Power supply. using the internal 5v than
-
help
-
Can you measure the voltage between the 3.3V pin and the ground pin of one of the endstop connectors, with and without USB connected?
-
Yes thats the problem. got only 1Volt on the Powersupply and 3.3v on usb
-
Thats it. I forgot a jumper to set on the board. I will uploadt a picture later for anybody who had the same problem.
thanks