I can't connect DWC
-
I can't connect Duet Web Control. I have Duet2 wifi, my firmware is 2.05.01. The connection works via Yat, via Pronterface and Ping is normal. The DWC interface opens normal but is not connected and the connect button does not take effect.
I need some help
Thank you -
@aego said in I can't connect DWC:
I can't connect Duet Web Control. I have Duet2 wifi, my firmware is 2.05.01. The connection works via Yat, via Pronterface and Ping is normal. The DWC interface opens normal but is not connected and the connect button does not take effect.
I need some help
Thank youi am using Chrome
-
Sounds like the IP changed on ya. Use YAT and send M587 (no para) to list net info...
Is the blue WIFI light on solid? If so, it is connected to your Wifi, and you just need to know the IP address.
If not these may help...
To set the network...
M587 S"SSID" P"password"To forget the network
M588 S"SSID"Also
M552 S0 = Disconnect Wifi
M552 S1 = Connect Wifi -
Looks to me that network part is ok, as OP says "DWC interface opens normal" .
Sounds like DWC problem. What version of DWC you have? -
@HenryDara
Blue led is on and let see this:M552 S1
ok<LF>WiFi module is connected to access point dlink-3DC4, IP address 192.168.0.55<LF>
M587
Remembered networks:<LF>dlink-3DC4 IP=0.0.0.0 GW=0.0.0.0 NM=0.0.0.0<LF>ok<LF>
M587 S"DLINK-3DC4" P" 104"
ok<LF> -
@aego try forgetting the network with
M588 S"dlink-3DC4"
then adding it back to the list with
M587 S"dlink-3DC4" P"<wifi password>"
(replace with your actual password)Connect Duet to wifi (if it doesnt automatically)
M552 S1then check it with M587 again
Not sure why but when mine has gotten hosed up in the past this is how I recovered.
-
@aego Also you should be using 192.168.0.55 for your browser address (or 192.168.0.55/reprap.htm to use DWC1)
-
@HenryDara How can I update the DWC in sc card ? The files in the latest version and files in sdcar are diferent
Let see what happenM588 S"dlink-3DC4"
ok<LF>
M587 S"dlink-3DC4" P"103BCfs44"
ok<LF>
M552 S1
ok<LF>
m587
Remembered networks:<LF>dlink-3DC4 IP=0.0.0.0 GW=0.0.0.0 NM=0.0.0.0<LF>DLINK-3DC4 IP=0.0.0.0 GW=0.0.0.0 NM=0.0.0.0<LF>ok<LF> -
@aego said in I can't connect DWC:
How can I update the DWC in sc card ?
put it in your computer and download the DWC release, then extract to /www on SD card.
https://github.com/dc42/RepRapFirmware/releases/download/2.05.1/DuetWebControl-SD-2.0.7.zip
-
@bearer Now everything is ok, after update DWC.
Thank you Bearer and HenryDara