Tuesday, September 29, 2009

Solar Tracker

Our team's solar tracker used 4 LDRs and 2 servos to track a light source. The arduino and bread board is held in a box which is attached to the YZ axis servo.








Heres the code that we used-

void loop()
{
for(posY = 0; posY <>
{ // in steps of 1 degree
Yaxis.write(posY); // tell servo to go to posYition in variable 'posY'
delay(15); // waits 15ms for the servo to reach the posYition
}
for(posY = 46; posY <>
{ // in steps of 1 degree
Yaxis.write(posY); // tell servo to go to posYition in variable 'posY'
delay(15); // waits 15ms for the servo to reach the posYition
}
for(posY = 136; posY <>
{ // in steps of 1 degree
Yaxis.write(posY); // tell servo to go to posYition in variable 'posY'
delay(15); // waits 15ms for the servo to reach the posYition
}
for(posY = 180; posY>=1; posY-=1) // goes from 180 degrees to 0 degrees
{
Yaxis.write(posY); // tell servo to go to posYition in variable 'posY'
delay(15); // waits 15ms for the servo to reach the posYition
}
}








































Saturday, September 26, 2009

Moriyama House


Thom had us kick start the semester with a precedent exercise. In teams of three, we were assigned component based houses, and given the task of scaling the house up to the size of a city block. My team (Burger/Adelson/Giles, or BAG architects) worked on the Moriyama house, by Ryue Nishizawa of Sanaa. The house is composed of eight differently sized boxes. Three of the boxes are occupied by client, while the others are rented out to tenants. Nishizawa designed the house as eight different buildings so that it would meld with its surroundings, and not be too large.








We decided that the most appropriate way to fill a city block with this house would be to use Nishizawa's logic of multiple, unique boxes. I used Grasshopper to generate 50 uniquely sized boxes, ranging in dimension between 10' and 40' ( the largest dimension in any of the original houses was 20', so we allowed some of our houses to be slightly larger). After laser cutting the boxes, we played with various arrangements, and decided on one which responded to a topography, as opposed to to simply keeping a strict orthogonal grid.














Thursday, September 17, 2009

Arduino

This is a clip of the LED lamp which I made for smartsurfaces this week. The "Lamp Shade" is made of trace wrapped in wire.