Strange Wifi Problems
-
Hello,
one of our clients got strange Wifi problems with a Duet 1.04a board running on FW 2.02. It is not possible to get the Wifi running or to include it to the excisting WLAN. We also tried to bring it up as an access point without success.
Example I, config.g
M550 P"HyperCubeRevolution" ; Set machine name
M586 P0 S1 ; Enable HTTP
M552 S2 ; Enable network
M589 S"MEINDUET" P"MEINWIFI" I192.168.100.250; ; Duet als AP starten
M586 P1 S0 ; Disable FTP
M586 P2 S0 ; Disable TelnetResults in
Error: M589: Failed to retrieve own SSID dataAdding to existing Wlan
M587 S"ctdbox" P"#XXXXXXXXXX" I192.168.200.161 J192.168.200.1 K255.255.255.0
M587: Failed to add SSID to remembered list -
Try re-flashing the WiFi firmware. Copy DuetWiFiserver-1.22.bin into /sys on the SD card and rename it DuetWiFiserver.bin Then send M997 S1 to install it.
-
Thanks + OK!
-
After reinstalling the wifi server by copying the files on the SD Card localy, sending M997 S1 over the PanelDue results in testing baudrautes but doesn't give any other messages.
After booting the wifi up again, the following config leads to the error "Failed to retrieve network list"
; Network
M550 P"HyperCubeRevo" ; Set machine name
M587 S"ctdbox" P"#XXXXXXXXXX" I192.168.200.161 J192.168.200.1 K255.255.255.0 ; Configure access point. You can delete this line once connected
M586 P0 S1 ; Enable HTTP
M586 P1 S0 ; Disable FTP
M586 P2 S0 ; Disable TelnetM115
-
@makerdise said in Strange Wifi Problems:
After reinstalling the wifi server by copying the files on the SD Card localy, sending M997 S1 over the PanelDue results in testing baudrautes but doesn't give any other messages.
Please replace the Duet. It seems that the WiFi module is faulty.
-
@dc42 - OK... Any tests to verify this?
-
If the attempt to reinstall the WiFi firmware eventually resulted in message "Failed to connect at any baud rate", that is enough evidence. It should normally connect at the first baud rate that it tries.
-
@dc42 - THX, we will replace the board
-
@dc42 said in Strange Wifi Problems:
If the attempt to reinstall the WiFi firmware eventually resulted in message "Failed to connect at any baud rate", that is enough evidence. It should normally connect at the first baud rate that it tries.
PS - I forgot to mention: make sure the Duet has adequate power when trying to upload WiFi firmware. In particular, a USB port on a laptop may not provide sufficient power if a panelDue is connected. It's best to use VIN power.