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…
Author: Cody Colgren
Interactive Project – Cody Colgren and Ivan Martinez
CODE: #include <Wire.h> #include “Adafruit_MPR121.h” #include “pitches.h” #define BUZZER_PIN A0 // The output pin for the piezo buzzer #define NUM_OF_SAMPLES 5 // Higher number whens more delay but more consistent readings // You can have up to 4 on one i2c bus but one is enough for testing! Adafruit_MPR121 cap = Adafruit_MPR121(); // Keeps track…
NeMe: Trouble at the Interface 2.0
Interactive art has always been something that has caught my attention because of the power the user has on the medium. While reading the article I felt like the author just filled it to the brim with lots of information but it was personally pretty difficult to find any big meaning of the text relating…
LED Glove – Cody Colgren, Ivan Martinez
A interactive LED glove by Cody C and Ivan M. Materials needed: Glove (preferably not a fuzzy winter one) 4 LED lights Sheet of copper fabric Super Glue Scissors Tape Two small lithium batteries (3V) Battery encloser Step 1: Make sure the glove is suitable for it being super glued and worked on. It is…
Assignment 1 Cody Colgren
//program made by Cody Colgren void setup() { size(500, 400); strokeWeight(0); stroke(0, 100); smooth(); } void keyPressed() // if the ‘z’ key is pressed the image will reset, if the ‘s’ key is pressed it will take a screenshot { if (key == ‘z’) { background(255,255,255); } if (key == ‘s’) { saveFrame(“drawing-####.png”); } }…
New Media Arts Blog 1 – Cody Colgren
Initially when I heard about new media arts I thought it was only things like digital art and graphic design. I didn’t know how wrong I was until I saw some of the great things some artist made like Jer Thorp and Robert Hodgin just to name a few. New media arts isn’t just traditional…