In our first assignment, I really just wanted to make a still abstract image with colors from the ’90s. My main goal was to just get the hang of how to use code. I then wanted to create a simple design consisting of different shapes. I added the opposite color for the stroke and it…
Category: All Posts
Beginning of Assignment one
In this first assignment I created three shapes, one being a triangle, another a square and lastly half a circle. I decided to use the least amount of stroke weight for the half circle, used a good amount of stroke weight for the square and lastly I used the most amount of stroke weight for…
beginning of Assignment One
For our first assignment I wanted to try to play around with a couple of the more complex lines of code that we were introduced to, even if they aren’t the most complex lines of code that we will learn, figuring out how they can change with certain manipulations was my goal. my design focuses…
Final Turntable – Luisa Ruiz & Aryel Owens
IMG_1192 Materials : Arduino UNO board Motor Music maker shield board 1k ohm resistor cardboard spray paint SD card speakers jumper wires Code : // Voltages //const int minV = 5; // minimum voltage to start walkman //const int maxV = 180; // maximum output voltage to walkman const int maxFan = 100; //…
Addition to OctotouchY
2018.12.05-octotouchy-drenk-ruleau – HD 720p
Final Project_Interactive Mirror
Interactive Mirror -Materials: Wood Glass Servo Motor Stepper Arduino Wire Proto Board Code: int PULSADOR = 2; //BOTON int MOTOR=3; int estado=LOW; #include <Servo.h> //SERVO Servo name_servo; int servo_position = 0; #include <Stepper.h> //MOTOR 1 Stepper motor1(2048,8,10,9,11); //pasos completos Stepper motor2(2048,4,5,6,7); //pasos completos //MOTOR 2 void setup (){ motor1.setSpeed(3); // en RPM (valores de 1,2…
Final – Juan Rivera
“Piano Sleeve” – Final Materials: Copper tape red lose wire green lose wire Adafruit MPR121 capacitive touch sensors Adafruit Trinket Pro 5V Proto Board Tiny audio buzzer Adafruit liion/lipoly backpack battery 2 compression sleeves Sewing thread and needle velcro strips 2 Neopixel strips CODE: #include <Wire.h> #include <Adafruit_MPR121.h> #include “pitches.h” //#include <LED_animations.h> #include <Adafruit_NeoPixel.h> #ifdef…
Final Project – Cody Colgren, Ivan Martinez
Pictures: Videos: Parts: Adafruit Mpr121 12-key capacitive touch sensor breakout ~ 8$ https://www.adafruit.com/product/1982?gclid=Cj0KCQiAoJrfBRC0ARIsANqkS_6RuPNdRHs-B-2Smzg_qLApG69EhU9lueRRtaQl0zpRjjnzIk3-ktQaAjuoEALw_wc Arduino UNO board ~6$ https://www.ebay.com/i/263810558921?chn=ps Adafruit Protoboard ~5$ https://www.adafruit.com/product/1609?gclid=Cj0KCQiArqPgBRCRARIsAPwlHoU-PLaLyAv5IVq7pmErJvoLIOK5ihGXWtPOPIkdsv2ktI8Q3PUIlHYaAtsLEALw_wcB Copper Tape ~$3 https://www.target.com/p/scotch-r-expressions-washi-tape-59-in-x-275-in-copper-foil/-/A-17088871?ref=tgt_adv_XS000000&AFID=google_pla_df&fndsrc=tgtao&CPNG=PLA_Seasonal%2BShopping_Local&adgroup=SC_Seasonal&LID=700000001170770pgs&network=g&device=c&location=9021717&gclsrc=aw.ds&ds_rl=1246978&ds_rl=1246978&ds_rl=1246978&ref=tgt_adv_XS000000&AFID=google_pla_df&CPNG=PLA_Seasonal+Shopping_Local&adgroup=SC_Seasonal&LID=700000001170770pgs&network=g&device=c&location=9021717&gclid=Cj0KCQiAw5_fBRCSARIsAGodhk8HahIcbg4V- Guitar Hero Guitar ~ $20 https://www.unbeatablesale.com/dcgrl21360.html?gclid=Cj0KCQiAw5_fBRCSARIsAGodhk9PY8IEOBZROcuY6T5zPqCAJNLLdz12G5FKj9rODRG7ZJ-IlbYx-hwaAvoHEALw_wcB Code: #include <Wire.h> #include <Adafruit_MPR121.h> //#include <pitches.h> //#include <LED_animations.h> #include <CurieBLE.h> #include <Adafruit_NeoPixel.h> #ifdef __AVR__ #include <avr/power.h> #endif /* BE SURE TO…
The OctotouchY; Final Project by Erica Ruleau and Dustin Drenk
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…
Final project ( Kavya and Danny) pt.1
Documentation images Final code #include <Adafruit_NeoPixel.h> #ifdef __AVR__ #include <avr/power.h> #endif #define NeoPixel_PIN 8 Adafruit_NeoPixel strip = Adafruit_NeoPixel(10, NeoPixel_PIN, NEO_GRB + NEO_KHZ800); ////////////////////// #include <MFRC522.h> #include”rfid.h” RFID rfid; #include <SoftwareSerial.h> #include “Adafruit_Soundboard.h” // Choose any two pins that can be used with SoftwareSerial to RX & TX #define SFX_TX 5 #define SFX_RX 6…
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….
