Digital technologies/Arduino/Five Easy ways to Kill an Arduino

From CEED Wiki
Jump to navigation Jump to search

Pulling too much current!

Arduino output pins are only rated for 40mA, so drawing more than that will surely break it.

Rated temperatures, voltages, and amperages for a standard Arduino board.

Shorts

A short is a zero resistance path from positive voltage to ground. These can happen when trying to connect parts and wires while the Arduino is plugged in. This can also happen when soldering, shorts are an easy and reliable way to ruin a new Arduino.

Overheating

Mostly applicable to using the motor shield. You’re notice that running motors heat up the shield. An easy way to fix this to add a resistor in series with the motors.

Inductive spikes

This is a phenomenon caused by motors relying on magnetic fields to generate rotation. The magnetic fields have momentum and cannot be stopped instantaneously. When the power to the motors shut off, there will be a voltage spike sent down the wires. A “flyback diode” can be used to fix this

An example of a flyback diode circuit.

Programming while Programming

Most of the broken Arduinos have a broken programmer, meaning they can’t be reprogrammed. When programming, DON’T click program again. Wait for the programming to finish.