Hero image for week 4

This was one of the more intense weeks for me. I was juggling the Figma competition, three main FYP experiments, a presentation diagram, and a Designathon organised by NUS to reduce HIV Stigma. I have no idea how I thought I could handle all of this at once, but here we are.

Tanisha invited me to join a Figma Make competition. We had lots of ideas (storytelling, puzzle games) but realized they were impossible for a 10-day competition. I suggested focusing on one core, simple interaction rather than a full narrative experience.

We encountered mad complications using the new Figma Make AI. Even after giving it our design library, it wouldn't recognize components or interpret designs correctly. It made me realize that sometimes, even new tools are not as convenient as they seem.

WEEK 4

FIGMA: TEAM BALANCE

Team Dynamics

There was a hard balance executing everything in a short time with clashing ideas (Yerin vs. Tanisha). I tried to be the balancer, suggesting we focus on simpler, feasible interactions.

FYP: ESP32 FAILURE

Hardware Troubleshooting

The ESP32 microcontroller would not connect stably to my Mac (USB-C issues). I had to switch to Arduino UNO just to get the gyro sensor working.

SIDE PROJECT: DESIGNATHON

NUS Collaboration

I joined the Designathon to reduce HIV Stigma and won a special mention. It provided good experience applying existing behaviors to solve problems.

Gyro Sensor (MPU 6050) connected to Arduino UNO

On my main experiment, I really wanted to use the ESP32 for the collaborative, wireless idea. The technical failure was frustrating, but I gave a special mention to Kuriosity for helping me with some gyro sensor connections.

I had a vision from my previous idea on preserving memory: scanning a moment in 3D and making it interactable in real time. I knew rendering a 3D scan while reading sensor data (to control the camera angle, for instance) would be heavy on the processing power, but I wanted to try it out.

Alas, the initial gyro sensor setup wouldn't work, and I had a presentation the next day. I decided it would be better to start a new experiment that was guaranteed to function, keeping the Gyro Sensor (MPU 6050) for a future iteration.

So then came the final experiment which used the ultrasonic sensor (HC-SR04). This one was more straightforward: measure distance and use that to control something in the digital space. The sensor setup involves key components like a Sonar Sensor, Arduino Board, and Terminal connection, It was less ambitious than the gyro setup but at least it would actually work for the presentation.

We were trying so hard to articulate what exactly I wanted to do, so we decided to simplify it: instead of trying to explain the whole philosophical framework about memory, just show: sensor detects distance, digital thing responds. Keep it functional first, meaning second.

Process keywords for the week were: Time Pressure, Team Dynamics, Tool Limitations, and Hardware Troubleshooting. The focus shifted purely to making rather than thinking over and over again.

Ultrasonic distance sensor HC-SR04 connected for testing