Skip to content

Pulse and Bloom is an interactive and social art installation that visualizes participants’ heartbeats and invites people to share and sync their human heartbeats in a rhythmic pattern.

License

Notifications You must be signed in to change notification settings

shreeyashsalunke/Pulse-and-Bloom-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pulse and Bloom is a collaberative project done by Saba Ghole, Shilo Shiv Suleman, Rohan Dixit, Heather Stewart, Luke Iseman, and Samuel Clay. I got an opportunity to work with Kavya D and Shilo Shiv Suleman on this Art Installation

Thanks to Avijit Michael and Kalyani Ingole.
Special thanks to the amazing Ankit Daftery for his always supporting and helping nature.


Pulse and Bloom is an interactive and social art installation that visualizes participants’ heartbeats and invites people to share and sync their human heartbeats in a rhythmic pattern. Pulse and Bloom is one of the largest biofeedback installations of its kind, allowing 40 people to visualize their heartbeats simultaneously.

Pulse and Bloom consists of 10 lotuses of varying heights of 10 to 14 feet with pulse sensors mounted on the base of the stem. When a participant places their hand upon the pulse sensor, the stem and the flower in the sky start to beat with their heart. Furthermore, when more than one person places their hand upon the pulse sensor, the stem starts to pulse with both participants’ heartbeats, making it possible to watch how heart rates of different people in intimate spaces start to beat in sync, much like fireflies flashing in patterns.

Arranged in a circular matrix, the 10 lotuses contain LED lights wrapped around their stems and LEDs inside the flowers at the top that are activated when individual participants physically interact with the lotus. Each lotus is equipped with two pulse sensors, each located on a Hamsa Hand, that when pressed by one or two participants translates the participants’ heartbeat into pulsing LED lights within the lotus, visually projecting their heart into the flower in the sky. As more people begin to interact with the different lotuses, visualizing their heartbeats in pulsing lights, we begin to see the effects of each person’s heartbeat on the other and the effect of meditative synchronicity unfold.

Background by Shilo Shiv Suleman

Connection is at the core of human experience. All traditional cultures have had their spaces of ‘communion’ - of coming together and sharing. These sacred spaces were intensely personal, yet became a focal point to gather and connect.

Through our art installation Pulse and Bloom, we want to use technology to make our inner invisible worlds more visible. Using visual representations of our inner state, we aim to create group experiences of magical synchronicity that make us more aware as individuals and more connected as a community.

Remembering the ancient philosophers and mystics that spoke of the human heart as the vehicle for union between individual and environment, we wish to recreate this experience through modern heart-quantifying biosensors embedded within public art. Scientific studies show that people who spend a few moments connecting with each other, in time can sync their heartbeats to one another. We’d like to see if having public art as a mirror for this can enable people to connect better and with minimal barriers.

Interactions

Each lotus flower is blue until a person or two sits down at its base and places their hand on the pulse sensor. There is a Hamsa hand at the base of the lotus and its embedded pulse sensor. When a pulse is read, the lotus flower shoots the heartbeat up the stem and into the petals, where it blooms in a brilliant display of amber. When two people's hands are being measured, both of their heartbeats are shown as two distinct colors. <style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style>
<iframe src='https://player.vimeo.com/video/208532071' frameborder='0' webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>

<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style>
<iframe src='https://player.vimeo.com/video/208532049' frameborder='0' webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>

Building up the Installation

The installation was divided into 3 major parts:
- The Electronics
- The Software
- Fabrication of the Lotus Structure and the Aesthetics

The Electronics

The electronics was further divided into 4 stages:
- Making the custom circuit boards
- Making the custom pulse sensors
- Driving the high current LEDs
- Powering the lotuses
- Endless cycle of Testing and Debugging :P

Making the custom circuit boards

The main circuit board controls 2 addressable RGB LED Neopixel Strip, 3 sets of 3 (i.e. 9) High Power RGB LEDs and takes input from 2 pulse sensors. The LED Strip and the High Power RGB LEDs runs on 12V supply, the ATMega328p microcontrollers runs on 5V and the Pulse Sensors run 3.3V.

To convert 12V to 5V, I used an off-the-shelf voltage regulator. This required a +/- connection for both 12V in and 5V out. To convert 5V to 3.3V I used a SMD linear voltage regulator which was soldered directly on the board. The trace to the LED strip and High Power LEDs were thickened to provide upto 3A of current rating, while they consumed only around 1A current to avoid heat dissipation. Finally, all of the terminations are made using 2.5mm and 3.5mm pitch screw terminals.

Board Schematics

Board Layout

Making the custom pulse sensors

The Pulse Sensor was built by the design made by Samuel Clay.
Link to the schematics and the brd file here.

Pulse Sensor Schematics

Pulse Sensor Board Layout

Driving the high current LEDs

There are 9 high power LEDs per lotus, split into groups of three, each driven by a constant current driver. Normally a single LED is powered by a single constant current driver. This driver can drive up to 1A of current at 12V. Because we were only using a single channel of color (blue) in the rest state, which is where the lotus spent most of its time, we could triple the number of LEDs driven by a single constant current driver.

We bought these High Power LEDs from a chineese distributor over buying it from Sparkfun. This saved a lot of monet. On the contrary we bought the original picobucks from Sparkfun. We ordered 200 odd LEDs, from which 5% had issues like LED leg broken, one colour not working and so on.

Powering the lotuses

Endless cycle of Testing and Debugging :P

The Software

Fabrication of the Lotus Structure and the Aesthetics

About

Pulse and Bloom is an interactive and social art installation that visualizes participants’ heartbeats and invites people to share and sync their human heartbeats in a rhythmic pattern.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages