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

From CEED Wiki
< Digital technologies‎ | Arduino
Revision as of 20:52, 23 January 2020 by Gouled (talk | contribs) (Created page with "=== '''1.Pulling too much current!''' === * Arduino output pins are only rated for 40mA, so drawing more than that will surely break it.File:Uploadingimage10.png|left|thumb...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

1.Pulling too much current!

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





2.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.


3.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.

4.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.
Inductivespikes.png





5.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.