Problem
Lights are often left on by accident
Rooms can stay lit even when no one is using them, which wastes energy and makes everyday routines less efficient than they could be.
Motion Sensor Powered Light Switch
This project combines a PIR motion sensor, a Raspberry Pi program, and a light-control circuit so that lights in a room can turn off automatically when no motion is detected.
Overview
Problem
Rooms can stay lit even when no one is using them, which wastes energy and makes everyday routines less efficient than they could be.
Solution
The project uses a PIR motion sensor connected to a Raspberry Pi system that watches for activity and turns the light off when the room becomes inactive.
Learning
It brings together physical computing, coding, and problem solving in one project that has a clear real-world purpose.
How It Works
The motion sensor watches for movement in the room and sends a signal when someone is present.
A Raspberry Pi program reads the motion data and decides whether the room is active or inactive.
If no motion is detected for a period of time, the system turns the lights off automatically to reduce unnecessary energy use.
Project Direction
This project shows how sensing, code, and circuits can work together to solve a simple everyday problem in a smart way.