Saturday, November 26, 2011

Finalizing Design

The team went ahead and put in the order for 50 polycarbonate tubes. Since polycarbonate is a more expense material we will have less stalks than the original design and they will be shorter (about 2ft at the tallest). Overall we have decided to go quality over quantity which I am very happy about because previously only Brian and I had voted for using polycarbonate over PVC. One issue with the polycarbonate though is that it is clear and therefore one can see all the wires and the LED through the stalk. Brian and I tested different ways for making the stalk opaque. In the end we found that if we sandblasted the outside and the inside and then slipped a tube of Mylar down the stalk the finished look was a soft satiny sheen that perfectly masked the wires and the hotspot created by the LED. We will still use a piece of sandblasted acrylic at the top to plug the stalks and diffuse the light.

A few example of other things I tried along with the Mylar were newspaper and using ink on the Mylar.


Kevin, Brian and I also preformed a test on the PIR to gage its sensitivity. We had Brian stand to one side of the PIR and create motion. Once the PIR recognized it we put an x on the floor. I made a graph of the calculations.


I'm also still messing around with processing. Although I'm sure we won't end up using it, I wrote a simple code that displays the front of the PowerHouse with a tracking dot moving along the sidewalk to signify a person walking. The movement is not fluid however and we will most likely end up using a digital framework of the Powerhouse and working with a multitude of dots that the PIRs are outputting. But just for funsies here it is:

void setup(){
  size(920,520);
  noStroke();
  smooth();
}
float x = 0;
float y = 350;
float speed = 9;

void draw() {
PImage img =loadImage("PowerHouse.jpg");
image (img,0,0);
filter(BLUR,1);
filter(GRAY);

fill(0,12);
  rect(0,0,width,height);
  fill (255);
  move();
 display();
}
void move() {
  x = x + speed;
  if (x > width) {
    x = 0;
  }
}
void display() {
  fill(230,52,49);
  ellipse(x,y,30,30);
}

Tuesday, November 15, 2011

Week 7

As I mentioned before, this week my biggest priority was making our stalks have a beautiful sculptural quality. At this point the team was pretty set on using conduit tubing for the stalks because of its hardiness and its low cost. In my opinion conduit is ugly as sin but I liked the challenge of taking an ugly material and completely transforming it.
Brian and I brainstormed several different ideas for how we could manipulate the conduit and diffuse the LED light including spraying the inside of the conduit with gloss, drilling small holes in the top, sandblasting and glossing the vinyl covering the top, using acrylic rods at the top, and a combination of all of these effects. I documented our process on my camera. Below are the three we liked the best.

Sandblasted Vinyl:
https://www.youtube.com/watch?v=uR7fOSE3wME&feature=player_embedded 

Acrylic:
https://www.youtube.com/watch?v=j2BfnEgk6Js&feature=player_embedded

Drilled Holes:
http://www.youtube.com/watch?v=SodFbldi65o&feature=youtube
 



Thursday, November 3, 2011

Gettin there....

This week we had a guest lecture from Sabrina Raaf. It was really interesting to see her work with robotics. I especially liked the the origami projects like the shape-changing lamp and the dew collecting devices. It was food for thought even if it didn't have direct relevance to Smartfence.
This week we made decisions on materials to buy for testing. PVC seems like a viable option for our project because it is sturdy and cheap. At first I was extremely opposed to this because I thought it would sacrifice the aesthetic of our design and PVC has harmful environmental effects. I was more for using polycarbonate which would provide a beautiful look and be less controversial. However, we decided that because of budget restraints we could either do a larger and more dense installation with the PVC or a smaller and thinner installation with the polycarbonate. Also the way we are using the PVC (embedded in concrete and not running water through it) is not that harmful to the environment. As Keenan put it, the most harmful thing we are doing is perpetuating its use. Moreover, one of the main arguements for using polycarbonate was for wave guiding the LED light, which would allow us to embed the LEDs safely in the concrete, but during a team discussion we vetoed wave-guiding becuase it was getting too complex in material use and the process of it.
I think guiding most of our decisions is the fact that we want to get our project actually built and ahead of schedule so we can troubleshoot and refine it in the last week. Because of this we are working as simply as possible.
Now that we have made some important material decisions I am interested in how we can make PVC have a beautiful sculptural presence. It will be a challenge. I found this video which uses PVC on top of an old television set. I think its a great precedent for how to use PVC creatively as a light sculpture.
http://vimeo.com/jasoneppink/21st-century-campfire