Thursday, 24 February 2011

Prototype - Projector Mechanism 8

Scenaio
 

Mechanism
 


Arduino testing


Code:
#include <Servo.h>
Servo myservo;

boolean switchValue1;
boolean switchValue2;
boolean switchValue3;

void setup() {
  pinMode(3, INPUT);
  pinMode(5, INPUT);
  pinMode(7, INPUT);
  myservo.attach(9);
}

void loop() {
  switchValue1 = digitalRead(3);
  switchValue2 = digitalRead(5);
  switchValue3 = digitalRead(7);

  if(switchValue1==LOW && switchValue2==LOW && switchValue3==LOW) {
    myservo.write(0);
  }
  else if(switchValue1==HIGH && switchValue2==LOW && switchValue3==LOW) {
    myservo.write(60);
  }
  else if(switchValue1==HIGH && switchValue2==HIGH && switchValue3==LOW) {
    myservo.write(120);
  }
  else if(switchValue1==HIGH && switchValue2==HIGH && switchValue3==HIGH) {
    myservo.write(179);
  }
}

Prototype - Projector Mechanism 7

The organic prototype expand for projection screen. Simulate breathing to attract user.

Thursday, 17 February 2011

Thursday, 10 February 2011

Description

This project mimics the sharing function of Facebook that allows friends to recommend and share the media, both songs and videos, they like by providing them with an interactive environment that changes according to the number of audiences. Concave screens equipped with directional speakers that project the music or videos from user’s mobile phones are positioned in the plaza of Times Square where people usually set as a meeting/waiting point or just a place to hangout. Users upload the playlist from their phones and try to attract audiences. The concave screens open out to provide a wider view and the directional speakers project to a larger area to accommodate the larger audience. This project allows users to promote their own preferences and seek out an audience with similar interest through the use of an interactive architecture, providing a more physical interaction compared to purely digital social network services.





Sketches n Rendering of inital idea







Technological Reference- Audio Spotlight, directional speaker

Directional speakers that can be aimed at solely one person or a small area.

http://www.holosonics.com/v_wc.html

Reference Videos - Part 1


Reference Architecture for Sound Dome












Narrowing down ideas

Musics connect people together

Idea to create a space for people to come together for music



A pathway for people to play music

A space for people to create music together?

Idea


Brain storming


Brain storm

Idea - music dome

Idea - bird attractor

Idea - community area

Place/Purpose of our design

Target audience to serve