This project is an Arduino + MIT App Inventor-based smart controller for LED, fan, and alarm control using sensors (LDR, PIR, Thermistor) and Bluetooth communication.
- Automatic Mode: Sensor-based control
- LED: Turns ON when dark and motion is detected
- Fan: Turns ON when motion is detected and temperature > 27°C
- Alarm: Turns ON if temperature > 100°C
- Manual Mode: Control LED/Fan/Alarm from the mobile app
- Live status updates and real-time temperature display
- Arduino
- LDR
- PIR Motion Sensor
- Thermistor (LM35)
- 3-Channel Relay Module
- Bluetooth Module (HC-05)
- AC-DC Converter (for power backup)
- Android App (MIT App Inventor)
Docs
– Project summary and DocumentationRelease
– Mobile AppArduino_Code.ino
– Arduino codeAssets/Screenshots
– Screenshot of the mobile app UIAssets/AppSource
– MIT App Inventor source file ( In case of any modication, Use App Source )
- Construct the circuit by following the steps in the documentation.
- Upload the Arduino code.
- Install app present in Release.
- Connect your Android device to the Bluetooth module.
- Use the app to control appliances or let sensors take over.