I developed a smart home automation system that controls lighting and fan speed automatically based on real-time temperature readings. The system also includes flame detection for fire safety alerts.
Key features of the project:
Automatic fan speed control using temperature (LM35 sensor) and PWM
Lighting control using LDR sensor for ambient light detection
Flame detection with buzzer and LCD alerts
Integration of DC motor, LCD display, and buzzer for smart responses
Designed using ATmega32 microcontroller and low-level hardware drivers (GPIO, ADC, PWM)
This project demonstrates skills in embedded systems, sensor integration, and real-time automation logic.