Projects

Slipper Shining with LED strip Xadow

Slipper Shining with LED strip & Xadow

mo.momi Led strips are amazing! Firewalker-led-sneakers(http://learn.adafruit.com/firewalker-led-sneakers) by Adafruit inspired me. I wanna change a way to control it, instead of “pressure-sensitive”, I use a accelerometer sensor judging the motion of slipper. It’s simple, I complete this version only calculating the acceleration on “z” axis, weather i’m speed up or slow down. Led will “flow” if […]

Slipper Shining with LED strip & Xadow Continue Reading

Arduino tones on Multiple outputs

SPlaying tones on Multiple outputs using the tone() function with Arduino

This example shows how to use the tone() command to play different notes on multiple outputs. The tone() command works by taking over one of the Atmega’s internal timers, setting it to the frequency you want, and using the timer to pulse an output pin. Since it’s only using one timer, you can only play

SPlaying tones on Multiple outputs using the tone() function with Arduino Continue Reading

Scroll to Top