-
Hi,
I just moved and had some trouble to connect the duet to my new wifi so I updated my duet firmware and cleaned installed it. I have now these version installed :
Board: Duet WiFi 1.02 or later + DueX5
Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.3 (2021-06-15)
Duet WiFi Server Version: 1.26And my pannel due stopped working : it keeps saying "connecting"
I tried :
- different cables
- checked the baudrate is set to 57600 on the pannel due and that there is no M575 command in my config.g
- updating the firmware of the panel due (via usb) : it now says : Panel Due Firmware Version 3.4.0-pre3
It was working fine before the update.
And I have a Panel Due 3.0 5" so I choose this firmware : " PanelDueFirmware-3.4.0-pre3-v3-5.0.bin" on this page : https://github.com/Duet3D/PanelDueFirmware/releases/tag/3.4.0-pre3
What can I do to make it work again ?
Thanks in advance.
-
I realised the version was not compatible with the RepRapFirmware 3.3 that I have installed on the duet so I also tried :
"PanelDueFirmware-3.3.0-v3-5.0.bin"
from here :
https://github.com/Duet3D/PanelDueFirmware/releases/tag/3.3.0And the panel due does say Panel Due Firmware Version 3.3.0 but still does not connect.
-
I added this line in my config.g and now it works. I thought it was default.
M575 P1 B57600 S1 -
@fbunel,
- how did you upgrade your paneldue?
- via DWC and the command M997 S4 P"PanelDueFirmware-3.3.0-v3-5.0.bin"?
- what baudrate is the paneldue configured?
- what paneldue version is currently installed?
If the old config was working there shouldn't be the need to change something.
You can check the PanelDue's baud rate in the setup page. There's also the current version installed reported.
-
according to @fbunel the issue was solved.