A collection of academic projects developed throughout my Bachelor’s in Industrial Electronics and Computer Engineering.
This repository showcases several projects completed during my undergraduate studies. Each subfolder includes the source code, documentation, and implementation details for a specific assignment or laboratory work.
| No. | Project Name | Description | Folder |
|---|---|---|---|
| 1 | DWR – Digital Waiter Robot | Line follower Robot implemented with STM32 MCU | DWR - Digital Waiter Robot |
| 2 | AWR – Analog Waiter Robot | Line follower robot implemented mainly with analog circuits | AWR - Analog Waiter Robot |
| 3 | STM32 Misc Projects | Miscellaneous microcontroller-based applications developed with STM32 | STM32 Misc Projects |
| 4 | Image Filters Project | A Qt-based C++ application implementing various image processing filters for BMP Files. | ImageFiltersProject |
| 5 | 8051 Misc Projects | A collection of embedded system exercises developed using the 8051 microcontroller. Includes both assembly and C implementations. | 8051 Misc Projects |
| • | 8051 Assembly | Low-level programming exercises in assembly language for the 8051. | 8051 Assembly |
| • | 8051 C Projects | High-level implementations of 8051 programs written in C. | 8051 C Projects |