Aim
The aim of the project is lighting control system where the lights are automated according to the presence of people using the staircase.
Problem statement
The lighting in staircases is often inefficient, leading to safety concerns. The challenge is to design an automatic staircase light system that can efficiently detect the presence of individuals on the stairs and provide appropriate lighting
Material used
Input: 2 IR proximity sensor
Brain: TinkerSpace Brain Board
Output: White LED
Battery: 5V Lithium-ion rechargeable battery
Component description
2- IR proximity sensor
The function of IR Proximity sensor is to detect the person and send the signal to the Brain unit (TinkerSpace board).
White LED
The function of the White LED is to emit light
TinkerSpace Brain Board
TinkerSpace board acts as brain of this project, its function is to monitor IR ProximitySensors and control the White LED .
Battery
5V Lithium-Ion battery is used to power-up this project
Working description
Circuit Design (DesignSpace)
Step 1: Open TCode App -> Create New project -> Open DesignSpace
Step 2: Connect the IR Proximity sensor to INPUT 1 of the Brain board.
Step 3: Connect White LED to Output 1 of the Brain Board.
Step 4: Connect supply and test project.