Aim
To create a bookshelf with lights that turn on when someone opens the book Bookshelf
Problem statement
The system should include sensors to detect ambient light levels, user presence, and time of day. Implement customizable lighting profiles through a mobile app, allowing users to set preferences for brightness, color temperature, and scheduling. The smart bookshelf lighting should also integrate with smart home platforms for seamless automation and energy efficiency.
Material used
Input: IR Proximity Sensor
Brain: TinkerSpace Brain Board
Output: LED Lamp
Battery: 5V Lithium-ion rechargeable battery
Component description
IR Proximity sensor
The function of IR Proximity Sensor is to
LED Lamp
LED lamp is used to turn on and off the light when bookshelf is opened or closed.
TinkerSpace Brain Board
TinkerSpace board acts as brain of this project, its function is to monitor IR Proximity Sensor and LED Lamp.
Battery
5V Lithium-Ion battery is used to power-up this project
Working description
Case 1: When the object is detected, IR Proximity sensor turns ON and sends the signal to the Tinkerspace Brain Board. The brain board turn on the LED Lamp to 0%.
Case 2: When no object is detected, IR Proximity sensor turns OFF and sends the signal to the Tinkerspace Brain Board. The brain board turn on the LED Lamp to 100%.
Circuit Design (DesignSpace)
Step 1: Connect IR PROXIMITY to input 1
Step 2: Connect LED LAMP to output 1
Step 3: Connect supply and test project.