2018.12.05-octotouchy-drenk-ruleau – HD 720p
Category: Final Projects
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…
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….
Final Project Proposal (Updated to Octotouchy)
UPDATE: Erica Ruleau and I decided to work together, building an OctotouchY <—Click here to see post I plan on building upon the diatonic scale builder by adding MIDI functionality and possibly a touchscreen interface. By adding a MIDI jack I will be able to control an external hardware/software synthesizer and control the sound timbre by…
FInal Project
This project was expansion of my interactive midterm project. I wanted to create a Arduino drawing robot machine controlled by bluetooth. The user can create patterns on the fly without the help of pre programmed patterns within the Arduino code. Materials: Bluetooth module HC06 etc Bluetooth control app :http://www.keuwl.com/apps/bluetoothelectronics/ 1k resistors All the Materials Here:…
Final Project
9V Battery Cubs hat 6 jumpers Bluetooth Arduino Mac or iPhone with Bluetooth OLED board Soldering Iron This project was an expansion from my interactive project. So I made a couple of changes, instead of using and LCD display board I used an OLED display board to display the updates. So I got rid of…
Final Project
Tools 1. Arduino 2. 3 neopixel strips 3. Wires, lots of them. 4. 9 volt battery 5. Tilt sensor 6. Breadboard 7. electric tape and duct tape Step 1. Hook up all your leds so they are connecting. use saudering Step 2. Hook up your tilt sensor according to schematics on adafruit. Step 3. Combine…
Final Project
Light up bra with added on mic amp sensor Materials: FLORA board 6 jumper wires 3 thin grey wires 1 soldering iron 1 soldering wire 1 decorative bra/costume 1 3.3v batter wire clippers wire strippers heat shrink 1 mic amp sensor 1. Because I was adding an additional sensor and neopixel ring to my project,…