Duet wifi 2 wont connect to new network name
-
I've had this duet wifi 2 board and Duex 5 extension board for a couple years now. I haven't touched it in 3 months (was working fine then) and recently i have been trying to get it working again. Since last using it I've gotten a new wifi network name and password. So i decided to go through the whole original set up and intial connecting process again. after sending the M587 command with the SSId and password YAT replies with ok. Then when i send M552 S1 i get an error "no known networks found". I believe im entering all the information correctly. My one thought is that the network's name has an " ' " in it. could that be causing an issue? Also is this the right way to connect to my new wifi network.
-
@Drak said in Duet wifi 2 wont connect to new network name:
M587
The use of special characters in the SSID cannot be guaranteed to work. In general it's best to avoid most special characters. Spaces, periods, dashes, underscores, and other punctuation is likely ok, but special characters on the number keys likely are not safe. (@#$%^&*). If you are having troubles adding your SSID, try a simplified version with only letters and numbers.
looks like
'
should be fine; could it be the network is 5ghz, which isnt supported by the duet? -
If you have a ' then you need to put 2 of them '' otherwise the firmware thinks you mean lower case.
See the notes here https://duet3d.dozuki.com/Wiki/Gcode#Section_M587_Add_WiFi_host_network_to_remembered_list_or_list_remembered_networks -
d'oh, it was litterally right there and i missed it...
-
@jay_s_uk okay i tried '' in the M587 command then i get error "SSID not found"
-
You can send M587 to check what networks are stored.
-
actually i got it to connect
-
i then typed the ip into google so i could connect to the printer but i get this error
"Your Duet rejected the HTTP request: page not found
Check that the SD card is mounted and has the correct files in its /www folder" -
You're missing the DWC files from the SD card.
It can be found here https://github.com/Duet3D/DuetWebControl/releases/tag/3.1.1
Extract the contents to a folder called www in the root of the sd card