Hello all,
I've posted this question on a 3D printing forum but got no responses, so I'm going to try putting it here.
I bought a new Anet A8 3D printer, but the board it ships with has an outdated version of Marlin on it. I am trying upload get the latest version, but I get the following error message:
Sketch uses 104096 bytes (81%) of program storage space. Maximum is 126976 bytes.
Global variables use 4083 bytes of dynamic memory.
C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega1284p -carduino -PCOM4 -b57600 -D -Uflash:w:C:\Users\wdwe_\AppData\Local\Temp\arduino _build_641910/Marlin.ino.hex:i
avrdude: Version 6.3-20171130
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"
Using Port : COM4
Using Programmer : arduino
Overriding Baud Rate : 57600
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
avrdude done. Thank you.
An error occurred while uploading the sketch
Either that one or "The port you selected was disconnected or does not exist."
The printer also freezes while trying to use the buttons to navigate the LCD screen.
I am using the correct board in the IDE and configuration files.
To try and fix these issues I have tried:
-Installing the CH340 drivers (no effect)
-Checking the power supply output (good at 11.8 - 20.0 v)
-Changing the printers baud rate from its bizarre default to the overriding baud rate in the Arduino error message (no effect)
-Power cycling (no effect)
I think the board I got is no good, but would greatly appreciate second opinions before pestering Anet for a new one.
Thank you