Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (14 days ago)
- Default Branch: main
- Last Pushed: 2024-12-27T12:43:42.000Z (7 days ago)
- Last Synced: 2024-12-27T13:36:13.749Z (7 days 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![Screenshot (28)](https://github.com/user-attachments/assets/2acb3928-47e4-4eae-a33c-5c2cb32922d9)
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.