Hi,
I was able to program my Romeo-All in one Controller (Arduino Compatible Atmega 328) Romeo - a Robot Control Board with Motor Driver (compatible with Arduino) - DFRobot without problems.
Now uploading fails with stk500_getsync(): not in sync: resp=0x00.
No changes to the notebook or the board. I also tried another notebook, just to rule out this part.
I wollowed the troubleshooting guide.
OS is Windows 7.
Binary sketch size: 5384 bytes (of a 32256 byte maximum)
C:\Program Files\arduino-1.0\hardware/tools/avr/bin/avrdude -CC:\Program Files\arduino-1.0\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega328p -carduino -P\.\COM1 -b115200 -D -Uflash:w:C:\Users\RVOIGT~1\AppData\Local\Temp\build6411053172076121215.tmp\Appinventor_Test.cpp.hex:i
avrdude: 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 Wunsch
System wide configuration file is "C:\Program Files\arduino-1.0\hardware/tools/avr/etc/avrdude.conf"
Using Port : \.\COM1
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Recv:
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude done. Thank you.
- The RX an TX lights blink shortly when I try to upload. (3x RX then 3x TX)
- Communication via USB in general works. Via the Serial Monitor I can send data and the board resonsnds (that's part of the uploaded program)
- When I power on the board LED 13 doesn't blink (I though it should blink shortly?)
I am a bit worried right now. Can it be that something is broken?
What can I do?
Attached you find the program which is currently uploaded.
Thanks
Robert
Appinventor_Test.ino (2.8 KB)