Difference between revisions of "RCL Arduino Workshop"

From Note to self
Jump to: navigation, search
(Created page with "* [http://arduinobasics.blogspot.be/2014/06/433-mhz-rf-module-with-arduino-tutorial.html RF module usage] * [http://www.pjrc.com/teensy/td_libs_Encoder.html quadrature encoder...")
 
Line 1: Line 1:
 +
= Stappenplan =
 +
== Blink ==
 +
* DigitalWrite
 +
== Serial IO ==
 +
* Serial.Print
 +
== Schakelaar ==
 +
* DigitalRead
 +
== PotMeter ==
 +
* AnalogRead
 +
== Fade ==
 +
* AnalogWrite
 +
== LCD ==
 +
* Gebruik library
 +
 +
= Mee te nemen =
 +
* Scoop
 +
* Multimeters
 +
 +
= Slides =
 +
 +
= Links =
 
* [http://arduinobasics.blogspot.be/2014/06/433-mhz-rf-module-with-arduino-tutorial.html RF module usage]
 
* [http://arduinobasics.blogspot.be/2014/06/433-mhz-rf-module-with-arduino-tutorial.html RF module usage]
 
* [http://www.pjrc.com/teensy/td_libs_Encoder.html quadrature encoder]
 
* [http://www.pjrc.com/teensy/td_libs_Encoder.html quadrature encoder]
 
* [https://www.youtube.com/watch?v=aXmXCBTAO68 arduino sat]
 
* [https://www.youtube.com/watch?v=aXmXCBTAO68 arduino sat]

Revision as of 18:08, 19 January 2015

Stappenplan

Blink

  • DigitalWrite

Serial IO

  • Serial.Print

Schakelaar

  • DigitalRead

PotMeter

  • AnalogRead

Fade

  • AnalogWrite

LCD

  • Gebruik library

Mee te nemen

  • Scoop
  • Multimeters

Slides

Links