Cant connect to web controller after 1.19 upgrade
-
yes i did what do you sugest
-
When you send M552 S1 from USB or PanelDue to try to connect, what message comes back eventually? It may take up to a minute or so.
-
cant connect by usb but there is an error on the paneldue
it reads wifi reported error:no known networks found wifi module is idle
-
If you send M587 with no parameters, does it list the SSID of your access point?
-
it reports found wifi module idle no rememberd networks
-
"no remembered networks" means you haven't programmed it with your router's SSID and password as described in the page I linked to in the 2nd post in this thread.
-
The text editor can mess up the SetNetwork macro by using the wrong double quote marks. It has been previously reported for a Mac editor and I've found for Windows that Notepad++ does it also. One cure is to copy/paste from the web page to make the macro.
-
Also, if you run an ordinary terminal emulator on a PC hooked up to the Duet via USB, you can send the M587 command directly. I've used YAT for this. Someone else used Putty. This doesn't work from Pronterface or Repetier because they convert all characters to uppercase.
-
I have followed instructions at https://duet3d.com/wiki/Upgrading_to_Du … mware_1.19 ? . I have also copy/paste from the web page . Nothing is working . Iam getting this creating a macro file right, it is just G code in a text file.
-
Yes a macro file is just gcode commands in a text file.