Changes between Initial Version and Version 1 of ControlSystems/Electrical/Training/Arduino/Lesson3


Ignore:
Timestamp:
Sep 24, 2015, 9:14:47 AM (10 years ago)
Author:
David Albert
Comment:

--

Legend:

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

    v1 v1  
     1= Touch and Feel =
     2* DEVICES: Mechanical switches
     3    * SPST, SPDT, DPDT terminology (w/demo)
     4    * Switch bounce
     5    * Hardware de-bouncing - pull-up resistors, capacitors
     6    * Software de-bouncing
     7    * Potentiometer - pencil/graphite resistor, multimeter, analog input
     8* THEORY: Digital vs. Analog input
     9* MISC: Survey of other mechanical inputs/uses (e.g. magnetic reed switch, limit switches)
     10* HANDS-ON: read a switch with a digital input and an analog value from the potentiometer with an analog input.