Today my UNO is burned out. I touch the ATMEGA328P chip and it is very hot. When plugged into PC, USB COM14 can be found OK. But uploading sketch will fail, printing an error, i.e.
avrdude: stk500_getsync(): not in sync: resp=0x00.
How to repair it? Can I buy an ATMEMA328P with bootloader to fix it?
Before you replace the chip, you should ask yourself "What did I do to make it burn out?"
An Atmel chip that spontaneously combusts is a very rare thing. Some external force must have been to blame - too much voltage going into it somewhere, too much current being drawn out of it... what?
You don't want to buy a new chip only to find it goes pop straight away.
I think I may have accidently damaged my Arduino UNO board and would like some feedback as to what I should do. I've had the board for the last 6 months and have used it often with no issues. Now when I turn it on, the power light comes on and the "L" light does nothing. When I attempt to upload a sketch, such as "Blink", the Rx light flashes 3 times and the following error appears in the message bar:
avrdude: stk500_getsync(): not in sync: resp=0x00.
Prior to receiving this error message, I was using my UNO with an Adafruit GPS logger sheild and was connecting the FTDI port from the GPS sheild to the Tx and Rx pins on the UNO. The Tx on the UNO was connected to the Rx on the GPS sheild and the Rx on the UNO was connected to the CTS pin on the GPS sheild. When I powered it on with a 9VDC wall adapter to do some tests, only the power light came on and nothing else. I then connected it to the computer to upload a GPS sketch and this is when I received the noted error.
I connected the wires this way because I thought the GPS sheild would communicate with the UNO more easily (with less code). Could this have caused the issue with my UNO and the error message? What would you reccommend to fix the UNO board?
I have tried the UNO on both a Windows Vista (64 bit) and Windows 7 (32 bit) computer and receive the same error;
I have verified the Com port;
I have tried pressing the reset button at different stages of the upload, with no success;
I have verified the board selection is correct; and
I have performed a loopback test, whcih was successful.
When the RX or TX pin on the board is used, uploading sketch will fail through the USB COM port because it is busy. You should disconnect the pin and reconnect it after uploading has completed.
Thank you for your reply. It wasn't clear in my description before, but the UNO has nothing extra added to it. It's just the board and power supply. Still having issues with the UNO and error message. Any other thoughts? Thanks.