Older versions of DWC tend to report connection errors as password required. I suggest you upgrade to the latest versions of all 3 components.
I'll upgrade everything and see if that helps.
Older versions of DWC tend to report connection errors as password required. I suggest you upgrade to the latest versions of all 3 components.
I'll upgrade everything and see if that helps.
i assume yo have not set a different password from the default in config.g?
No, I haven't changed the password in config.g.
Hi,
I've been using my Duet WiFi for a few weeks now, and it's working great. However, I've noticed that sometimes when I come back after a print, the web GUI is reporting that an AJAX error has occurred. I'm not positive, but I believe the AJAX error is generally associated with a WiFi glitch (disconnect/reconnect). When I attempt to connect to the web GUI (pressing the Connect button), or refresh the web page, I get a password prompt. I don't usually see this prompt when logging in. The prompt looks like this:
Password Required
Please enter your password
Cancel Verify
The only way I can get beyond this prompt is to power cycle the Duet WiFi board. Any idea about what might be going on here?
In case it matters, I have a PanelDue connected to the board as well.
Firmware Name: RepRapFirmware for Duet WiFi
Firmware Version: 1.15b (2016-08-25)
WiFi Server Version: 1.02
Web Interface Version: 1.12-RC1
Thanks, that makes sense.
I'm not able to change the password on this router, but in the meantime, I've set up another access point with an all numeric password. The duet is able to connect just fine in this case, so it's time to get on with the build…
I'll take a look at the code tomorrow. I did wonder whether it wasn't doing URI decoding, and if that's the case then i think the + character would be a problem too.
There is a known bug with the handling of WiFi access passwords at present, which is that non-ascii characters in the password are not handled correctly. Might this be the problem?
The only non alpha numeric characters in the password are '+' and '=', but last I checked, those were ASCII.
Hello,
I'm the proud owner of a new Duet WiFi controller for a delta printer I recently purchased from Ultibots.
At first I had issues connecting to the board from my Windows PC over USB using the cable that came with the Duet. The Duet was powering up, but my PC wasn't even recognizing that there was a USB device connected. After much hair pulling, I tried a different USB cable, and it came up on the first try. So, I'm now at the point where I can run Pronterface and send gcode commands, so I'm attempting to set up WiFi.
I'm able to connect to the DuetWifi SSID from my phone. I select the appropriate SSID for my 2.4GHz ATT UVerse home network, and enter the password (yes, I've verified that they are correct) into the web page, and then click "Save and reboot". After that, the web page says "All set!" and "(Please reboot me.)". At this point, I go to Pronterface and do the M552 S0 command, followed by M552 S1. After 30 seconds or so, I get a response saying that WiFi is running as an access point with the SSID DuetWiFi.
So, it sounds to me like the WiFi connection is not being established. Is there something I'm doing wrong in this process? I'm doing my best to follow the directions on the Getting_connected page on the wiki.
If it looks like my sequence is correct, then is there any way to troubleshoot issues during the WiFi connection sequence? For example, some kind of super-secret debug output that I can enable over USB to figure out why the connection is failing?
Thanks in advance for your help.