How to add Sound Effects to a Costume

From time to time I am asked about adding sound to a prop or costume. Thankfully, Adafruit has made this supper easy for all of us with a line of Audio FX boards that can be triggered without writing a single line of code.

Here are a few kits that I have picked out for anyone looking to add such a device to their outfit or prop.  Continue reading How to add Sound Effects to a Costume

Weather Cloud Project Update

I have ported the code over to the Particle Photon and am working on some new lighting and sounds to represent data being sent to the device.

Thanks to James Bruce and his How to Build a Cloud Lamp with Sound Reactive Lightning tutorial, I think I have found a cool Thunder animation. Continue reading Weather Cloud Project Update

LED Matrix Pendant

I made a pendant for my girlfriend as a Halloween present. The animation was changed to an eye that blinks and looks around. I really wanted it not to just loop the same animation so I set out to create a few animations for the pendant to cycle through at random including a few longer blackout periods. I am still rather new to the coding side of this and didn’t understand some of the code, but here is the version I have working as of now. Continue reading LED Matrix Pendant

Basic Robot design.

These are the electronic components necessary to build a basic robot for children that uses two vibration motors to move forward, left, and right. Two digital pins are used to control the vibration motors leaving 3 open GPIO pins. The Photo cell and LED can be used to detect the presence, and close proximity, of another robot. The Micro servo is an optional add on so that a simple claw (http://www.thingiverse.com/thing:18339) can be added. Continue reading Basic Robot design.

I2C protocol for LED matrix

Wow this will come in handy when I get around to configuring the Imp to send I2C commands to the Adafruit 8×8 LED matrix backpack. Hopefully I can map the LED addresses easily so I can make an icon library to drive the matrix. Continue reading I2C protocol for LED matrix