Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.23 KB

README.md

File metadata and controls

23 lines (12 loc) · 1.23 KB

Experduino

Experimenting with Arduino Uno and MEGA - LEDs, ultrasonic sensors, MusicShield and Touch Board on a Linux machine

Getting Started

Download the latest version of Arduino IDE and make sure it recognises the arduino board and port. Test it with a the beginners tutorial or demos.

To create LED arrays, the sparkfun tutorial is a good starting point.

To use ultrasonic sensors to control LEDs, the instructables tutorial is a good starting point.

If you have a Waveshare Music Shield board, the repository already contains the Music Shield library and details on how to use it can be found in the Waveshare Music Shield User Manual.

To use a Bare Conductive Touch Board, you must use the Touch Board installer.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • andrewsage