No wifi en errors after update 1.19
-
Update via Usual procedure wifi failed.
No connection more with wifiFallback procedure #1
• If WiFi is not working, but you can connect to the board via USB/Pronterface:
• Take the on-board SD card out and put it in a computer,
• Copy the new DuetWiFiFirmware.bin file to the /sys folder. It must be called exactly DuetWiFiFirmware.bin on the SD card. Also make sure that file iap4e.bin is present in /sys.
• Replace the on-board SD card in the DuetWiFi
• Restart the DuetWiFi and connect with Pronterface
• Send command M997 S0 to install the firmware.
• Disconnect Pronterface, then when the USB port disappears and reappears about 20 seconds later, reconnect.Connecting…
Printer is now online.M997 S0
SENDING:M997 S0
[ERROR] Can't write to printer (disconnected?) (SerialException): Write timeout
[ERROR] Can't read from printer (disconnected?) (SerialException): call to ClearCommError failed
[ERROR] Can't write to printer (disconnected?) (SerialException): WriteFile failed ([Error 22] Het apparaat herkent de opdracht niet.)
After that, the DuetWiFiFirmware.bin of the SD card has been removed.m115
SENDING:M115
FIRMWARE_NAME: RepRapFirmware for Duet WiFi FIRMWARE_VERSION: 1.19 ELECTRONICS: Duet WiFi 1.0 FIRMWARE_DATE: 2017-08-14And if I move the X and Y axis in Pronterface I get this error message
Connecting…
Printer is now online.
[ERROR] Traceback (most recent call last):
File "printrun\printcore.pyc", line 241, in _readline
File "printrun\pronterface.pyc", line 1713, in recvcb
File "printrun\pronterface.pyc", line 1669, in update_pos
ValueError: could not convert string to float:[ERROR] Traceback (most recent call last):
File "printrun\printcore.pyc", line 241, in _readline
File "printrun\pronterface.pyc", line 1713, in recvcb
File "printrun\pronterface.pyc", line 1669, in update_pos
ValueError: could not convert string to float:[ERROR] Traceback (most recent call last):
File "printrun\printcore.pyc", line 241, in _readline
File "printrun\pronterface.pyc", line 1713, in recvcb
File "printrun\pronterface.pyc", line 1669, in update_pos
ValueError: could not convert string to float:[ERROR] Can't read from printer (disconnected?) (SerialException): call to ClearCommError failed
[ERROR] Can't write to printer (disconnected?) (SerialException): WriteFile failed ([Error 22] Het apparaat herkent de opdracht niet.)
[ERROR] Can't write to printer (disconnected?) (SerialException): WriteFile failed ([Error 22] Het apparaat herkent de opdracht niet.)How can I solve this
-
Did you read and follow the instructions prefaced IMPORTANT! on the download page when you updated the firmware?
-
If you mean this page, yes
-
no not that page at all this is the one you want https://github.com/dc42/RepRapFirmware/blob/dev/WHATS_NEW.md
Read it all carefully
-
Can I try the Fallback procedure # 3
-
If you have already installed main firmware 1.19 successfully, you don't needs to use the fallback procedure. Just copy the DuetWiFiServer-1.19.bin to /sys on the SD card and rename it to DuetWiFiServer.bin. Also create a /www folder on the SD card and extract the DuetWebControl files to /www on the SD card and described at https://duet3d.com/wiki/Upgrading_to_DuetWiFiFirmware_1.19. Then pop the SD card back in the Duet, restart it, send M997 S1 to install the wifi firmware, and proceed with the instructions for configuring your access point details.
-
It worked. It works.
Only confusing that there are several manuals for update firmware on the internetThank you for the assistance.