I updated the Server and the firmware and now i cant get full connection
I run a delta printer with a RADDS/Due connected to a Pi running Repetier Server Pro. After i updated the server on the Pi all was good, i could connect to the printer through the web browser, move it and see all the epprom and parameters. I then upgraded the firmware on the Due and now im having issues. When i created the new firmware in the online configurator I used the config file of an old working firmware as the base.
I only get a yellow/amber status on my printer in the Server web control. I am able to see the feed of the webcam but i am not able to move the axis, print, read/see the eeprom settings etc. I know when i had only updated the Pi server i could see a Eeprom settings icon on my touchscreen, but now i cant since ive flashed the Due. Ive done a bunch of reading but im out of ideas. I added the Arduino Due boards to Arduino, and used the Due and Due for Repetier boards to compile new firmware with the same results.
I realise its a case that the pi cant read any of the parameters from the Due, but ive checked ports, baud rates etc and all seems correct. I can connect to the printer in Repeteir Host but not send any commands or move it etc.
Can someone point me in the right direction please? Thanks in advance.
Alex
I only get a yellow/amber status on my printer in the Server web control. I am able to see the feed of the webcam but i am not able to move the axis, print, read/see the eeprom settings etc. I know when i had only updated the Pi server i could see a Eeprom settings icon on my touchscreen, but now i cant since ive flashed the Due. Ive done a bunch of reading but im out of ideas. I added the Arduino Due boards to Arduino, and used the Due and Due for Repetier boards to compile new firmware with the same results.
I realise its a case that the pi cant read any of the parameters from the Due, but ive checked ports, baud rates etc and all seems correct. I can connect to the printer in Repeteir Host but not send any commands or move it etc.
Can someone point me in the right direction please? Thanks in advance.
Alex
Comments
What might have happened is that baud rate in firmware changed to what is in your configuration or it has a different one in eeprom. So try that as well. If in doubt change eeprom mode in configuration so eeprom gets reinitialized.
Also nice way to get into trouble sis to use the wrong serial connector a sit has 2 and you most likely have only configured one of them to work. So using the wrong one will also fail to connect.
One known problem of some china arduino dues is that they do not start on first power up. Hitting reset button makes it work again. Reason is bad start timing due to wrong capacitor as far as I know.