Final Project: Basin

00—What is it?
Basin is the name of the artwork I am completing for my final project. The photo above is a test stand for the project. The project is composed of 4 main elements. A dish filled with water, an elevated water dropping assembly above the bowl, and a sensor that detects respiration at a distance. The purpose of the work is to persuade the viewer to relax as the dropper begins only when the viewers breath rate decreases. In a later interation I will integrate three droppers and three respiration sensors so it is a shared experience.
- The input: from a 60MHz mm wave sensor the rate of respiration is read from a single person situated in front of the work.
- Processing: Signals are processed by an ESP32 based MCU. The input is processed into a simple integer format that represents the number of breaths per second recorded for a given period. This number is then passed along and transformed into a variable that can be tuned to compensate for real world delay and a level of sensitivity to changing breath rates that feels responsive.
- Output: The output is the dropper mechanism. Currently the dropper is designed around a peristaltic pump. The pump takes a simple PWM pulse signal as an input to control the duration and frequency of its rotation.
Why?
- I want to create a work that captures peoples attention, but does not abuse it.
- I want to create a work that prompts reflection, but not reflection in isolation.
- I want to create a work that demonstrates a more subtle way to utilize technology.
01—Research Artistic / Conceptual
About section: I am aiming for something visually minimalist downplaying elements of the design that are non critical so element that are (like the water) are highlighted.
Artistic References
Similar projects have been created and two of them are direct influences for my project visually and functionally. Below are my 3 major artistic influences:
Objects for A Heavenly Cave—Lily Clark
Lily clark tends to work with stone and has great sense of proportion and composition that I have been strongly influenced by. Objects for a Heavenly Cave is very unique subtle work that I want to capture some of the spirit of in basin.
Passage to the Lake—Seop Peoseo
Passage to the Lake is a very refined piece that uses a very similar mechanism to what I would need for my work. His piece is based around a peristaltic pump system.
Stone 27— Benjamin Langholz
Stone 27. Ben’s work has a lot of visual impact. I appreciate how he keeps his work focused focused visually and participatory.
Visual Concepting and Mood Board [updated 3/30/25]
The forms I find myself more drawn to are more brutalist and minimal. The form should be confident, but no shout. I find myself either designing the project in soft forms with transitions like a Japanese lantern or the something brutalist with distinct transitions between recognizable solids.

03—Technical Research
About section:
Approaches to Similar Problems
Passive IV dripper:
One example is an IV drip. There are both active and passive devices that can regulate IV fluid flow. I have yet to purchase one and not little about the physics of fluids so at the moment I am not sure how they maintain constant pressure.
Lab Glass Dosing Devices
Accurately dosing small amount of liquid is solved in a lab context. This is usually based around systems that use pipettes or glass passive devices as seen on the right.
04—Key Electrical Component Research
Peristaltic Pumps
DFRobot — PPM Peristaltic Pump
- I am currently evaluating the DFR peristaltic pump. It seems to be quite responsive I would prefer if it were a bit quieter though.
- PPM control is important whatever pump I use it needs to be easy to actuate precisely.
Atlas Scientific — EZ Pump
- Looks very promising and has an I2C interface which making IO management on the Xiao much easier. 4 times the cost as the DFR pump.
- Noise seems to be the same as DFR
- Easier communication and calibration compared to the DFR Peristaltic
Solenoid Valves
Air solenoid valves
- I think the air valves are more appropriate because the seem to come in smaller sizes. I am not sure quality is so relevant here. Similarly, I am not sure if it should matter that it is made for preasurized air and not water as the use case is pretty light.
- Sound and dosing accuracy are a big concern and I am not sure if solenoids are an improvement over the peristaltic pump approach.
High Performance Cartridge Style Valves
- There is a lot of product differentiation in this space and I don’t know the first thing about these. This cartridge style seems to be common in industrial automation. I have also seen them used on high end large format printers.
Other thoughts — Coloring / Reagents
Suminagashi
I have plans to test paint mixing once I have the core functionality working. Since I want the piece to reset itself and not require someone to be present during its operation I am not sure if I will be able to pull this off.
Working with Reagents
I have not done any research on this, but this could be an interesting direction. Since I want the piece to reset itself this could drastically increase the complexity.
03— Basin Milestones
About section: In this section I am highlighting important milestones in the development of the project Basin. More information on specific milestones can be found in my weekly documentation.
A— Initial Diagraming
This is my first attempt at at a scaled down version of my circuit. The final design will probably include 3 pumps and 3 sensors. I am using FigJam to keep track of all of the important specifications for the different devices.

C— Initial CAD for Test Stand
On the left the first design on the right the second. I reworked it around a 2020 extrusion as I realized after I finished the first this was a better approach in every way.

E— Initial Assembly and Dropper Testing
The design was then assembled and tested. The primary things I wanted to test were:
- The optical (caustic) effects I could get by shining a light at the water from different angles.
- If the dropper could reliably drop one droplet with minimal tuning and wether that effect was visually interesting
F— v1 Electrical Diagraming
This week I spent the last couple day diagraming researching parts for the two connected PCBs I am designing. More detail on the electronics selection will be added later as a separate section on the website.


B— Initial Visual Concept
This was my first concept design for the project.

D— Voltage Conversion Jig
I have thought about creating something like this for a long time. Its just a set of buck converters se to different voltages powered by USB C PD enabling multiple easy to configure testing voltages.

C— Basin Evaluation board [v.5]
This was my first attempt at an integrated board that could power and run IO for Basin. It had to be scaled down to fit on single layer PCB so only 2 I2C inputs are present instead of the intended 3. The next version will be fully featured and many mistakes will be corrected.

04— Current BOM [updated 4/2/25]
About section: I am keeping track of the BOM elsewhere currently there are so many changes to the components it not useful for me to update this here.
BOM: v1_Design (output + input circuit)
05—Evaluation Criteria
- What does it do?
Its an interactive kinetic sculpture see the What is it? section.
- Who’s done what beforehand?
Several artists have done work similar they are direct influences on this piece see section: Research Artistic / Conceptual. The primary mechanism is really just a dosing pump this has also been done before see section: Key Electrical Component Research.
- What did you design?
I am planning to design everything that will improve the function and aesthetics of the design. For this reason I am taking a modular approach to the circuit design wherever it makes sense. Certain things like power conversion, USB C PD triggering, and integrating my own MCU are processes that I think can be handled more cleanly through commercial modules.
- What sources did you use?
A human being is my realtime trigger and I am using a mm wave sensor to gather movement based data.
- What materials and components were used?
See sections: Milestones and Key Electrical Component Research
- Where did they come from?
The component were sourced mostly from Digikey and amazon.
- How much did they cost?
I will probably end up spending around $600 → $1000 when I am finished including R&D.
- What parts and systems were made?
Everything minus pre-existing libraries and prebuilt components that are listed in the section: BOM.
- What processes were used?
Currently using 3D printing for chasis pieces in the dropper assembly, CNC for the bowl base and meditation chairs.
- What questions were answered?
Can I create an accurate dosing system that samples a variable user input. The intention is also to create a platform for other future fluid based projects I think I am succeeding in this.
- What worked? What didn’t?
Too early too tell.
- How was it evaluated?
By you?
- What are the implications?
None necessarily. The intention is to create a work that intends to create a site for the participant to relax.