https://github.com/augusta08/smart-room
Design of a smart room using a light dependent resistor (photoresistor), a passive infrared sensor, and a temperature sensor
https://github.com/augusta08/smart-room
arduino-uno dht11 ldr-sensor pir-sensor
Last synced: 2 months ago
JSON representation
Design of a smart room using a light dependent resistor (photoresistor), a passive infrared sensor, and a temperature sensor
- Host: GitHub
- URL: https://github.com/augusta08/smart-room
- Owner: Augusta08
- Created: 2024-12-20T05:14:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-27T12:43:42.000Z (4 months ago)
- Last Synced: 2024-12-27T13:36:13.749Z (4 months ago)
- Topics: arduino-uno, dht11, ldr-sensor, pir-sensor
- Language: C++
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart-Room
Design of a smart room using a light dependent resistor (photoresistor), a passive infrared sensor, and a temperature sensor
Simulation using Proteus### Components Used
Arduino Board
PIR Sensor
LDR Sensor
Temperature Sensor (DHT11)
2 LEDs
1 Motor
Motor Driver (L293D)
ResistorsThe arduino is used as the microcontroller. The PIR sensor detects motion in the room. If it is ON i.e if it detects motion, the room light switches ON, represented by the red LED in my simulation. The fan represented by a motor switches ON when the temperature sensor reads that the room temperature is above 35 degrees Celsius. Otherwise, it is OFF. The LDR checks how bright it is outside so that when it gets dark enough, it turns ON the red LED which represents a light outside the house like the security light.