0

While wiring up my new Arduino Uno R3, I accidentally shorted the 5V pin and the GND pin (for less than a sec). It was powered by a 12V 500mAh power supply through the Arduino DC power jack. Now the arduino looks like this πŸ‘‰. The ON, Rx, X1 and L LED's are glowing continuously, and also, pressing the reset button doesn't have any effect on the LED's and arduino doesn't restarts. How can I get my arduino working again?

asked Sep 6, 2019 at 6:39
1
  • Because short only lasted for a sec, maybe just maybe one of the component in the supply part of Arduino burned out. or the 500mA damaged the the main IC(ATMEGA328). so before anything change the regulator (AS1117) that is next to the power jack, and then turn on the Arduino. if it didn't work try changing the main IC. Commented Sep 7, 2019 at 4:15

3 Answers 3

1

The regualator of that 5V Blew up or the diode you need to read the schemtics of the Arduino Uno and check the circuits.

https://www.arduino.cc/en/uploads/Main/arduino-uno-schematic.pdf

answered Sep 6, 2019 at 6:46
1

Chances are the cheap Chinese clone board you have has an inferior 5V regulator with no thermal protection.

These are notorious for breaking with a short circuit (over-current = over-temperature = meltdown). And when they break they "fail short", which means that they end up working like a simple piece of wire - the voltage you put in is the voltage you get out.

That means that 12V has now been sent into the rest of the Arduino, and has destroyed everything - the main MCU, the USB interface chip, etc.

In short: your board is dead.

answered Sep 6, 2019 at 11:36
0

You can tell it's a fake Uno because the USB chip is not an Atmega32U4.

answered Sep 7, 2019 at 1:32

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.