Monday, January 17, 2011

Switch Button Board

Before this I wanted to make a foot switch for the installation. But I have a few problems to make it work, and because of that, I decided to go for the hand button. I must say that the interactivity will be less the fun (or less aesthetic value?), but I have no time to figure :(

I use an acrylic that I bought from an art shop in Taman Melawati.






...and the result...well, not so neat. haih... clumsy.

Modifying The Dot Matrix Switch

I modified (soldering) the switch of the Dot Matrix board to make it longer and separated because I want to put in a different button that I bought later



Joy Pad Hack

This is some of the picture in my attempt to hack a joy pad, with some help from a friend, I manage to make it work (thanks a lot Jibin). The joy pad will be use to trigger the flash clips. The software that I use to detect the key press is xRC 1.1.00


Sunday, January 9, 2011

Budget

Dot Matrix (9 pieces) : RM 225

Wiring, Boards (Electronic stuffs) : RM 1475

Joy Pad : RM20

Webcam : RM 150

Foam Board : RM 5

Projector : Self own

Laptop : Self own

PC : Self own

Transportation : RM 100

________________________________

225 + 1475 + 20 + 150 + 5 + 100

Total Budget : RM 1975

________________________________

Software List : Adobe Photoshop CS4, Adobe Illustrator CS4, Adobe Flash CS4, xRC 1.1.00

Video

Wednesday, January 5, 2011

Tuesday, January 4, 2011

Flash Actionscript 2.0

Here's my flash actionscript for the information screen

KeyListener = new Object();
KeyListener.onKeyDown = function(){
if(Key.getCode() == 65){ // key A
gotoAndPlay(05); // go to frame 5
} else if(Key.getCode() == 83){ // key S
gotoAndPlay(75); // go to frame 75
} else if(Key.getCode() == 68){ // key D
gotoAndPlay(145); // go to frame 145
} else if(Key.getCode() == 70){ // key F
gotoAndPlay(215); // go to frame 215
} else if(Key.getCode() == 71){ // key G
gotoAndPlay(285); // go to frame 285
}
}

Key.addListener(KeyListener);

Layout re-Design

Here's the new design layout for the information screen :





Tuesday, December 28, 2010

Dot Matrix Board and Projection Testing

Finally my Dot Matrix board are here.

Video 1 : Testing


Video 2 : Projection


Right now I'm working on the foot switch, flash actionscripts and some of the designs. Hopefully I can manage to finish the job before January 10 2011. InsyaAllah.

Sunday, December 12, 2010

Zodiac

On the critique 1, Mr Kok Yoong advice me to change my installation setup to star gazing (means user will have to look the projections of the Dot Matrix on the ceiling) and Mr Hafizuddin advice me to change my digital content to symbols of horoscopes (so it will be relevant with the star gazing installation setup)

But I have one problem, the Dot Matrix that I will be using can only display five symbols, while the zodiac have 12 symbols. This is because of the lack of time to build and program another seven displays. This is a problem that I think I can't do anything about it. Now I'm pretty desperate :(

Anyway, here's five zodiac symbols that I will use in the installation.

Sound

This song will be play on loop during the installation

Digital Content

Here's the video that I will use in my installation. The video will be display on the monitor.

This is the main view (when user do not interact)


Aquarius Information (when user step on Aquarius button)


Aries Information (when user step on Aries button)


Cancer Information (when user step on Cancer button)


Leo Information (when user step on Leo button)


Libra Information (when user step on Libra button)

Projection Testing

This is a projection testing video, the board that I use are not the Dot Matrix display because it's still not ready. I bought some cheap LED to test the webcam and the projector. The projections in this video are on a wall, but the real installation will be on the ceiling.

Dot Matrix Schematic and Pictorial Display

Here's the schematic and pictorial display of the Dot Matrix board as given by the technician.

Dot Matrix Display

Schematic


Pictorial


Dot Matrix Interface

Schematic


Pictorial


Push Button

Schematic


Pictorial

Floor Plan

As advice by Mr Hafizuddin and Mr Kok Yoong, here's my new floor plan. It requires a user to step on a foot switch button to trigger the symbol and the user have to look up the ceiling (star gazing). Then the monitor will show informations about the zodiac.