Home Automation using STM32F1 Microcontroller
This project demonstrates a basic home automation system using the STM32F1 microcontroller and an Android mobile application. The goal was to enable wireless control of home appliances to enhance convenience and accessibility.
A Bluetooth module was interfaced with the STM32F1, allowing communication between the mobile phone and the microcontroller. Through a custom-built Android app, users could send commands to switch devices on or off in real time. The STM32 received and processed these commands to control relays connected to various electrical loads.
This project showcases fundamental concepts of IoT, embedded systems, and human-machine interaction. It provided hands-on experience with microcontroller programming, wireless communication, and system integration for smart home applications.