Physical Design, Bill of Materials and Schematics

Nov 14, 2017 15:38 · 698 words · 4 minutes read Design Fabrication

After doing play testing for Presence, I concluded that:

  • Trying to make this a meditative experience would be challenging. It will be difficult enough to get the interation and gaze tracking right, so just create a experience that simply reacts to the users gaze.
  • There should be, near-instantaneous, clear visuals showing where the user is gazing, instead of making a column and its surroundings turn blank gradually.
  • Having the gaze represented in the y-axis when just rotating columns in the x-axis can be achieved with a spiral design similar to Daniel Rozin’s Twisted Strips

I came up with this design:

Here the columns can be rotated to create a wavy effect, and represent both on the x and y axis where the user is gazing.

Dowels & Form Factor

Based on the above design, there would be twenty wooden dowels oriented vertically. A servo motor connected to each dowel would rotate it 180 degrees.The question is - how big of a dowel should be used and what length should it be?

Costs are a big factor. I went through all of the hardwood round dowels sold on HomeDepot.com that are at least 1” in diameter to get their cost per inch:

Round Hardwood Dowel Price Diamaeter Height Price per Inch
3/4x48 $2.98 0.75 48 $0.06
1x72 $6.37 1 72 $0.09
1x96 $10.03 1 96 $0.10
1x48 $4.38 1 48 $0.09
1-1/8x96 $10.52 1.125 96 $0.11
1-1/8x72 $7.40 1.125 72 $0.10
1-1/8x48 $4.93 1.125 48 $0.10
1-3/8x36 $6.17 1.125 36 $0.17
1-1/4x48 $5.48 1.25 48 $0.11
1-1/4x72 $9.49 1.25 72 $0.13
1-1/4x96 $13.34 1.25 96 $0.14
1-3/8x48 $8.49 1.375 48 $0.18
1-1/2x36 $7.28 1.5 36 $0.20
1-1/2x36 $7.28 1.5 36 $0.20
1-1/2x48 $9.08 1.5 45 $0.20
2x48 $9.88 2 48 $0.21

I would want the design to be an even square. The best tradeoff of size vs cost would be to use the 1-14”x96 dowels. These could be broken into 3, to each yield 32” height. At 20 dowels, to get 32” width (even with the height) there would be 7” of free space. Taking 19 gaps between tubes and a gap at each end this gives 721 or a 13” gap between tubes. A camera would be embeded into the top of the frame. I rendered this in Vectorworks with the design as a texture:

Schematics

Here is a wiring schematic. It’s format is based largely on examples from Daniel Rozin.

click to enlarge

click to enlarge

In the current setup it would use a desktop with linux and a decent gpu to read from the camera and predict the gaze with a neural network. This camera would communicate over serial with an Arduino which would in turn send serial instructions to the servo controller.

Ideally this would work with an NVidia Jetson TX2 which would replace the the desktop, and be seamlesslly embedded into the installation. In this case, the Jetson could be connected directly to the servo controller via serial and not need an Arduino.

Bill of Materials

7 of those dowels are needed, broken into 3, to get 20 columns of 32”. With 20 servos, 20 ball bearings to support the weight at the other end. Here is a preliminary bill of materials:

Item Quantity Price Total
1.25x96” Dowels 7 $13.34 $93.38
Standard Servo 20 $12.00 $240.00
Servo City 24-channel servo controller 1 $49.99 $49.99
Ball Bearings 20 $3.12 $62.40
Plywood for frame (TBD)
White Paint (TBD)
Black Paint (TBD)
Stenciling Material for Spiral (TBD)
Total $445.75

I’d like to bring the cost down if possible.

Prototyping Accuracy

Before buying all the materials for the real size installation, it’s important to know how well the neural network model for predicting gaze performs on a larger physical scale.

I will build a python script that connects to a webcam, detects gaze in real time using the model, and renders a dot exactly where a user is gazing on a bigger screen.

If the accuracy suffers significantly at bigger distance, the camera may have to be placed in the middle to minimize the distance between it and any point in the insallation. This is a less ideal situation as it would deter from the purity of the design and columns.