Reviving a Dead Arduino

10K1615

Intro: Reviving a Dead Arduino

Well I managed to kill my arduino. It no longer accepted uploads with the classic out of sync error. After asking on the arduino forum I was told I would need a high voltage programmer to rectify, so I decided just to buy a new chip.

I was a bit scared about doing this but it was really easy and thought I would share my experience. 

STEP 1: Gathering the Parts

After having a look at the price of high voltage programmers, I decided it would be cheaper just to replace the chip on the arduino, and at least this way I knew I would have a working arduino.

I found the cheapest atmel 328p (the same as was coming out of my arduino, with the arduino bootloader preloaded on it) on ebay, buy it now from the UK so I would have it as quick as possible so I could continue with my arduino powered project (await future instructable ;) )
Total cost: £5.90 delivered next day

STEP 2: Removing the Old Chip

This was surprisingly the easy part.

I gently wedged the bar under one edge of the chip edge, not the edge with the pins mind (I still plan on fixing this chip)

I wedged it then on the opposite side of the chip. Neither not enough to pull the chip off just to loosen it off uniformly.

The when both were loose I wedged the bar under it again and this time twisted to pop the chip up, then repeated again on the other side.

Now the chip is free to remove with your fingers.

STEP 3: Inserting the New Chip

With a comparison of the new chip and the old chip I noticed the pins were not bent properly for the arduino.

I carefully pinched the pins together with my finger, not enough to match the same as the old pin but straight down so when I push the new chip into the board the board bent the pins into the correct place.

STEP 4: Testing the New Chip

Now the chip was in place, I plugged it into the computer, fired up arduino and sent the blink program into it

15 Comments

This didn't solve my problem after all... well assuming the guy on ebay actually installed the arduino software... I think ether my board or my drivers are messed up. tho i wont know for sure for a while.
Sorry to hear that, what does your board do when you power it up/ hit the reset?
you know, if you go to the right place (actually show up physically at their store) alot of times if your only getting one chip they'll give it to you for free!
where name the sight
Yes! my arduino has this exact same problem thank you so much!
Have you tried bitbanging the chip? Buying a new one is really the last resort
You can rewire your arduino up to write to its own chip to reprogram it The tutorial I followed was http://www.geocities.jp/arduino_diecimila/bootloader/index_en.html
I tried it but I don't have net framework 2.0 and cannot get it. So I think all i can do is buy a new one. thanks for trying.
Thats a shame, I know the latest (I believe) Arduino 0018 build has a burn bootloader via arduino, something I still need to do to see if I can salvage my chip would be interesting to see if it could be used for bit banging
yeah it does have that but it doesn't work, unless it only works if you modded the chip for bit banging before hand. I might give that a try.
Oh yes well i want a second avr anyway and it's easier to program it with a bread board.
i do that a lot but i just buy the chips form atmel and program them myself by bit-banging them or using a adafruit tinyusbisp both work well
Think I am going to do that next, with being unable to bit bang my chip back to working order, I lost a little faith and just wanted my arduino back so I can carry on my project.