This piece displays an interactive light up screen print attached to the polyester stencil that was used to print the circuit. A Teensy 3.2, two triacs, and a DC-AC inverter power source created the artwork.
The screen is used to hold each component in place and display each shape layer of the printed circuit
The power source, run from two AA batteries, produces ~200 volts AC. The Teensy runs from a separate power source. Triacs, a component that acts as a transistor to switch on or off AC, is attached to the Teensy for modulation, and bridges the printed light up segment to a ground.
This piece attempts to use the ink circuitry to press-fit the Teensy to the wires that connect to the triacs
This method is unreliable because the paper stretches and loses electrical connection quite easily.
Touch activated electroluminescent screen print.
Schematic, code below.
Code:
]]>Steps:
Tools:
http://www.instructables.com/id/Acoustic-Levitator/
Video discovery by Gaurav
]]>
Screen printing with light up ink…The goal of this project is to create a textile-based interface for music playback, so a person will not need to check their phone for a simple task.
The current form is a foam core model that houses the arduino and other cables. A USB cable processes capacitive input from the printed gesture bar at the bottom to understand a user’s intention. The paper displays visual feedback to indicate the musics state. The video below describes how the technology works.
]]>
The focus of this project was the narrative element, rather than electronics. The schematic and code provided by JET was used for this. The only alteration to the code was the speed. A correct speed for to rotate the propellor smoothly was found at 13/255.
]]>A viewer can interact with the piece and make the bee angry! On the converse, to show the bee is angry, the circuit also needs to show the bee is not angry. So, a viewer can tap two capacitive sensors, one to make the bee angry, and one to make it less angry. Ideally, it would be a fun interaction if one sensor could be used for both interactions. A jab interaction would make the be angry, but a petting motion would calm it down.
To make this program happen, I combined two example sketches, and modified the code some. I started with the TouchSense 1188 example. The program registers which pin is touched, when the pin is touched. I changed the program to increment a counter when the angry pad is touched, and subtract the counter when the happy pad is touched. The second example program was to control the position of a servo with a potentiometer. The main problem I encountered during this was trying to integrate the two programs together. Additionally, two of the capacitive sensors were not registering, but that is probably because of the nature of the sensor pads.
Video: https://www.youtube.com/watch?v=2sn3x6xGiFQ&feature=youtu.be
Zip: https://drive.google.com/file/d/0B6FN8R0MrzCKS29BbHk3ZW84MEE/view?usp=sharing
]]>