Concept
In Japan, there is a custom that says, "It's good to step on new shoes," while there is also a saying, "The person whose foot is stepped on will remember it for life." These expressions suggest that the act of stepping holds special significance. By using "stepping" as an action to reconnect with bodily awareness, which is often overlooked in daily life, I sought to express the experience of "feeling discomfort by stepping on something yourself."
Technical Implementation
The entire system is divided into the following three parts:
- A shoe with an FSR (Force-Sensitive Resistor) switch: Sensor data is generated when the user steps on the shoe. The signal is sent to component 3 via Bluetooth using an ESP32.
- A box with shoelaces attached: The sensor data is converted into physical output. A stepper motor, 3D printer, and laser cutter were used to create this component.
- Unity-based software, monitor, and webcam: User facial data is recognized using OpenCV for Unity and the Dlib Face Landmark Detector. This data, combined with sensor input from component 1, is converted into digital output. It also sends signals to component 2. Blender was used to create the shoe animations.