I have a new Duet Wifi - currently the only connection it has is the micro USB.
I have upgraded to Version 1.19.2 of the firmware and the terminal shows this after a reboot:
RepRapFirmware for Duet WiFi Version 1.19.2 dated 2017-09-01
Executing config.gβ¦M570 S parameter is no longer required or supported
Warning: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 275C.
Done!
Network disabled.
RepRapFirmware for Duet WiFi is up and runni
As part of the upgrade I changed the macro 'SetNetwork' to the following:
M552 S0
G4 P1000
M587 S"your-network-ssid" P"your-network-password"
I did set the network SSID and password for mine!
Next I ran the macro with the command M98 P/macros/SetNetwork and got the response:
WiFi module started
ok
Next I ran the command M587 to see what networks it knew about and got this:
Remembered networks:
TNCAP2FCC19
lilylink
ok
My network SSID is "lilylink" so all ok so farβ¦
Next command was M552 S1 and I get this:
WiFi reported error: no known networks found
Wifi module is idle
I have been round this loop several times and am now stuck. The Wireless router is less than 2 metres from the Duet in clear line of sight.
Thanks in advance.
Chris