Skip to content

youjin-c/OneZero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OneZero

Demo

One Zero is Interactive Kinetic Art Installation.

The project implies the coexistence of the human cognitive process and machine perception.

The red ball travels between two laptops and the bulb lights on when the ball passes through right in the middle of the virtual world.

The audience can move laptops back and forth, and their positions get updated to the virtual world in real-time.

The installation shows the trace of the red ball in mixed reality.

Show

System

Unity, Arduino, Ultrasonic, Bluetooth, I2C communication

Schematic

Two ultrasonic sensors calculate the distances between each laptop and the pole in the middle and send them to Arduino.

The master Arduino board collects the positions of two walls and a ball in the unity and controls the light bulb.

Each Arduino communicates with their ultrasonic sensor and unity via Bluetooth, and two Arduinos communicate with each other via I2C. Unity3D physics engine calculates the movement of the ball with the distance information.