Changes between Version 14 and Version 15 of ControlSystems/Electrical/Training/Arduino/Lesson2
- Timestamp:
- Sep 27, 2015, 11:51:21 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/Electrical/Training/Arduino/Lesson2
v14 v15 13 13 * [https://learn.sparkfun.com/tutorials/what-is-electricity What is electricity] 14 14 * The [http://hyperphysics.phy-astr.gsu.edu/hbase/electric/watcir.html water analogy] 15 * Volts jolt, mils kill - what **not** to do with electricity [https://www.youtube.com/watch?v=hp97GjuULX8 here] (DON'T DO THIS!)15 * Volts jolt, mils kill - see what **not** to do with electricity [https://www.youtube.com/watch?v=hp97GjuULX8 here] (DON'T DO THIS!) 16 16 * Units of measure: 17 17 * Volts - the pressure behind the electrons (potential energy) … … 26 26 * FIRST bots use sealed [https://en.wikipedia.org/wiki/Lead%E2%80%93acid_battery lead-acid] batteries (1800s technology!) 27 27 * Mini-bots use primary alkaline batteries (developed 1899-1901) 28 * [https://www.youtube.com/watch?v=Tpb-n22Y-sY why we are not using lithium batteries]29 * So why do I have one in my pants pocket? answer: [http://www.allaboutbatteries.com/Battery-Energy.html Wh/kg]28 * See [https://www.youtube.com/watch?v=Tpb-n22Y-sY why we are not using lithium batteries] 29 * I have one of those in my pocket???? Yes, for the same reason they are used in quad-copters and other applications where weight really matters: [http://www.allaboutbatteries.com/Battery-Energy.html Wh/kg] 30 30 * Voltage: 31 31 * Nominal voltage (alkaline=1v5/cell, SLA=2v15/cell) … … 35 35 * [http://data.energizer.com/PDFs/BatteryIR.pdf Internal resistance] 36 36 * What are [http://www.optimabatteries.com/en-us/experience/power-source/what-does-cold-cranking-amps-cca-mean/ Cold Cranking Amps] anyway? 37 * Why it matters: motors draw a **lot** of current. 37 38 * Capacity: 39 [[Image(http://img.photobucket.com/albums/v648/Sm00th0perator/Year%20Of%20The%20Rabbit/4bbdbccc.gif, align=left)]] 38 40 * Amp-hours (or milli-Amp-hours) 39 41 * [http://batteryuniversity.com/learn/article/the_battery_and_the_digital_load discharge rate matters!] 40 * [http://batteryuniversity.com/learn/article/will_secondary_batteries_replace_primaries ratings games])42 * [http://batteryuniversity.com/learn/article/will_secondary_batteries_replace_primaries The ratings game] 41 43 * [http://web.mit.edu/evt/summary_battery_specifications.pdf specifications cheat sheet] 42 44 * Energy density (SLA -> Lithium) 43 45 * Self discharge (shelf life) 44 * [https://learn.sparkfun.com/tutorials/how-to-use-a-multimeter-retired-tagged-by-internet-as-malware Usinga multimeter] to measure voltage and current45 * !Conductors/[https://learn.sparkfun.com/tutorials/what-is-a-circuit Circuits]46 * **EXERCISE**: [https://learn.sparkfun.com/tutorials/how-to-use-a-multimeter-retired-tagged-by-internet-as-malware Use a multimeter] to measure voltage and current 47 * Conductors/[https://learn.sparkfun.com/tutorials/what-is-a-circuit Circuits] 46 48 * What is a conductor 47 * Usinga multimeter to measure continuity49 * **EXERCISE**: Use a multimeter to measure continuity 48 50 * What is a resistor 49 51 * Units of measure: Ohms 50 * Using a multimeter to measure resistance 51 * The [http://www.engineeringtoolbox.com/electrical-resistor-colour-code-value-tolerance-d_1655.html resistor color code] 52 * Series and parallel resistance 52 * The [http://www.engineeringtoolbox.com/electrical-resistor-colour-code-value-tolerance-d_1655.html resistor color code] [http://physics.ucsd.edu/neurophysics/courses/physics_120/resistorcharts.pdf chart] 53 * How current, voltage, and resistance relate: [http://www.electronics-tutorials.ws/dccircuits/dcp_2.html Ohms Law] 54 * Applications: 55 * limiting current ([https://www.sparkfun.com/tutorials/219 how do I stop my LED from burning up]) 56 * voltage divider ([https://learn.sparkfun.com/tutorials/voltage-dividers how can I (safely) connect the 5v control signal from my Arduino to my 3v3 sensor]) 57 * current sensing ([http://www.scienceshareware.com/bg-current-monitoring.htm how can I stop my motor from burning up]) [http://www.eetimes.com/document.asp?doc_id=1279404 more advanced tutorial] [http://www.romanblack.com/current.htm circuit] 58 * [http://www.learnabout-electronics.org/Resistors/resistors_20.php Series and parallel resistance] [http://www.electronics-tutorials.ws/resistor/res_5.html another tutorial] [http://www.facstaff.bucknell.edu/mastascu/eLessonsHtml/Resist/Resist2.html exercises] 59 * **EXERCISE**: Use a multimeter to measure resistance 53 60 * Power dissipation (or why you don't want to be a fuse) 54 * How electrical power and resistance are related: [http://www.electronics-tutorials.ws/dccircuits/dcp_2.html Ohms law] 55 * How to use a resistor to limit current (e.g. series resistor for LED or pull-up/down for an input) 56 * How to use a resistor to measure current and power (e.g. to monitor how hard a motor is working) 57 * What is a diode 61 * What is a [http://www.allaboutcircuits.com/textbook/semiconductors/chpt-3/introduction-to-diodes-and-rectifiers/ diode] 58 62 * anode, cathode: controlling the direction of current flow 59 * Special diodes: light emitting diodes 60 * Diode lasers 63 * [https://learn.sparkfun.com/tutorials/light-emitting-diodes-leds light emitting diodes] aka LEDs 64 * Applications include indicators, [http://www.instructables.com/id/Simple-IR-proximity-sensor-with-Arduino/ proximity sensing] [http://bildr.org/2011/03/various-proximity-sensors-arduino/ tutorial] 65 * [http://www.robotshop.com/blog/en/lidar-lite-laser-rangefinder-simple-arduino-sketch-of-a-180-degree-radar-15284 LIDAR distance sensing] 61 66 62 67 == Experiments == 63 68 Your kit includes a variety of electronic components that you can experiment with including connecting them to your Arduino computer. The kit also includes a solderless breadboard that lets you build electronic circuits quickly and easily without having to use a soldering iron. Please read the tutorial on how to [https://learn.sparkfun.com/tutorials/how-to-use-a-breadboard use a breadboard and jumper wires to make circuits] 64 69 65 Your kit also includes an Arduino protoshield: a circuit board with pass-through connectors that you can stack onto your Arduino computer to use it topower and control your electrical circuits. Please read the [https://learn.adafruit.com/downloads/pdf/adafruit-proto-shield-arduino.pdf protoshield tutorial] on how to use your protoshield and solderless breadboard to connect sensors and actuators to your Arduino computer.70 Your kit also includes an Arduino protoshield: a circuit board with pass-through connectors that you can stack onto your Arduino computer to power and control your electrical circuits. Please read the [https://learn.adafruit.com/downloads/pdf/adafruit-proto-shield-arduino.pdf protoshield tutorial] on how to use your protoshield and solderless breadboard to connect sensors and actuators to your Arduino computer. 66 71 67 72 * Connect jumper wires to +5v and Gnd connections and measure the voltage with your multimeter