Hi everyone
I've just received a shiny new Arduino Mega 2560 and have been eager to get playing.. but I've fallen at the very first hurdle.
I can't upload any of the example sketches, not even once. I really hope someone can point me in the right direction....
I extracted Arduino software folder (v0022) to my desktop
plugged in Arduino mega 2560 via USB cable
pointed windows to the drivers folder\Arduino MEGA 2560.inf
power light comes on and the LED labelled as 'L' gives two quick flashes, a short pause and then turns on/off every second untill i press reset or unplug it
open arduino software and then any example sketch
check board's set to Arduino Mega 2560 and COM port's 4 (shown in Device Manager and disspears from the tools menu when I unplug my Arduino)
click 'Upload'
shows 'Uploading to I/O board and Binary sketch size: 2852 bytes (of a 258048 byte maximum)'
The Arduinos 'L' LED keeps blinking on/off every second, but misses a every 6th blink. As it missed the sixth blink the Rx LED flashed quickly once again and again and again
I've left it for a good 30 minutes, but it doesn't time out..
If I hold shift as I click on the 'Upload' button, it reports this:
Binary sketch size: 2068 bytes (of a 258048 byte maximum)
C:\Users\Whiton\Desktop\arduino-0022\hardware/tools/avr/bin/avrdude -CC:\Users\Whiton\Desktop\arduino-0022\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega2560 -cstk500v2 -P\.\COM4 -b57600 -D -Uflash:w:C:\Users\Whiton\AppData\Local\Temp\build4847559928450066398.tmp\Fade.cpp.hex:i
avrdude: Version 5.4-arduino, compiled on Oct 11 2007 at 19:12:32
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
System wide configuration file is "C:\Users\Whiton\Desktop\arduino-0022\hardware/tools/avr/etc/avrdude.conf"
Using Port : \.\COM4
Using Programmer : stk500v2
Overriding Baud Rate : 57600
avrdude: ser_open(): setting dtr
avrdude: Send: . [1b] . [01] . [00] . [01] . [0e] . [01] . [14]
avrdude: Recv:
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: Send: . [1b] . [01] . [00] . [01] . [0e] . [01] . [14]
avrdude: Recv:
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: Send: . [1b] . [01] . [00] . [01] . [0e] . [01] . [14]
avrdude: Recv:
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: Send: . [1b] . [01] . [00] . [01] . [0e] . [01] . [14]
avrdude: Recv:
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: Send: . [1b] . [01] . [00] . [01] . [0e] . [01] . [14]
avrdude: Recv:
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: Send: . [1b] . [01] . [00] . [01] . [0e] . [01] . [14]
avrdude: Recv:
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: Send: . [1b] . [01] . [00] . [01] . [0e] . [01] . [14]
avrdude: Recv:
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: Send: . [1b] . [01] . [00] . [01] . [0e] . [01] . [14]
avrdude: ser_send(): write error: sorry no info avail
it's PID is reported as rev0001
I've tried:
reinstalling the USB drivers
three different USB cables
removing/replacing the whole Arduino folder (re-downloaded from scratch)
moving it to the root of c:
changed COM port speed to various values, both through device manager and the Boards file
Tried another machine (both run Win7, one x86 Home Premium and the other x64 Ultimate)
and can't flash even an empty sketch ![]()
can anyone help out a n00b please?
TIA!