New firmware 1.19 beta 2
-
M588 * does not work. Nothing is deleted
-
So I try to get the machine into AP mode:
11:45:44.303 : serial: N45 M589 S"DuetWifi" P"Silverspoon" I192.168.1.1*28
And then M552 S2
I get:
11:46:03.063 : WiFi reported error: invalid access point configuration -
I don't think AP mode is implemented yet, is it?
But yeah, I have the same problem joining my network. It just sits there doing nothing, like it can't find the network at all. Signal strength should be fine, and no other devices have any problems joining at all.
-
I got it to work by deleting all known networks one at a time and re-add my main wifi.
-
Beta 6 is actually working with my printer. Just need to figure out how to use the M587 command to delete previous wifi connections so I can re-enter the correct one.
-
Beta 6 is actually working with my printer. Just need to figure out how to use the M587 command to delete previous wifi connections so I can re-enter the correct one.
It's M588 that does that, see https://duet3d.com/wiki/G-code#M588:_Forget_WiFi_host_network.
-
So I try to get the machine into AP mode:
11:45:44.303 : serial: N45 M589 S"DuetWifi" P"Silverspoon" I192.168.1.1*28
And then M552 S2
I get:
11:46:03.063 : WiFi reported error: invalid access point configurationDid you use M589 to configure the access point parameter first? See https://duet3d.com/wiki/G-code#M589:_Configure_access_point_parameters. However, I haven't yet tested access point functionality, so it is more than likely that it doesn't work.
-
Beta 6 is actually working with my printer. Just need to figure out how to use the M587 command to delete previous wifi connections so I can re-enter the correct one.
It's M588 that does that, see https://duet3d.com/wiki/G-code#M588:_Forget_WiFi_host_network.
Thanks. I will clean it up now. It has been behaving itself so far and just about to complete a 10 hour print.
-
Any plans for a G-code that scans for and replies with available WiFi networks?
-
Any plans for a G-code that scans for and replies with available WiFi networks?
That requires some thought, because any existing connection to a WiFi network or existing access point that is being provided will have to be terminated in order to do the scan.
-
Well, It worked for one day. It will still print when I hook up via usb, but the wifi module will not work today. It just reports that the wifi module is idle. I am just going to replace the duet wifi with something else until you make the ethernet module available.