Micro-controller Projects
Raspberry Pi - Temperature Tracker
This project displays temperature over time on a live graph. I used a Raspberry Pi Zero 2 W, a display, and a temperature sensor; sensor readings are collected, logged, and plotted with matplotlib. Through the build I learned how to interface with the sensor, stream and store readings, and create real-time plots using matplotlib.
Raspberry Pi Pico - Ultrasonic Distance Sensor
This project uses an ultrasonic sensor to measure the distance to the object it faces. As the distance decreases, more LEDs are activated and the buzzer increases in volume and pitch. The distance is displayed on the LCD screen. The circuit is controlled by a Raspberry Pi Pico running MicroPython.
Arduino Memory Box
This project was created for a university module. The aim is to interact with the inputs corresponding to the order of lights shown. It becomes increasingly difficult over time as more lights must be remembered, and you must respond before the timer runs out.
Programming Projects
Paint Inventroy Tracking App
This Project is a work in progress. I will update this section once it has been completed. You can view my GitHub page for more of my programming projects