Click on the arrow in the upper right of the slide presentation to open full screen view.
The FIT Library has 8 LilyPad Protosnap Development Boards that are available for check out from the Library Services Desk
Loan period is 2 hours
Library-use only
No sewing
No breaking out of components
Just for testing sketches
The computers in e601 are loaded with the Arduino IDE
A package of Arduino code sketches for Lilypad can be found on the FIT Library's Arduino Hubs page. If you want to try them out on your own in the library computer labs.
Challenge:
Can you change the speed of the note scale?
Hint: Find where “tempo” is defined and change the equation to change the the speed in milliseconds (1000 milliseconds = 1 second)
Can you make the LilyPad play the opening notes to London Bridge?
Hint: Find where the tone commands in the loop
“London Bridge”
London Bridge is falling down,
G A G F E F G
Falling down, falling down.
D E F E F G
London Bridge is falling down,
G A G F E F G
My fair lady!
D G E C
Play a Tune Challenge Cheat Sheet for Play Tune London Bridge
Now that you have completed the Thermal Alert Arduino sketch do you know how to customize it? You can check your answers against the correct script by clicking the link below.
Challenge:
Can you change the “hot” and “cold” temperature range?
Hint: Look for where “floating” variables are defined
Can you replace the motor vibration with a buzzer sound?
Hint: new variables will need to be defined
Hint: loop commands will have to be added. Don’t forget to stop.
Hint: the “Play a Tune” sketch holds some clues
Thermal Challenge Cheat Sheet for Thermal Alert Beep