- The user can press a button on the IR remote to turn the stair lights ON or OFF.
- The IR receiver connected to the Arduino decodes the signal and triggers the lighting circuit accordingly.
- Obstacle detection (optional): If a KY-033 IR sensor or motion sensor is used, the system can automatically turn on the lights when someone is detected near the stairs.
- A TM1637 7-segment display shows the system status, such as "Light ON", "Light OFF", or detection status.
- After a defined time or when no motion is detected, the system can automatically turn off the lights to save energy.
Automatic stairwell light
An automatic stairway light system using Arduino, IR sensors, and a Windows Forms app to control lighting based on motion detection.
Comments