Changes between Version 3 and Version 4 of ControlSystems/Electrical/Training/Arduino/Lesson2


Ignore:
Timestamp:
Sep 25, 2015, 11:30:24 AM (10 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/Electrical/Training/Arduino/Lesson2

    v3 v4  
    55* HANDS-ON: get several LEDs blinking on the breadboard in patterns (holiday lights)
    66
     7* Multimeter
     8   * Continuity testing
     9* Breadboard
     10   * Connections
     11   * Jumper wires
     12   * Measure continuity to see what's connected / not
     13   * Show other breadboards (busses, etc.)
     14
     15* Resistors
     16   * What is a resistance (pipe w/rocks analogy)
     17   * Multimeter
     18       * Measuring resistance (ohm meter)
     19   * Color Code
     20   * Series resistance
     21   * Parallel resistance
     22   * Ohms Law
     23       * measure current through LED/resistor circuit (ammeter)
     24       * calculate current using voltage & resistance (voltmeter)
     25* Applications
     26   * current limiting (LED, pull-up)
     27   * current sensing  (motor current)
     28
     29* Diodes
     30   * one-way valve for electricity
     31   * Anode (+) Cathode (-)
     32   * Multimeter - Measure continuity
     33   * light emitting diodes
     34       * identifying anode/cathode
     35   * Series resistor for protection
     36   * Experiments
     37
     38 
    739== Experiments ==
    840* [https://learn.sparkfun.com/tutorials/sik-experiment-guide-for-arduino---v32/experiment-1-blinking-an-led Blink an LED]