Electronic – arduino – Safety of using microcontrollers such as Arduino

arduinobeaglebone blackbreadboardmicrocontrollerraspberry pi

I have been learning how to work with Arduino Uno R3, and it seems very intuitive and exciting for me. As many agree, I see lots of benefits of learning to use it at a young age.

I would like to start a volunteer class for the local kids in my neighbourhood to teach them how to start small projects with the Arduino. This also includes learning how to work with a breadboard and other related devices and objects that go along with creating cool projects with Arduino.

What are the safety concerns of teaching 10 to 15 year olds to work with an Arduino (or similar) microcontrollers? Is there an existential risk that is high enough to make it a bad idea, legally or otherwise, to teach such a course to kids that age?

Best Answer

The biggest risks are that they destroy the equipment, not that they get hurt. At least not until you introduce them to soldering irons!

I would recommend not using lithium ion batteries for power - since they can explode if shorted. Regular AA batteries will get hot if shorted (enough to cause burns/fires after awhile) but arent likely to explode. The best power supply would be one with an adjustable current limit which helps avoid damaging equipment or people.

Some components like capacitors can explode if run over their voltage rating or with polarity reversed - sometimes with a very scary bang. But even that isnt too risky unless it gets in your eyes.

As long as they dont do anything incredibly stupid they will be fine. Electricity at the voltages used in microcontrollers isnt going to hurt anyone.

(As an example of "incredibly stupid" - in our high school electronics lab someone decided to find out what happens if you short out a 120v electrical outlet with a piece of solder. The answer is that it glows for a second, then violently explodes and sprays molten solder a good 10-15 feet. I recommend not repeating that experiment!)

Related Topic