H(n)MI
Faculty: Citlali Hernández, Lina Bautista
Last updated
Faculty: Citlali Hernández, Lina Bautista
Last updated
The human body is more than just a passive vessel, it is an active participant in communication, perception, and interaction. What is a body? In the Human-Nonhuman Machine Interaction (H(n)MI), the body is not merely a subject but a medium for engagement with technology.
Medium of tool for expression
Our physical form, movements, and even subtle gestures can shape digital experiences, making interaction more intuitive and immersive.
To explore this, we assemble a DIY soft pressure sensors, flexible and sensitive to pressure.
By layering Velostat (a pressure-sensitive material) with conductive fabric, we built sensors capable of transforming physical interaction into measurable electrical signals.
These sensors were then integrated with Arduino UNO and through Processing, we visualized these signals, mapping body movements into digital responses in real time.
This exercise reinforced the idea that interaction doesn't have to be limited to screens, buttons, or keyboards; instead, the body itself can be an expressive interface, enabling richer, more embodied ways of interacting with technology.
The second session of the workshop has been introduced sound as another dimension of interaction. Sound is an incredibly powerful medium, we worked with microphones and sensors, inputs that were processed using Arduino and then translated into interactive elements within P5.js.
In the third session, we explored serial communication between Arduino and p5.js using the Web Serial library. 👇
They controlled the size and color of a circle based on data from a pressure sensor and utilized millis()
to create time-based animations. This integration of real-time data, dynamic visuals, and user interaction showcased how technology can be used to interactively represent bodily states.
Check the repository here 👇