Sunday, December 19, 2010

code

#define LED 9
#define LED2 10
int val = 0;
void setup() {
pinMode(LED, OUTPUT);
pinMode(LED2, OUTPUT);
}
void loop() {
val = analogRead(0);
if (val>800){
digitalWrite(LED, HIGH);}
else{
digitalWrite(LED, LOW);}
if (val>800){
digitalWrite(LED2, HIGH);}
else{
digitalWrite(LED2, LOW);}
}

objectives


to provide a platform for the exchange of ideas
to address issues of “institutional confinement”
to accelerate the creative process
to establish a physical presence within the community
Allow anyone to create art regardless of institutional standards
nomadic and seamless exchange
simple user friendly interface
designed to contrast institutions










http://cartablexchange.blogspot.com/

The picture quality is a little poor, but if we had the money it would be a high quality camera, this one was just cheap and small, easily manipulated to trigger
Project 3 revisions

Keep all mechanisms inclosed
Drawing surface on top of mechanism
Previous drawing surface becomes sign and instructions
Shiny new supply holder
Slots positioned in front
and
Camera attached to take pictures and upload to website
this changes the whole programing, now there are two arduinos with a relay and photosensors
so you insert paper, it feeds back, blocks light, snaps picture, feeds new paper out

Wednesday, November 17, 2010

feeding mechanism

repurposed printer parts

arduino setup to take signal from a tripped sensor to start motor to feed and the timing for the motor to feed out a new sheet of paper

sensor



troubleshooting