THE OCTOTOUCHY BY: ERICA RULEAU AND DUSTIN DRENK The octotouchY is an interactive touch lamp where a different tentacle arm changes a color pattern on the neo-pixel ring. IMG_3126 NeoPixel_Ring_Strip_Touch_ddrenk_eruleau.ino The materials used: Arduino 12 Key Capacitive Touch Sensor Protoboard Neo-pixel ring 12 led RGBW Cool spectrum Coated Wire Jumper Wires Flat Rainbow Ribbon…
Author: Erica Ruleau
Art Against Information Reaction
In the reading I found myself reflecting on the saying of how we live in the “Data Age” which is terrifyingly true. The abstraction of data, the way we use, and manipulate for design purposes is one way to think about the data. There is so much random and accumulating data out there that theres…
Final Project Proposal
The Octopus Touch Lamp aka “Octotouchy” A mini touch activated lamp in the shape of an Octopus that each arm will control a specific color led and act as the sensor and a switch(color changes rather than on/off). The model will be 3D printed in at least one color, the UV plastic for extra flare….
Creative Switch; Easel
Step 1; Image 1; A: Planning, sketching and gathering materials, sketch the shape of the easel back, and cut out a baseboard for the easel out of yardstick paper. B: Tape baseboard down to the easel and fold the flap under neath. (See image 2) C: Make Ground, take construction paper about 5” long and…
Drawing Machine: Dot Grid
Little drop of Lavender Here’s the code! //declare global variable, int+decimals others are whole numbers float x, y; float diameter;//allow int spacing; //integer import processing.pdf.*; boolean saveOneFrame = false; //if its false, it will do something. void setup() { size(720, 720); spacing= width/6; frameRate(3); } void draw() { //to save one frame as PDF if…