Examples: adding description, layout and schematics
@ -0,0 +1 @@
|
||||
Read a potentiometer, print its state out to the Arduino Serial Monitor.
|
BIN
build/shared/examples/01.Basics/AnalogReadSerial/layout.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
build/shared/examples/01.Basics/AnalogReadSerial/schematic.png
Normal file
After Width: | Height: | Size: 32 KiB |
@ -0,0 +1 @@
|
||||
The bare minimum of code needed to start an Arduino sketch.
|
1
build/shared/examples/01.Basics/Blink/Blink.txt
Normal file
@ -0,0 +1 @@
|
||||
Turn an LED on and off.
|
@ -0,0 +1 @@
|
||||
Read a switch, print the state out to the Arduino Serial Monitor.
|
BIN
build/shared/examples/01.Basics/DigitalReadSerial/layout.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
build/shared/examples/01.Basics/DigitalReadSerial/schematic.png
Normal file
After Width: | Height: | Size: 34 KiB |
1
build/shared/examples/01.Basics/Fade/Fade.txt
Normal file
@ -0,0 +1 @@
|
||||
Demonstrates the use of analog output to fade an LED.
|
BIN
build/shared/examples/01.Basics/Fade/layout.png
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
build/shared/examples/01.Basics/Fade/schematic.png
Normal file
After Width: | Height: | Size: 31 KiB |
@ -0,0 +1 @@
|
||||
Reads an analog input and prints the voltage to the serial monitor.
|
BIN
build/shared/examples/01.Basics/ReadAnalogVoltage/layout.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
build/shared/examples/01.Basics/ReadAnalogVoltage/schematic.png
Normal file
After Width: | Height: | Size: 32 KiB |
@ -0,0 +1 @@
|
||||
Blinking an LED without using the delay() function.
|
BIN
build/shared/examples/02.Digital/BlinkWithoutDelay/layout.png
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
build/shared/examples/02.Digital/BlinkWithoutDelay/schematic.png
Normal file
After Width: | Height: | Size: 31 KiB |
1
build/shared/examples/02.Digital/Button/Button.txt
Normal file
@ -0,0 +1 @@
|
||||
Use a pushbutton to control an LED.
|
BIN
build/shared/examples/02.Digital/Button/layout.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
build/shared/examples/02.Digital/Button/schematic.png
Normal file
After Width: | Height: | Size: 26 KiB |
1
build/shared/examples/02.Digital/Debounce/Debounce.txt
Normal file
@ -0,0 +1 @@
|
||||
Read a pushbutton, filtering noise.
|
BIN
build/shared/examples/02.Digital/Debounce/button.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
build/shared/examples/02.Digital/Debounce/schematic.png
Normal file
After Width: | Height: | Size: 34 KiB |
@ -0,0 +1 @@
|
||||
Demonstrates the use of INPUT_PULLUP with pinMode().
|
BIN
build/shared/examples/02.Digital/DigitalInputPullup/layout.png
Normal file
After Width: | Height: | Size: 205 KiB |
After Width: | Height: | Size: 60 KiB |
@ -0,0 +1 @@
|
||||
Counting the number of button pushes.
|
BIN
build/shared/examples/02.Digital/StateChangeDetection/layout.png
Normal file
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 34 KiB |
BIN
build/shared/examples/02.Digital/toneKeyboard/layout.png
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
build/shared/examples/02.Digital/toneKeyboard/schematic.png
Normal file
After Width: | Height: | Size: 50 KiB |
@ -0,0 +1 @@
|
||||
A three-key musical keyboard using force sensors and a piezo speaker.
|
BIN
build/shared/examples/02.Digital/toneMelody/layout.png
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
build/shared/examples/02.Digital/toneMelody/schematic.png
Normal file
After Width: | Height: | Size: 35 KiB |
@ -0,0 +1 @@
|
||||
Play a melody with a Piezo speaker.
|
BIN
build/shared/examples/02.Digital/toneMultiple/layout.png
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
build/shared/examples/02.Digital/toneMultiple/schematic.png
Normal file
After Width: | Height: | Size: 41 KiB |
@ -0,0 +1 @@
|
||||
Play tones on multiple speakers sequentially using the tone() command.
|
BIN
build/shared/examples/02.Digital/tonePitchFollower/layout.png
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
build/shared/examples/02.Digital/tonePitchFollower/schematic.png
Normal file
After Width: | Height: | Size: 39 KiB |
@ -0,0 +1 @@
|
||||
Play a pitch on a piezo speaker depending on an analog input.
|
@ -0,0 +1 @@
|
||||
Read an analog input pin, map the result, and then use that data to dim or brighten an LED.
|
BIN
build/shared/examples/03.Analog/AnalogInOutSerial/layout.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
build/shared/examples/03.Analog/AnalogInOutSerial/schematic.png
Normal file
After Width: | Height: | Size: 38 KiB |
@ -0,0 +1 @@
|
||||
Use a potentiometer to control the blinking of an LED.
|
BIN
build/shared/examples/03.Analog/AnalogInput/layout.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
build/shared/examples/03.Analog/AnalogInput/schematic.png
Normal file
After Width: | Height: | Size: 32 KiB |
@ -0,0 +1 @@
|
||||
Fade 12 LEDs on and off, one by one, using an Arduino Mega board.
|
BIN
build/shared/examples/03.Analog/AnalogWriteMega/layout.png
Normal file
After Width: | Height: | Size: 85 KiB |
BIN
build/shared/examples/03.Analog/AnalogWriteMega/schematic.png
Normal file
After Width: | Height: | Size: 101 KiB |
@ -0,0 +1 @@
|
||||
Define a maximum and minimum for expected analog sensor values.
|
BIN
build/shared/examples/03.Analog/Calibration/layout.png
Normal file
After Width: | Height: | Size: 97 KiB |
BIN
build/shared/examples/03.Analog/Calibration/schematic.png
Normal file
After Width: | Height: | Size: 41 KiB |
1
build/shared/examples/03.Analog/Fading/Fading.txt
Normal file
@ -0,0 +1 @@
|
||||
Use an analog output (PWM pin) to fade an LED.
|
BIN
build/shared/examples/03.Analog/Fading/layout.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
build/shared/examples/03.Analog/Fading/schematic.png
Normal file
After Width: | Height: | Size: 33 KiB |
1
build/shared/examples/03.Analog/Smoothing/Smoothing.txt
Normal file
@ -0,0 +1 @@
|
||||
Smooth multiple readings of an analog input.
|
BIN
build/shared/examples/03.Analog/Smoothing/layout.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
build/shared/examples/03.Analog/Smoothing/schematic.png
Normal file
After Width: | Height: | Size: 32 KiB |
@ -0,0 +1 @@
|
||||
Demonstrates Arduino's advanced serial output functions.
|
1
build/shared/examples/04.Communication/Dimmer/Dimmer.txt
Normal file
@ -0,0 +1 @@
|
||||
Move the mouse to change the brightness of an LED.
|
BIN
build/shared/examples/04.Communication/Dimmer/layout.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
build/shared/examples/04.Communication/Dimmer/schematic.png
Normal file
After Width: | Height: | Size: 31 KiB |
1
build/shared/examples/04.Communication/Graph/Graph.txt
Normal file
@ -0,0 +1 @@
|
||||
Send data to the computer and graph it in Processing.
|
BIN
build/shared/examples/04.Communication/Graph/layout.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
build/shared/examples/04.Communication/Graph/schematic.png
Normal file
After Width: | Height: | Size: 32 KiB |
1
build/shared/examples/04.Communication/Midi/MIDI.txt
Normal file
@ -0,0 +1 @@
|
||||
Send MIDI note messages serially.
|
BIN
build/shared/examples/04.Communication/Midi/layout.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
build/shared/examples/04.Communication/Midi/schematic.png
Normal file
After Width: | Height: | Size: 26 KiB |
@ -0,0 +1 @@
|
||||
Use two of the serial ports available on the Arduino Mega.
|
@ -0,0 +1 @@
|
||||
Turn a LED on and off by sending data to your Arduino from Processing or Max/MSP.
|
BIN
build/shared/examples/04.Communication/PhysicalPixel/layout.png
Normal file
After Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 31 KiB |
@ -0,0 +1 @@
|
||||
Parse a comma-separated string of ints to fade an LED.
|
After Width: | Height: | Size: 29 KiB |
@ -0,0 +1 @@
|
||||
Send multiple variables using a call-and-response (handshaking) method.
|
After Width: | Height: | Size: 65 KiB |
After Width: | Height: | Size: 44 KiB |
@ -0,0 +1 @@
|
||||
Send multiple variables using a call-and-response (handshaking) method, and ASCII-encode the values before sending.
|
After Width: | Height: | Size: 65 KiB |
After Width: | Height: | Size: 44 KiB |
@ -0,0 +1 @@
|
||||
Demonstrates the use of SerialEvent().
|
@ -0,0 +1 @@
|
||||
Send multiple variables from Arduino to your computer and read them in Processing or Max/MSP.
|
After Width: | Height: | Size: 120 KiB |
After Width: | Height: | Size: 41 KiB |
1
build/shared/examples/05.Control/Arrays/Arrays.txt
Normal file
@ -0,0 +1 @@
|
||||
A variation on the For Loop example that demonstrates how to use an array.
|
BIN
build/shared/examples/05.Control/Arrays/layout.png
Normal file
After Width: | Height: | Size: 90 KiB |
BIN
build/shared/examples/05.Control/Arrays/schematic.png
Normal file
After Width: | Height: | Size: 49 KiB |
@ -0,0 +1 @@
|
||||
Controlling multiple LEDs with a for loop and.
|
BIN
build/shared/examples/05.Control/ForLoopIteration/layout.png
Normal file
After Width: | Height: | Size: 90 KiB |
BIN
build/shared/examples/05.Control/ForLoopIteration/schematic.png
Normal file
After Width: | Height: | Size: 49 KiB |
@ -0,0 +1 @@
|
||||
How to use an if statement to change output conditions based on changing input conditions.
|
After Width: | Height: | Size: 42 KiB |
After Width: | Height: | Size: 36 KiB |
@ -0,0 +1 @@
|
||||
How to use a while loop to calibrate a sensor while a button is being read.
|
After Width: | Height: | Size: 59 KiB |
After Width: | Height: | Size: 44 KiB |
BIN
build/shared/examples/05.Control/switchCase/layout.png
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
build/shared/examples/05.Control/switchCase/schematic.png
Normal file
After Width: | Height: | Size: 35 KiB |
@ -0,0 +1 @@
|
||||
How to choose between a discrete number of values.
|