Throughout my studies, I worked on various projects, both academic and personal, aimed at developing my skills. Here are the main and most interesting projects related to electronics and programming. Among them, you can find some of my earliest works as well as more recent projects. I designed almost all of the parts and cases myself, and with the new 3D printer Elegoo Neptune 4 Plus, I started printing them. I use Fusion 360 for modelling. The full list of my projects is available on GitHub.
Smart home system — C# MAUI application that allows you to control devices via ESP32 microcontrollers with Wi-Fi. LED strip and LED matrix control is implemented in real time. Data exchange occurs via MQTT broker, and the Firebase database is used for personalization and security.
AI Robot Arm is a robotic arm project based on Python and Arduino, using OpenCV and CVZone for computer vision. The arm replicates the gestures it sees through the camera, demonstrating precise replication of human movements.
The automatic plant watering system is a project based on Arduino Nano using a pump, a water tank and a humidity sensor. The system automatically waters the plant when the soil moisture level falls below normal, ensuring proper care without constant intervention.
Obstacle Avoidance Robot is a team project that I worked on with my classmates using Arduino. The robot autonomously avoids obstacles, and our work was entered into a student competition where we demonstrated our skills in programming, electronics, and teamwork.