examples
A smattering of ideas of things to do.
ladyada.net/learn/arduino
arduino code examples
Launch the Arduino software. Look in the (File, Examples) menu for code listing demo projects including :
- ButtonMouseControl : hook up 5 push buttons (read about buttons in LadyAda's lesson 5) and have them move your computer's mouse.
- Fade : vary an LED's brightness over time. Elaborate this to handle multiple lights in controlled by something interesting.
- Make a musical instrument
- Tone2 - generate a pitch that follows an analog input
- many variations
- (HOWEVER, note that our version of the Arduino - the Leonardo - relatively new, and that some of this code may need adjusting and/or may not work.)
- Mozzi - Audio synthesis library
Experiment's Kit