Daeleown Cox With my final project I combined two works of art to create something new. This bike watch is used as a turn signal for local cyclist. With everyone going towards a greener earth, and less pollution I fell as if this will gain popularity. The watch turns on by motion, it turns yellow…
Author: daeleown
Three Questions
My project is the bike watch, come from the bike glove, and I wonder how can have an on and off switch with the lithium ion battery? Another question I have is can I copyright this?
Interactive Project Bike Glove
Video The bike glove acts as a turn signal for active bike riders. The glove is connected to the analog that’s lights up if you turn your hand outwards. A right turn will have the glove light up while, a left would not. This is the code. /////////////////////////////////////////////////////////////////////////////// // Circuit Playground Bike Glove – With…
Interactive Assignment Proposal
Interactive_Project_Proposal Student Name: Daeleown Cox Title (tentative): Bike Glove Project or Assignment Summary: With this project I’m going to be using a circuit playground sewn to a glove to make a turning signal. The glove will be used while riding a bike so people behind you cars, other cyclist, people walking along bike path, etc…
Processing Drawing
PShape Shapes; void setup() { size(500,400); background(10, 80, 100); } void draw() { background(50); stroke(255); fill(150); rect(mouseX, 180, 100, 50); translate(mouseX, mouseY); ellipse(0, 0, 40, 40); // Note that this ellipse will move twice as fast as the previous, // because transformation accumulate fill(0, 255, 0, 100); translate(mouseX, mouseY); ellipse(0, 0, 40, 40); if (mousePressed)…
Creative Switch
My creative switch is a Christmas tree. Its two parallel circuits connected at the bottom of the project. It is powered by a 9v battery connected together by wires. First I cut out my tree out. After that I laid down the fabric tape as my conductor, and that’s shown in the picture. Once the…