SparkFun Forums 

Where electronics enthusiasts find answers.

For the discussion of Arduino related topics.
User avatar
By Zachary Danger
#113795
Arduino/electronics noob here. When working on a a circuit with an Arduino Uno today I accidentally shorted 12V from Vin with my 5V rail. :oops: Now the Uno doesn't respond to the IDE/reset button/reset pin. My guess is that I'm fairly screwed.

Thoughts from the more experienced folk?
By stevech
#113833
Zachary Danger wrote:Arduino/electronics noob here. When working on a a circuit with an Arduino Uno today I accidentally shorted 12V from Vin with my 5V rail. :oops: Now the Uno doesn't respond to the IDE/reset button/reset pin. My guess is that I'm fairly screwed.

Thoughts from the more experienced folk?
Always buy a spare
By follower
#113892
It's possible that the main ATmega328 chip is damaged or the small USB ATmega chip is damaged, or both.

If it's only the ATmega328 you could replace it with a different ATmega328 that has the Arduino bootloader on it. (Or possibly even reburning the bootloader might help but you're probably not set up to do that.)

If the small USB ATmega chip is damaged you're kinda out of luck unless you decided to use a FTDI serial to USB cable.

If you do buy another UNO keep the old one and try to work out where the damage is--you might still be able to get some use out of it.

--Philip;