A simple arduino program that uses an adafruit touch shield to control neopixels.
- Touch Shield
- Neopixel LED strip
- Power Supply
- DC Power Adapter
- JST SM Plug Cable
- JST SM Receptacle Cable
- Open up the
.ino
file in the Arduino IDE. - Download the necessary libraries which can be found here and here.
- Wire up the neopixels to your arduino board. Use this neopixel guide and touch shield guide if you need help setting it up.
- Hook up your arduino to your computer via USB and upload the sketch.
- Viola! Now you can use the touch shield as a controller to change the colors of the neopixels.
Visit my school blog where I documented the whole process.