Hey guys, I've been playing around with PICs for a few years now and I recently decided to try out an Arduino. After a few weeks I've already blown my first one haha. I'm just wondering if I could get some insight into what I did wrong so I don't do it again with the new one I just ordered. Please bear with me as this may be long, but I want to give as much info as possible.
Ok, so I've got an Arduino Uno R3 and a GSM/GPS shield (from DFRobots). The shield requires an external power source of 7-12V and ~1A to run properly.
I had been running the Arduino off a 9V 1A AC wall adaptor. While testing out this shield, I would plug in the external power first, then connect it to the USB. I had read that the Arduino would automatically use the higher power supply (I think) and this seemed to work fine.
However, sometimes the GSM module would work fine for hours, and other times it would keep losing signal and disconnecting from the network. I was told to try another power supply as mine may not be supplying enough current. As I didn't have another AC adaptor, I decided to use one of the molex connectors from my PC's power supply.
I made up a cable which plugged into the +12V and 0V pins of the molex plug and then tested the connector's polarity with a multimeter. It was correct and reading 11.98V. So I plugged it into my Arduino which powered on like normal and then I plugged in the USB cable which also worked as normal.
After having it plugged in for about 10 minutes though, I realised the voltage regulator on the shield (but not on the Arduino) was getting pretty hot, so I disconnected it all.
I figured I'd try a lower voltage, so I plugged my cable into the +12V and +5V pins on the molex connector to get +7V. I checked with the multimeter again and was getting 6.89V at the correct polarity.
I plugged this into the Arduino and it turned on fine and so did the shield. But I then plugged in the USB cable and immediately got a "one of the USB devices attached to this computer has malfunctioned" error on my PC. There was no comm port for my Arduino and I could not longer connect to it at all.
It was plugged in like this for about 2 minutes and then I started to smell the familiar smell of burning components. I quickly unplugged both the USB and power cables and noticed that the USB cable was burning hot. So was the usb port on my PC and the USB plug on my Arduino. The external power cable was fine though.
I let it all cool down for quite a while before plugging the Arduino back into a different USB port with a different USB cable and without the shield or external power. The board powered up and started running the code which was last on it, but the comm port no longer showed up at all.
I'm pretty sure I've blown the ATMega16U2 chip as I can't even get it to enter DFU mode properly. I've tried it on another computer and it has the same problem, it gets power, but the computer acts like there's nothing connected, even in device manager.
Now the only thing that changed in the 2 minutes from it working to it burning up was the external power supply was changed from 12V to 7V. Is connecting to the +5V and +12V the wrong way to do this? I checked the voltage before connecting it to the board and it was almost 7V, so I assume this is fine. Also, the board worked fine with this 7V external power supply until I plugged the USB cable into my PC. Why did the Arduino draw so much current from the USB port? And how did it get so hot when I'm sure I read it had an over current protector fuse to stop exactly this from happening?
Sorry for the long post, but I hope someone can help me work out what went wrong.
Thanks.