I want to transfer a example-programm to my arduino diecimila board
but theres any problem which I can’t solve by my selfe.
I use Win XP an Arduino 0010
When i start the transfer to my board the following faillure massage cam:
the USB is connected
the power Led is on
I see the USB converter in my Divice on system
I transfer any program sometimes befor, but now the board doesn’t
work or t5he transfer doesn’t work now.
avrdude: verification error, first mismatch at byte 0x0000 0x0c != 0x00
avrdude: verification error; content mismatch
1.I connect an LED to look for the function of the program.
2.I transfer befor some other programs.
3.Sometimes before I must chose the other COM contact.
4.And i tested the the external voltage source contact
Thats all what I do with the arduino board. I want to learn it do write the program in java and transfer the programs to the board to see whats on with the program.
It sounds like there might be a problem with the chip, or the USB connection. Can you set upload.verbose to true in your Arduino preferences file (you can find the location in the preferences dialog). Then re-run Arduino and try uploading again, and post the full text of the messages you get.
Can you get a replacement ATmega168 (with Arduino bootloader)? Or burn the bootloader onto that chip with an AVR ISP or parallel port programmer?