Failed to initialise WiFi module
-
Can you also send the following commands via usb terminal and report what they return?
M552 S-1 M552 S0 M588 S"*" M552 S1 M997 S1
-
M552 S-1
ok<LF>
M552 S0
ok<LF>WiFi module started<LF>Error: Failed to initialise WiFi module: bad reply format version<LF>
M588 S"*"
Error: M588: Failed to reset the WiFi module to factory settings: WiFi module is disabled<LF>ok<LF>
M552 S1
ok<LF>WiFi module started<LF>Error: Failed to initialise WiFi module: bad reply format version<LF>
M997 S1
Trying to connect at 230400 baud: success<LF>Erasing 4096 bytes...<LF>Erasing 196608 bytes...<LF>Uploading file...<LF>5% complete<LF>10% complete<LF>15% complete<LF>20% complete<LF>25% complete<LF>30% complete<LF>35% complete<LF>40% complete<LF>45% complete<LF>50% complete<LF>55% complete<LF>60% complete<LF>65% complete<LF>70% complete<LF>75% complete<LF>80% complete<LF>85% complete<LF>90% complete<LF>95% complete<LF>Upload successful<LF>ok<LF>WiFi module started<LF>Error: Failed to initialise WiFi module: bad reply format version<LF> -
@CreateAndCarveCNC looks like your wifi module has died to me
-
@jay_s_uk Do you think it is unsalvageable?
-
@CreateAndCarveCNC I would guess it will need the wifi module changing. It may be possible with a soldering iron. I usually do it with a hotair station
-
@jay_s_uk ok, thank you.
Would you say that would solve the problem or would I need a new one all together?
-
@CreateAndCarveCNC i would say that will probably solve the problem, or at least its a good place to start
-
@jay_s_uk ok thank you, can you suggest the best place to purchase from please?
-
@CreateAndCarveCNC which version of the Duet 2 do you have? The older ones have an ESP-12S. When I replaced them, I went for an ESP-07S so I could use an external aerial
-
@jay_s_uk The one I have is Duet2 Main W51596. It has an external aerial.
-
@CreateAndCarveCNC then you would need a ESP-WROOM-02U
-
@jay_s_uk said in Failed to initialise WiFi module:
ESP-WROOM-02U
Thank you, can you recommend a reliable place to purchase at all please?
-
@CreateAndCarveCNC amazon, aliexpress, ebay, RS. depends how long you want to wait to get one
-
@jay_s_uk thank you, I need it asap to be honest, I have orders building up
-
@CreateAndCarveCNC don't forget you can still run commands from USB so you can operate the machine
-
@jay_s_uk can I? I didn't know that?
-
@CreateAndCarveCNC yes. Any of the gcode commands will work, such as G28 to home, M23 to pick a file from the sd card and M24 to run the job. https://docs.duet3d.com/en/User_manual/Reference/Gcodes
-
@jay_s_uk thank you for this. This helps a lot. So I just send the commands via YAT bypassing the problem for now?
-
-
@jay_s_uk thank you very much for the help, really appreciate it