First I see: Binary sketch size: 1,084 bytes (of a 30,720 byte maximum)
And after couple of seconds (in red): avrdud: stk500_getsync(): not in sync resp=0x00
I tried to press the reset button after the first line appeared but still I always get the second line.
And after couple of seconds (in red): avrdud: stk500_getsync(): not in sync resp=0x00
I get that sometimes when I choose the wrong board/processor type. Sometimes it is some other factor that usually goes away if I reboot the Arduino IDE and reset the board.
And after couple of seconds (in red): avrdud: stk500_getsync(): not in sync resp=0x00
I get that sometimes when I choose the wrong board/processor type. Sometimes it is some other factor that usually goes away if I reboot the Arduino IDE and reset the board.
I've got a UNO with a 328p-pu on COM port 37 and a Duemilanove with a 328p-pu on COM port 38, so I gotta choose the right one when I'm uploading a sketch.
codlink:
For the '328, you should be choosing the Uno..
That depends on the bootloader that was uploaded to the chip. I have a 328 that has the Duemilanove bootloader on it and, as a result, requires the board to be set to Duemilanove.
codlink:
For the '328, you should be choosing the Uno..
That depends on the bootloader that was uploaded to the chip. I have a 328 that has the Duemilanove bootloader on it and, as a result, requires the board to be set to Duemilanove.
Hello,
i loaded the bootloader from Nick's Gammon site so it's Uno