https://github.com/v1veknaik/corridormotionlightingesp
A smart, motion-sensitive corridor lighting control system using ESP32, PIR/IR sensors, and relays, featuring a web interface for manual and automatic mode selection.
https://github.com/v1veknaik/corridormotionlightingesp
arduino-ide esp32 iot smart
Last synced: about 2 months ago
JSON representation
A smart, motion-sensitive corridor lighting control system using ESP32, PIR/IR sensors, and relays, featuring a web interface for manual and automatic mode selection.
- Host: GitHub
- URL: https://github.com/v1veknaik/corridormotionlightingesp
- Owner: v1veknaik
- License: mit
- Created: 2024-11-16T14:12:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T15:51:00.000Z (over 1 year ago)
- Last Synced: 2025-01-20T12:06:12.355Z (over 1 year ago)
- Topics: arduino-ide, esp32, iot, smart
- Language: C++
- Homepage:
- Size: 435 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Automated Corridor Lighting System using ESP32
## Description
A smart, motion-sensitive lighting control system using ESP32, IR/PIR sensors, and relays. It features a web interface for toggling between automatic and manual lighting modes, making it ideal for home and industrial applications.
## Features
- Motion detection using 3 IR/PIR sensors.
- Automatic and manual lighting modes via web interface.
- Remote control through Wi-Fi connectivity.
- Two relays for controlling lights and one GPIO for direct control.
## Components
- ESP32 Microcontroller
- IR/PIR Sensors (3)
- Relays (2 or 3)
- AC/DC LED/Light Bulbs (3)
## Note
- The number of LEDs/Bulbs is the user's discretion and can be implemented by using equivalent number of Relay(s) and making minimal changes to the code. Also one GPIO pin from the ESP32 was used in this project to allow the possibility of using LEDs w/o Relays incase of use in any Project with limited resources.
## Getting Started
1. Clone the repository:
```bash
https://github.com/v1veknaik/CorridorMotionLightESP