Duet Wifi 1.19 alpha 3
-
That is correct. You do not need to extract the .gz files.
-
David, The upgrade to 1.19.3 went well. It is connected to my network according to M552. It does not give me an IP address to connect to DWC. How do I connect?
-
Send M552 with no parameters to see the IP address, or send M122.
-
M552 results, WiFi module is connected to access point (my network router ssid)
M122 results, Diagnostics Used output buffers: 1 of 32 (2max) Platform Static ram used 28556 DynNo IP address
-
Looks like you are only seeing the first line of the M122 report.
I will release a new 1.19 update today or tomorrow that shows the IP address in the M552 response.
-
I really I'm lost with this last 1.196 update.
I have follow every single step to upgrade. Using the password of my wifi on the macro, etc. And when I do a M587 I get
NAMEOFWIFI
Attempted to write invalid text to console, which could be due to an invalid baudrateI don't get it, this method of selecting a wifi (having to edit the usb) is not really user-friendly, why can't the wifi pass setup be done just like before?
Anyhow I did upgrade to try to improve the wifi that is always failing and now I will have to dig into the how to downgrade all again to get back to print.
Also there's no feedback of any kind of what happens on the wifi, is connecting? Has failed? Hasn't found the correct? Did the password failed? Also, the thing that by usb you can't send the correct password because the Mayus/Minus transformation, make's it even worse because you need to edit the macro file to change anything, and that's really counter intuitive, specially since you can't access the SD from the USB.
-
Hi neotko, I'm sorry to hear you are having problems. I will be adding a facility to start up the Duet as an access point to make configuration easier, before 1.19 is released.
To get access to your network, I suggest you run M588 * to delete that corrupt entry, then re-run the macro to set up access to your router. Then run M587 and check that the SSID is shown correctly, without that "invalid text" message.
HTH David
-
Hi neotko, I'm sorry to hear you are having problems. I will be adding a facility to start up the Duet as an access point to make configuration easier, before 1.19 is released.
To get access to your network, I suggest you run M588 * to delete that corrupt entry, then re-run the macro to set up access to your router. Then run M587 and check that the SSID is shown correctly, without that "invalid text" message.
HTH David
Indeed did that, and it deleted it, but after running the macro I get that text, is weird.
I'll wait for 1.19 final for now, I did re upload the old firmware 1.18 and the printer works perfectly fine. I though it was gonna be harder to downgrade but not at all.
Cool to know, the easy access point really helps. Thanks a lot for the constant updates, is a beautiful board with a really sweet firmware.
-
DC42: I belive "M588 *" does not work in 1.19beta6, so maybe check.
Kulitorum
-
with 1.19 Beta 5, I have run into issues with disconnection in web control. right after uploading gcode.
file uploads properly then immediately disconnects -
Reproducible disconnections when you do a certain thing usually indicate an incompatibility between RRF and DWC. I suggest you upgrade your beta5 to beta 6 (just upload the beta6 binary through DWC, the wifi code hasn't changed), then upload the DWC zip file in the same way.
M588 was working last time I tested it, but I'll test it again before I release beta7.