Piano Wave Wall

Page 1

a l l W e v a Piano W

Spencer Anderson Matthew Rogers


Precedent Stu

PRECEDENTS:

dies/Concept

Redwood Wave This video show the use of wooden planks on rollers that create varying patterns that mimic a wave when the rollers are turned. We loved this movement and wanted to create a similar affect on a wall system.

(http://www.youtube.com/watch?v=twj0dxU99aE)

LIGO Wave Wall The LIGO Wave Wall is an exterior shading system that moves with the wind. This gave us a good idea of how to construct the wave as a

CONCEPT: Our concept was creating a moving wave using materials that are not generally associated with waves. To create a dynamic, fluid movement that moves in a set pattern to give an illusion of moving water.

wall, by having a single central axis as a connection point for all the members.

(http://www.youtube.com/watch?v=mIA9zq80hx4)


Process: Week

O ne

DIGITAL MODELLING For the digital 3D model, we focused on the movement of the members with respect to the two established axis. The first axis is the pivot point of the members which runs horizontally at the midpoint. The second axis is the crank shaft system that will be connected to each member by rods, creating the wave movement.

Side Elevation Plan View

Front elevation


Process: Week

Two

PHYSICAL MODELS

After drawing up a 3D digital model we pro-

ceeded to quickly build physical representations.

The first was constructed from cardboard with a dowel through the center of each member, and a bent piece of wire for the crank shaft system. After creating the first model, we built another model that would better represent the idea, using MDF for material, which also gave it rigidity and durability. We continued to play with the crank shaft design at this point, trying to figure out what sort of system would yield the results we were aiming towards.


Process: Week

Three

CRANK SHAFT PROCESS Linear design: This version of the crank shaft

gave the wall movement but not in the fluid manner that was desired.

Each member was always a

set distance away from the one next to it which gave a stagnant effect.

Radial design: The change from linear to radial gave the desired movement when connected to the wall.

Each member travelled the same dis-

tance around the central axis point of the shaft, rather than being dependant on the member on either side.

Radial design: A plan view of the radial crank shaft shows the amplitude and movement of the wave. This is the first time that we knew that the

new design would be able to facilitate the move ment we were aiming for.

Gearing System: After finalizing the design of the crank shaft, we started to think of how we would turn it in a built environment. The shaft itself would not be strong enough to provide the amount of torque needed, so a separated gearing system would need to be developed in order to drive the system.


Process: Week

Four

CREATING WORKING MODELS

Connector rods attached to wood slats

2 working models with wave feature

Radial crank shaft with connector rods

Crank shaft with driving gear system


Process: Week

Five

Output to Motor Digital Ground

Resistor

MOTOR INTEGRATION AND GRASSHOPPER

Capacitor Capacitor

100,

UNO

Emitter Base

Digital 9

Transistor

Input Voltage Ground

Motor Collector

5V

A0

Output Voltage Voltage Regulator

Diode

Input from Power supply

Capacitor Power Supply step down

Motor Connection

Motor Circuit Layout

Input from Power supply

Audio

A Mic


Process: Week

int sensePin = 0; int motorPin = 9; int currentValue; int maxValue; int minValue; unsigned long timer; int volume;// this roughly goes from 0 to 700

Six

FINAL PRODUCTION

void setup() { Serial.begin(9600); } void loop() { motorControl(); } void motorControl() { int volume =analogRead(sensePin); Serial.println(volume);

Exploded Axonometric Diagram

Rotational Diagram

if (volume >= 900 || volume <= 100) { analogWrite (motorPin,175); delay(200); } else { analogWrite (motorPin, 0); } if (volume >= 700 || volume <= 300) { analogWrite (motorPin,75); delay(200); } else { analogWrite (motorPin, 0); } if (volume >= 500 || volume <= 400) { analogWrite (motorPin,25); delay(200); } else { analogWrite (motorPin, 0); } delay(10);

Arduino Programming


Process: Week

Seven

FINAL PRODUCTION Cutting 2X4s down to size

Vertical wooden slats connected to rod Rod connection to each slat to allow for rotation

Crank shaft with gear and support systems


Final Product

QuickTime™ and a Photo - JPEG decompressor are needed to see this picture.

Wall showing wave pattern

Gear and crank shaft system enclosed in acrylic

Connector rods from crank shaft to slats

Wall + Designers/Builders


Installation Details

Wooden Slats 1”x3”x6’

Crank Shaft Detail 1/2” bolt (4”)

1/2” Holes at 4” from center offset at 15 degrees

Wooden Bracket 7/8” Hole

1/2” Nut 1/4” Eye Bolt (4”)

10” Discs from 1/2” plywood

1" 1'-716 1" 1'-816

1" 3'-08

All Gears and discs positioned at 3” O.C. Crank shaft System

1/2” drive socket to connect to motor

1/2” Black steel rod (6’) with 1/2” caps 5” Dia. discs with 3/4” hole in center

3/4” PVC sleeves as spacers to keep discs at 3” O.C.

3/4” Black steel Pipe with 3/4” couplers on

1" 3'-18

each end 1'-5"

1'-3"

83 4" 1"

117 8"

63 4"

1'-1" 93 4"

1'-4"

1/4” Threaded extension rods

1" 1'-1116

Side wall framing detail

Slats and connection detail


Installation Details LIST OF PARTS 2X4 for slats

23

1/2” Black steel pipe caps

3

2X4 for structure

6

1/2” Black steel pipe couplers 1

10” Dia. discs (plywood)

21

1/2” threaded socket

1

Large gears (plywood)

3

Brackets

23

5” Dia. discs (plywood)

42

Acrylic (6’x16”)

2

Small gears (plywood)

6

1/2” Nuts

50

1/4” x 4” 20t Eye bolts

46

1/4” Extended nuts

46

1/4” 20t rod

6

1/2” wooden dowels (3’)

3

3/4” Black steel pipe (6’)

1

3/4” PVC pipe (20’)

2

1/2” Black steel pipe (6’)

2

3/4” Black steel pipe couplers

2


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.