I'm looking to recover from a rookie mistake I made while working on a 12Vdc power supply. My multimeter was reading a 11.8Vdc output off a voltage regulator, and I thought 'Hey I have a sketch that turns my Uno into an oscope'. Not a good idea. As soon as I touched the probe to the output my Arduino and laptop instantly shut down. No smoke or visible damage to either. When I plug the Arduino into a usb wall adapter the LEDs come on. I'm really hesitant to connect it back to my comp.
What should I be looking for in to test for damage? The probe was grounded and fed into analog 0. Is this PIN toast? Is the board safe to hook back into the computer?
Any and all answers/suggestions are greatly appreciated. Live and learn I guess.
-
\$\begingroup\$ You might be more at home at the Arduino Stack Exchange, for future reference. \$\endgroup\$user94748– user947482016年03月22日 11:55:23 +00:00Commented Mar 22, 2016 at 11:55
-
\$\begingroup\$ I just killed a USB-port on my monitor this way (accidentally applied 12V on some trace on the Arduino). Even after power-cycling the monitor, the USB-port does not come alive again. Strangely, the Arduino is still fine -- it boots and blinks as happy as ever. But I have not tested all of its functionality yet. \$\endgroup\$Martin J.H.– Martin J.H.2022年10月27日 11:58:02 +00:00Commented Oct 27, 2022 at 11:58
1 Answer 1
The input pin to the AVR processor on the board could very well be toast. The AVR itself may or may not be OK.
The most likely reason that the computer shut down was that the 12V being applied to the AVR input caused a latchup on the microcontroller chip causing a massive current spike load on the USB supply line. That surge was seen back at the computer and as such it shut down due to the overload.
A much less likely scenario is that the +12V was fed back into the computer as an over voltage spike on the USB 5V line. The computer may have had an over voltage detector on that rail that caused the shut down or latchup occurred on some chip in the computer.
I would re-test the AVR board when powered from a USB wall charger to see if it draws the normal amount of current or not. If normal proceed ahead. If massive then discard the AVR board.
-
1\$\begingroup\$ Don't throw it out! Just buy a replacement ATmega 328P chip from eBay or something. You want one with the boot loader preinstalled (it will say in the title or description if it is.) \$\endgroup\$user94748– user947482016年03月22日 11:53:02 +00:00Commented Mar 22, 2016 at 11:53