Hello.
I just brought my very first Arduino Duemilanove w/ ATmega328 and i can't get it working properly.
I have googled answers to my problem and tried to fix it, but non of the many things worked.
Maybe Windows don't recognize the board. In the device manager window the board is under a tab called "Ports (COM and LPT)"
and the arduino device is called "USB Serial Port (COM25)" because i changed the port to 25.
When i upload the blink example the Pin13 led stops blinking and starts blinking shortly after.
I have:
Used the Arduino website for futher infomation, instructions and FAQ
Checked the COM ports
Checked if the Pin13 led stopped flashing while pressing the reset button
Checked my drivers, they where automatically installed by windows (OS: Windows 7 32bit)
Reinstalled the drivers from the Arduino folder manually. (Not the subfolder)
Watched youtube videos about the error code (avrdude: stk500_getsync(): not in sync: resp=0x00)
Changed the settings so i could see whats happening:
Binær sketch størrelse: 1.084 bytes (af en 30.720 byte maksimum)
C:\Program Files\Arduino\hardware/tools/avr/bin/avrdude -CC:\Program Files\Arduino\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega328p -carduino -P\.\COM25 -b57600 -D -Uflash:w:C:\Users\Maarten\AppData\Local\Temp\build5413355880182666638.tmp\Blink.cpp.hex:iavrdude: Version 5.11, compiled on Sep 2 2011 at 19:38:36
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg WunschSystem wide configuration file is "C:\Program Files\Arduino\hardware/tools/avr/etc/avrdude.conf"
Using Port : \.\COM25
Using Programmer : arduino
Overriding Baud Rate : 57600
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Recv:
avrdude: stk500_getsync(): not in sync: resp=0x00avrdude done. Thank you.
I hope someone brainy will help me ![]()
