Lion on the Shoulder
In this project, I expored the way of making a digital garment that could interact with the environment. Through getting data from Arduino to Unity, the material of the garment could be changed by the temperature and social distance.
Tool: Unity, Arduino, Blender
Iterations

1.0 Change the color as the temperature changes

2.0 Change the color as people come closer
Data Diagram![]()
Troubleshooting
01 Animating the Lion in Blender


02 Get data from Arduino

- Failed to generate the bone
When this happens, snap them back together:
Go to edit mode
Select the end of the rig(in this case, spine)
Shift + S Cursor to Selected
Select the start of the other rig(in this case, tail.001)
Shift + Selection to Cursor
Then done!
- Failed to get data
Error: Specified Port is not open
This problem is caused by using multiple scripts using Serial.port function. This function could only be used for once.