Contents
- 1 Can Arduino hurt you?
- 2 Why does electricity give you a shock?
- 3 What happens if you get electro shocked?
- 4 What are the dangers of using an Arduino?
- 5 Why is my Arduino Uno not working?
- 6 What should I do if my child gets shocked by an outlet?
- 7 Why does my Arduino sketch not start when I power up?
- 8 What should I do if my Arduino wont turn on?
- 9 How can I troubleshoot an Arduino serial board?
Can Arduino hurt you?
I know it only takes very little current, ~10mA to start causing serious problems, like muscles locking up, etc. Not much more than that can kill you.
Why does electricity give you a shock?
Electrons move more easily through certain materials like metal, which scientists call conductors. That tiny shock you feel is a result of the quick movement of these electrons. You can think of a shock as a river of millions of electrons flying through the air.
How do I know if my Arduino Uno is damaged?
Plug the board into a USB port on your computer and check that the green LED power indicator on the board illuminates. Standard Arduino boards (Uno, Duemilanove, and Mega) have a green LED power indicator located near the reset switch.
What happens if you get electro shocked?
An electrical shock may cause burns, or it may leave no visible mark on the skin. In either case, an electrical current passing through the body can cause internal damage, cardiac arrest or other injury. Under certain circumstances, even a small amount of electricity can be fatal.
What are the dangers of using an Arduino?
The Arduino operates at 5 volts and low current -‐ very low risk of harm. No components that have a significant risk of catching fire, even with inappropriate use, will be used. Components used will not overheat even if short-‐circuited.
Can I touch 5V?
This can either cause fire or result in dangerously high potentials on wires or enclosures. So even if 5V is harmless with most skin contacts, you should not touch it intentionally and install it without considering the implications. Your skin is the body’s largest organ.
Why is my Arduino Uno not working?
First make sure your board is on (the green LED is on) and connected to the computer. The Arduino Uno and Mega 2560 may have trouble connecting to a Mac through a USB hub. If nothing appears in your “Tools > Serial Port” menu, try plugging the board directly to your computer and restarting the Arduino IDE.
What should I do if my child gets shocked by an outlet?
If your child gets an electric shock, seek medical care immediately because there may be internal injuries that you can’t see. Common ways that kids, especially mobile babies and toddlers, shock themselves are chewing on electrical cords and sticking metal items into unprotected outlets.
Can Arduino explode?
Using lithium batteries to power up your Arduino board is a big NO! Because lithium batteries are highly flammable and may explode when exposed to heat.
Why does my Arduino sketch not start when I power up?
Because the RX pin is unconnected, the bootloader on the board may be seeing garbage data coming in, meaning that it never times out and starts your sketch. Try tying the RX pin to ground with a 10K resistor (or connecting it to the TX pin). Why doesn’t my sketch start when I power up or reset the Arduino board?
What should I do if my Arduino wont turn on?
There are a few things that could be wrong. First make sure your board is on (the green LED is on) and connected to the computer (if it’s not, see “what if my board doesn’t turn on” above).
Why is my Arduino too big for my ATmega8?
When uploading your sketch, Arduino 0004 checks if it’s too big for the ATmega8, but it bases its calculation on a 1 Kb bootloader. You may have a older bootloader that takes up 2 Kb of the 8 Kb of program space (flash) on the ATmega8 instead of the 1 Kb used by the current bootloader.
How can I troubleshoot an Arduino serial board?
If you’re using a USB-to-Serial adapter with a serial board, make sure you installed its drivers. Make sure that the board is plugged in: the serial port menu refreshes whenever you open the Tools menu, so if you just unplugged the board, it won’t be in the menu.