CONCEPT
Inspired by unique movements of Delta-style 3D-Printers, I wanted to use what I'd learned about potentiometers, 3D-Printing and addressable LED's to create an interactive game. 
Fusion model of the ball joint.
Fusion model of the ball joint.
Example of a Delta-style 3D-printer.
Example of a Delta-style 3D-printer.
Ball joint caps for the potentiometers.
Ball joint caps for the potentiometers.
Idea sketches.
Idea sketches.
Wiring diagram.
Wiring diagram.
PROCESS
The housing was made with laser cut MDF panels spray-painted and glued together. This hid the Arduino in the center surrounded by a couple addressable LED's. The goal of the game is to manipulate the top triangle piece and match its color to that of the base. Each arm represents the intensity of each color of light. For example, if the triangle is pulled all the way to the top, it should be white, and all the way down should be black, any tilt off center increases the value of the light opposite the motion. 
My first attempt at the joints was misguided; I didn't think through the side to side motion the joints would need to reproduce. After buying a ceramic beaded bracelet from Michael's and remodeling the ball joints, it worked as planned.
Later, to expand on the project, the Arduino was made to transfer information about it's state through serial to a p5 sketch that helped guide players toward the correct color. Code is on GitHub Gists.

Final Project (With p5 sketch in the background)

Back to Top