Colorduino with led matrix - not in sync error

Hi,

I've recently acquired a Colorduino board :

with a led matrix.

When I upload the demo code

http://blog.iteadstudio.com/colorduino-schematic-and-demo-code/

I got the error "colorduino avrdude: stk500_getsync(): not in sync: resp=0x00"

Any idea how to correct this ?

Thanks for your help.

Perhaps you have not selected the correct board type, or the boards entry that you have selected is not configured correctly. Did the documentation with the Colorduino board tell you whether it needed any non-standard settings?

Finally found out.

Following the tuto here http://katalytischerkonverter.com/hello/electronic/arduino-projects/colorduino.html

I had to remove the Atmega from the arduino Uno board, not very convenient.

Next step is to try with USBtinyISP instead of arduino.

putskiz:
I had to remove the Atmega from the arduino Uno board, not very convenient.

Next step is to try with USBtinyISP instead of arduino.

You might be better buying a USB2Serial device like this to program it else you may find you have to remove the LED matrix to get access to the ICSP header every time you want to program.

Thanks for this advice.

I bought an Uartsbee v4 and connected TX->RXD; RX->TXD with "arduino duemilanove w/atmega328" as board type and it's working now !