Distance Based Automatic Fan Controller
In Stock
An Arduino-based smart fan that automatically turns ON or OFF based on proximity detection using an ultrasonic sensor and controls speed using a DC motor driver.
Description
This project implements an Automatic Fan Control System using an Arduino, an Ultrasonic Sensor, and a DC Motor Driver. The fan automatically turns ON when an object (such as a person) is detected within a specific range and turns OFF when the object moves away. The HC-SR04 Ultrasonic Sensor measures the distance, and the DC motor driver (L298N or L293D) controls the fan’s speed and operation. This system enhances convenience, reduces energy consumption, and is ideal for hands-free operation in homes, offices, and smart environments.
Features: Automatic ON/OFF control.
Energy Efficient
Adjustable Detection Range
Smooth Motor Control
Applications: Smart Home Automation
Smart Energy Management
Industrial Cooling Systems
Hospitals & Public Places
-
- A rain alert system with an LCD display and buzzer, controlled by an 8051 microcontroller, is designed to detect rainfall and provide real-time notifications. The system uses a rain sensor to detect moisture or rainfall, and the microcontroller processes the sensor data. When rain is detected, the 8051 triggers a buzzer to alert the user audibly and displays the rain status on an LCD screen.