Pulled an all-nighter with a coursemate, trying to figure out a Python project—neither of us really knew Python, but we were determined to make it work.
The task? Build a system that takes voice commands, sends them to an Arduino, which then communicates with a microprocessor in Proteus to turn LEDs on/off in real time.
So if you say, "Turn off green LED, the Python script:
🔹 Captures the voice input
🔹 Converts it to text
🔹 Sends the command to Arduino
🔹 Arduino relays it to the microprocessor in Proteus
🔹 The LED actually responds
We did this for two LEDs—green and red—and somehow, after hours of trial and error, we got it working! We didn’t learn everything about Python in one night, but we learned enough to get the job done.
It reminded me of how exciting problem-solving can be—that feeling when things finally click, and you realize you just built something that works.
#Final_UNI_days, and this is exactly how I want to remember them, figuring things out, pushing limits, and making things happen.🚀
PS: I’ll quote tweet this post with the simulation when my lecturer approves it.
#Python #Arduino #TechExperiments #FinalYearMoments