Category: Past Student Work
Drawing Machine – DIY Ink Circles UPDATED
Drawing Machine Project in which you are able to control the splatter effect of Ink due to speed, and making a circle. Despite having some small setbacks, It is up and working! http://videobam.com/CsrBv CODE on day of presentation int motorPin = 9; // define the pin the motor is connected to // (if…
Drawing machine My drawing machine is based off using an existing toy jet. Markers are attached to the wings. When the toy is turned on the wings move along with the front wheels, making the toy leave marks on the paper. This toy uses the standard DC motor setup, except instead of the…
Optical Theremin
The code from Instructables.com
Drawing Machine
Code: #include <Stepper.h> // change this to the number of steps on your motor #define STEPS 100 // create an instance of the stepper class, specifying // the number of steps of the motor and the pins it’s // attached to Stepper stepper(STEPS, 1, 2, 3, 4); // the previous reading from the analog input int previous = 0; void setup() { //…
Proposal Project – Car
Being an auto enthusiast, I thought it would make sense to make a moving car. But being an avid Lego user, I have always wanted to make a moving Lego car that can move on its own. I thought Legos would be a good source for designing the frame of the vehicle. Legos are versatile…
Final Project
Drawing Machine: Rock
In fabricating a wooden rock out of a 12 IN x 12 IN block of poplar, a creature was born. Utilizing an Arduino UNO and a stepper motor driver along with a stepper motor and counter weight, movement was given to the rock allowing it to crawl along the ground. Graphite nubs imbedded within the…
Proposal Project
Assignment 4: Final Project WHAT? My own artwork /throw-up piece (painting will be nature inspired, completed sketches will be shown in class) Inspired by Electro-Graf of Graffiti Research Lab WHY? Interested in studio arts, I love to paint, it seems like a fun way to incorporate a 3d element or/and sound electronic art with my 2d work HOW…
Painting Machine (Drawing Project)
This is my drawing project where I use a DC motor to paint circles. I created a drawing machine designed to make circles; I used paint for this instance. I did this to see what other things I can make with the Arduino. Plus, I did this to understand how the DC motor works and…
Wearable Project – Turn Signal Backpack
Turn Signal Backpack by: Nick Savidge I created a wearable project in which the intent was to create a backpack that with a press of a button would control turn signals. I went through some setbacks and problems with the connections. Currently the backpack only flashes on the back left side. Below I have loaded…
Proposal for Final Project
Proposal for Final Project