Difference between revisions of "Arduino basics 2: PWM orchestra"

From Interaction Station Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by 3 users not shown)
Line 45: Line 45:
 
12
 
12
  
 +
= Resources =
 +
* [https://www.arduino.cc/en/Reference/HomePage Arduino language reference]
 +
* [https://www.arduino.cc/en/Tutorial/PWM About PWM]
 +
* [https://www.arduino.cc/en/Reference/AnalogWrite analogWrite()]
 +
* [https://www.arduino.cc/en/Reference/AnalogRead analogRead()]
 +
* [https://www.arduino.cc/en/Reference/Tone About Tone()]
 +
* [https://www.arduino.cc/en/Reference/Servo About the Servo library]
  
[[Category:OpenAanbod]]
+
 
[[Category:Arduino]]
+
[[Category:2015]]

Latest revision as of 13:07, 20 January 2023

Docent(en)


Simon de Bakker Workshop wordt gegeven


English

Korte beknopte omschrijving inhoud workshop


This is the second of the Basic Arduino workshops.

PWM is a technique that can be used for many purposes, including changing the intensity of light, making things move and generating sound. In this workshop we will make an orchestra using objects we can control using PWM.

Omschrijving inhoud workshop


In this 3-hour workshop we will introduce pulse width modulation. PWM is a versatile and constant recurring technique with many purposes. We will see what PWM is and why it is so useful.

In the second part of the workshop you will use this technique to create an orchestra. The orchestra will be built using at least servo motors and small speakers, but other items may be used as well.

Leerdoelen
 - you can explain what PWM is and why it is useful

- you can use the Arduino to generate a PWM signal and use it to change the intensity of light, control a servo moter and/or generate a sound.

Voor wie?


Anyone interested, but Arduino Basics 1 or similar experience is required.

Referenties

http://www.arduino.cc

Kosten & benodigheden


n.v.t.

Minimale inschrijving


6

Maximale inschrijving


12

Resources