I found this sculpture to be very, very cool. I’m pretty new to this realm of art, so i can’t really comment on any technical procedures, but I must say it’s amazing what technology is doing in the arts today. I did do some research in Daniel Rozin, (the artist), who is the associate art…
Category: Past Student Work
Flex Sensor + Nerd
This guy loves him some flex sensor. Look how happy he is!
code
int potPin = 2; // select the input pin for the potentiometerint ledPin = 8; // select the pin for the LEDint val = 0; // variable to store the value coming from the sensor void setup() { pinMode(ledPin, OUTPUT);Serial.begin(9600); // declare the ledPin as an OUTPUT} void loop() { val = analogRead(potPin); // read…
flex sensor to speaker
int potPin = 2; // select the input pin for the potentiometerint speakerPin = 8; int val = 0; void setup() { pinMode(speakerPin, OUTPUT); Serial.begin(9600);} void loop() { Serial.println(val); digitalWrite(speakerPin, LOW); val = analogRead(potPin); // read value from the sensor val = val/4; // process the value a little //val = val/2; // process the…
Christmas Robot Dance in Hong Kong
Couldn’t listen to the sound, so i have no clue what ,music it is to but it is pretty cute to watch.
robot projector
Unfortunately, whetever idiot posted this video on you tube lacked the attention span to wait and see if this thing actually projects anything, which I doubt, but it’s still pretty awesome to see it pop and lock its business all over the place.
simple robot hand
Hey so I was thinking about our project and wanted to find a simpler way of creating movement and functionality. I found this one to be pretty simple but it still looks like it has a lot of potential. Its not as bulky as all the other stuff out there.
Jellyfish robot: AquaJelly & AirJelly – Sexy Robots Videos
These aqua jelly and air jelly fish are so delicate. Altough they are robot, these jelly fish dance smoothly and elegantly whether in water or air. The aqua jelly fish is built in an electric drive and an perceptive mechanical system. There are several robots autonomously running with a communication system gathered with Zigbee short-range…
Arduino christmas lights?
Yes. I admit a total fascination with creative LED applications. And I’m not particularly into having a crapload of lights all over the front of my house and lawn (if i had those) but I think this light show is very well done.
Oblong’s g-speak
Do you remember the movie Minority Report and the style of computer interface they were using ? If so, then that futuristic concept of interface is one step closer to reality. One of the science advisers from the Steven Spielberg film, along with a team of other genius visionaries, has created a real-world implementation of…
Sweet Light Sculpture
This boxed light sculpture is really interesting. It makes me woner exactly how they are making the lights move that way…must be LED’s. I’m still pretty amazed by this! Verrry nice.
Shaking Time Mirror
This group of pieces is comprised rear projected screens or kiosks connected to video cameras and computers. When a viewer stands in front of one of these pieces, their image is reflected on the screen after it has been interpreted by the computer. The displays change rapidly yielding a smooth transition tightly linked to the…