system
April 12, 2011, 6:40am
1
i'm using an Atmega8 ic Arduino board.
and problem is - program is not getting uploaded to the board( RX an TX led's aren't blinking while uploading.
select correct board from TOOLS - check
select correct serial port from TOOLS - check
program isn't getting uploaded to the board.
i don't know what might be the problem.
You need to be more specific.What OS are you using ?
Did you tried upload a example sketch?
fkeel
April 12, 2011, 9:35am
3
could you post what error message you get?
system
April 13, 2011, 6:01am
4
fkeel:
could you post what error message you get?
Problem uploading to the board.
Binary sketch size: 826 bytes (of a 7168 byte maximum)
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51
system
April 13, 2011, 6:04am
5
hugo007:
You need to be more specific.What OS are you using ?
Did you tried upload a example sketch?
I'm using Windows Vista Business.
Yes i tried uploading program from example sketch( Blink ).
This older board may not self-reset on upload, so you will need to press the reset button shortly before uploading your program.
If this isn't the problem it would be helpful to know what interface you are using to connect to the board (USB, In System Programmer, ect.)
system
April 19, 2011, 9:13am
7
I use USB to Serial Converter. i have installed the drivers for this converter.
and yes i self-reset for uploading.