Aim
The aim of the project is to build a robot which follows the light.
Problem statement
Tables are very useful for a variety of activities, such as studying, working, and relaxing. While light-weight tables are easy to move, they may not be able to support heavier objects. Conversely, heavy tables can be challenging to lift. The light-following table simplifies the task of moving a table by responding to a flashlight. It moves in accordance with the light, thus making the process easier. This feature is beneficial for anyone who needs to move a table from one location to another, as it eliminates the need for physical exertion.
Material used
Input: 2 Light Sensors
Brain: TinkerSpace Brain Board
Output: Motor Driver
Battery: Lithium-ion rechargeable battery
Component description
2 LIGHT SENSOR
The function of Light Sensors is to detect the light and send the signal to the Brain unit (TinkerSpace board).
MOTOR DRIVER
The function of the motor driver is to move along with the light.
TinkerSpace Sensor Board
TinkerSpace board acts as brain of this project, its function is to monitor Light Sensors and control the Motor driver
Battery
5V Lithium-Ion battery is used to power-up this project
Working description
Left sensor Right sensor Robot action
1 (Light) 1(Light) Forward
0 (No light) 1(Light) Right
1 (Light) 0 (No light) Left
0 (No light) 0 (No light) Stop