Interactive Foam House Reacts to Light and Sound
by aniomagic in Circuits > Arduino
5018 Views, 28 Favorites, 0 Comments
Interactive Foam House Reacts to Light and Sound
I guess the idea is adaptable to other kinds of toy/doll houses or even tree houses. The screen based, schemer programming environment also encourages children to learn some simple programming as they learn to customize the behavior of their projects.
Ingredients
What's really cool about working with these components is that (1) they have been designed to be very easy to hookup (most parts have only two wires), and programming them is done directly from a webpage, with now extra software or hardware to get.
In this picture, you just have to connect all the top holes together with conductive thread or wire, and do the same with all the bottom holes. All the components have an ID that tells them their roles, when to turn on, and when to send data. This greatly simplifies wiring, since you only need two wires going to everything.
These pieces, also available on our website, Aniomagic.com are:
- schemer - web programmable button
- sound sensor board - easy to use sensor
- lightboards - simple led boards that fade and blink
- plastic battery holder and battery
- conductive thread
Of course, you'll also need a house to decorate :-)
Hooking Up
<p>
Next, connect the plus of the battery holder to the plus of schemer, and then connect the minus of the holder to schemer. To better hide the thread, do short stitches on the top side, and long stitches on the bottom side. You can later cover them with decorations. If you insert a battery, you will see a default flashing pattern to let you know that it's working.
<p>
Next, arrange your lightboards in order from 1 dot, 2 dots, all the way to 5 dots. Now connect all the holes with dots together to schemer using one length of thread, then connect all the minus holes.
<p>
Basically, you need to connect all the top holes of the lightboards with the top dot on schemer (gray lines), and do the same thing with the bottoms holes (black lines).Get more details about how to hookup components here.
<p>
Hooking up the sound sensor is also pretty easy. Just connect it to the lightboards by sewing the holes just as if you were attaching another lightboard. We attach it to the back of the hedge opposite the lightboards.
Final Steps
Well, finish up the house by mouting the hedge and placing flowers in front of all the lightboards. It helps to cutout small circles in the middle of the flowers so all the lights are more visible.
Programming
To make your house sleep at any time, press the touch pad to go into programming mode, as before. Keep holding it down and eventually it will "fade off to sleep".
As always, go to aniomagic.com/support if you have any questions or issues.