Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 770 Bytes

File metadata and controls

11 lines (11 loc) · 770 Bytes

Shadow Floor



Written for the Bangor Children's Museum
Users dance and move around a floor. Based on their positing they cast shadows these shadows are caught by photo-resistors and in turn respond with musical sounds.

Code for a floor that reacts to shadows with musical sounds. Users can dance around on the floor and in turn create music.

Code originally written for old class assignment. This is what I found on an old drive

Project uses Arduino and Processing. Arduino is used to control the photo-resistors and read what values that they get. Based on these read values a serial string will be constructed. Processing will receive and read this string. Based on what Processing receives it will play sounds.