Monday, August 31, 2009
For Kevin
- 50cmx50cm timber base, cheapest price possible at 15mm thick.
-Black paint and cheap brush to paint the base.
- Eyelets (small) like the ones we were using on the timber pieces, Qty 4.
-Eyeltes (large) so the hole is about 8mm -1cm wide, Qty 10
-Super Glue
-We need a cog like the fishing line reel's we had but it has to be about 10-15cm wide so try find something its really important. Qty 4.
- Packet of screws, the ones you use without a bolt so just to screw into the base Qty 10.
Christen.
Book
Christen.
RE: Why our structure is innovative
Great idea. What’s the meaning behind ‘the playbook’? Sounds a bit like playschool.
Concept statement: ‘Face-to-face communication has taken a backseat to technology and our form supports real world interaction... An online blog was established as a forum for communication and interaction among the design team.’ What if we just called the blog book ‘Communication’ or something else concept related?
Jason the montages are looking terrific, really effective.
Re Why our structure is innovative:
-moveable, flexible, compression elements can be easily shifted along the tensile element
-choice of materials (typically made of steel)
-responsive, dynamic, temporary
-not drawn from a book, an original design
-integrates with context by being in a continual process of sampling what is sensed in its environment
-inverting the façade: skin is on the inside which relates to social change being a process evolving from the inside out
A key part of the concept proposal is that social interaction should proceed because of, rather than in spite of, architecture so I think the pavilion should probably move based on human movement, perhaps stats/temp could be in addition?
Felicity :)
finall Blog for Folio
i also want to call the book 'the playbook'....(with team leaders permission)
cheers.. keiran..
((oh and all those comments bout 'not being able to make it' to afternoon meetings will also be printed.. excluding myn =] ))
Sunday, August 30, 2009
Interaction
Interaction team here, just thought we'd pop in and let you guys know what we've been up to.
First, one problem we currently have is that to run an input / output script we need a USB Hub. It would be reeeally great if anyone has one of these around that they could bring in for tomorrow? If not we can go get one, which won't be too hard, it will just save us a bit of money.
Otherwise, we've sourced the LED's already and just need to solder them. And as far as scripting goes, we've got the input script working, but haven't been able to test the input / output script (due to the lack of USB). I have done a theoretical input / output script, which I hope will work, but we're going to have to find out tomorrow. Also, someone wanted to have a look at the script? So I'll post what we've got at the bottom.
One last concern I had with was the theoretical skin. Although their's nothing wrong with it, I was just wondering how you guys planned on disgusing / displaying the motors / sensors/ hardware? Just something to think about for tomorrow.
Peace,
Interaction.
And here's the script:
[Note; this script is using 4 light sensors, which can easily be interchanged for whatever we want.]
import com.phidgets.*;
import com.phidgets.event.*;
InterfaceKitPhidget ik;
float light0;
float light1;
float light2;
float light3;
int xPos;
void setup()
{
size(1024,300);
setupIK();
smooth();
}
void draw()
{
readIK();
background(0);
light0 = map (light0,0,1000,0,height);
fill(255,255,0);
noStroke();
ellipse(xPos,(height-light0),10,10);
light1 = map (light1,0,1000,0,height);
fill(255,0,0);
noStroke();
ellipse(xPos,(height-light1),10,10);
light2 = map (light2,0,1000,0,height);
fill(0,0,255);
noStroke();
ellipse(xPos,(height-light2),10,10);
light3 = map (light3,0,1000,0,height);
fill(0,255,0);
noStroke();
ellipse(xPos,(height-light3),10,10);
if (xPos >= width)
{
xPos = 0;
}
else {
xPos++;
}
}
void setupIK()
{
try
{
ik = new InterfaceKitPhidget();
ik.openAny();
println("Waiting for Phidget");
ik.waitForAttachment();
println("OK ready to go");
}
catch(Exception e)
{
println("ERROR");
System.out.println(e);
}
}
void readIK()
{
try
{
light0 = (float)ik.getSensorValue(0);
light1 = (float)ik.getSensorValue(1);
light2 = (float)ik.getSensorValue(2);
light3 = (float)ik.getSensorValue(3);
}
catch (Exception e)
{
println(e.toString());
}
}
This week
Mirror?
Will it be easier to source and be cheaper?
Also since glass does not has that much reflection, we will get the "floating" effect similar to what we saw last Thursday
just a thought...
Jason
Examples of Documentation
Excellent Work
I am excited with the progress so far. We just have to really get cracking on the last few things.
We need to get the skin and the motors working on monday!! no more delays.
Remember this is a structures subject too so in your videos/presentations should include details of joints and structure (with the stages of development early-to-now) would be good. and then you might one to include concept images next to or the slide before them (e.g. the molecular/cells tensegrity)
Also you have to say something about compression and tension in the structure and how our 'dynamic' structure overcomes this with joints.
Remember in the presentation we have to should 'innovation' in how we designed this structure.
We really need to get some interaction diagrams/ideas on why this pavilion moves and how does it move based on people/stats/temp? we need to get some diagrams up (e.g elevations stating with a person up close with the stats of the day/or temp at that time. what form will the pavilion take?)
keep up the good work guys!!! The montages look great!
See you monday.
Phil.
Saturday, August 29, 2009
What do you guys think of Pulse or Beat_Space for project title? The concept proposal is linked to the human heart and social interconnectedness.. any thoughts?
Jobs/joint
Jason: I have detailed the joints already very similar to your drawing but with two bolts one either side of the rubber so it can be adjustable ie more or less tension, just adds a more to the consideration of it as a joint.
christen.
Joint
Job allocations please volunteer
Friday, August 28, 2009
job allocation
Jason thanks for doing all those drawings they’re fantastic.
Re job allocation Christen perhaps one of the jobs could be collation of all captured images. I have a lot of photos and video and I know other people do too, perhaps you could delegate one person to collect and edit them all for presentation to show process development. Does anyone want to put their hand up to edit all the videos into one long video with a sound track? Also it’s just an idea but it might look more sophisticated to have all the photos and video black and white?
Do you think we should show that we’ve sussed out the site as I’m mentioning in the concept statement that our structure responds/interacts with the context of Customs House. Perhaps you could allocate a job for someone to go down to Customs House and take photos/video?
Felicity
Thursday, August 27, 2009
tomorrow
grace
Modules
"Modules"
Meeting tomorrow/money/skin module/Jobs
Wednesday, August 26, 2009
Joint idea


THURSDAY'S CLASS
Tomorrow we are building a model roughly 1mx1mx1m which will be the final model! after this we can concentrate on drawings and the motor and sensor prototype.
A few of us today went and brought enough material for tomorrow which cost around $180 so if its not too much to ask we would like to split the cost with everyone which will end up being very little at all so please come prepared.
See you all tomorrow!
Some Joint ideas
http://www.chsmith.com.au/Balustrade.html
these guys also sell them.
They also supply bamboo
http://www.chsmith.com.au/Bamboo.html

Jason