|
|||||||||||||||||
Elements: Touch (Capacitive) sensors - Electrodes to gather input when users touch objects on the table. My research says that the least expensive method of designing the electrode system is to have the electrodes and QT chip on one PCB that's bonded the back of plastic or glass. The electrodes work by emitting a pulsed electric field through the plastic or glass panel - a finger touching the panel will cause "the capacitance of the electrode to ground to increase by about 0.5pF t 5pF due to the extra coupling of the human body to the surrounding environment." The electrodes reside in an electrode substrate, which come in all sorts of forms like epoxy-fiberglass, polyamide, etc. According to the documentation for the chips, the lowest cost designs use single-sided laminates such as CEM-1. Tom's book offers an even lower cost solution: copper mesh or copper foil. (Physical Computing, pp. 227-229).
Capacitive sensors - Chips - I bought 10 QProx sensors - QT113HD chips. The QT chip is able to process the small change in the capacitance of the electrode to ground as an output signal. In Tom's book, he says the Theremin is made with capacitive sensors! However, in talking to Michael, found out that the 6 inputs I need will work much better with a chip that is able to handle all of them. So I went to buy the QT160-DG 6 key chip from QProx, but unfortunately it's not availabe through their North America distributer, DigiKey. So, I got the QT-150! Moving Objects - Motors and magnet system to move objects on the table. The cup, plate and spoon will move. I can look into hacking toys or other electronic stuff for some of this. Cup Jiggle: the movement should appear to be reacting to something climbing on it. The cup should tip slightly and rock back down. This could be done by simply having something push one side of the cup up for a moment, and then quickly release. The animation to the right, from flying pig, shows a cam rotation solution. It'd be great to also produce a splash in the milk when the guy falls in, and splashes when he's thrashing around. But, how to do that without having holes that the milk leaks through? (By the way, I shouldn't actually have milk since it'll go bad - rice milk, maybe?) Anyway, maybe magnets to produce the splash. Plate slide: I want the plate to move a couple inches in every direction. This can be done with two rack-and-pinion type devices, creating movement on x and y axes. Will need 2 server motors and gears for sliding. I may want to consider finding and hacking some existing thing for this. The plate can be glued at some specific point underneath. Will need data out about where the object is - sliding potentiometer which can tell where the stepper motor is in its rotation and can send data back which can then tell the motor to start or stop. Spoon Flip: spoon will flip up when an imp appears to jump on the tip. A magnet on the underside of the tip will cause the spoon to flip when a magnet under the table top is pushed upwards by a motor. This can be done with a rack and pinion like the cup splasher mechanism. I've decided to leave the Globe rotation for the next phases of this project, but here's the information for when I need it: user servo for rotation, use a potentiometer hacked so it turns 360, to sense rotation. To hack potentiometer, pull tab off and put 10k Ohm resistor between center pin to either power or ground. Microcontroller - I think that I'll stay with my trusty 18F452. So far, my inputs and outputs: Inputs: Serial in from laptop, 6 analog in from QT sensor chip, and in from movement positions listed above - 2 potentiometers for the plate and 1 for the globe. Outputs: Serial out to laptop, 5 outs to motors listed above (2 for cup, 2 for plate, one for fork), out to midi. Power - I'll need extra power - how much will depend on the motors I'll use. Serial Server - Flash has a hard time getting serial data, so you have to set up a server or use a module like the Teleo mentioned below. Dan O has a Serial Server solution mapped out on his website, though, complete with code examples.
Action Script - Data from touch sensors through Serial Server to trigger projection of flash animation Midi - I'm considering using midi because I think having sounds will really enhance the interactivity. I'll need a 20mgH clock, opto-isolator. 5-pin female connector, and MIDI synthesizer. Or wait, since I'm sending data to the laptop anyway, should I have sound coming from the laptop instead of the chip? Projector Speakers The table itself, constructed so that magnets and motors could be used to manipulate objects. Also, should there be plexiglass on the table with the sensors under it? Objects on the table. Plate, cup and spoon. Everything can be easily purchased. No modifications needed, except for the part in the cup to create the suction. Parts List Basic board parts :
Sensors:
Moving parts:
Bigger stuff:
CoBox Micro for Serial to Flash (Older diagram of layout: )
|
|||||||||||||||||
|