Aim
The aim of the project is to turn ON/OFF light and fan using voice directions.
Problem statement
Material used
Input: Bluetooth
Brain: TinkerSpace Brain Board
Output: LED lamp and DC motor
Battery: Lithium-ion rechargeable battery
Component description
BLUETOOTH

BluetoothHC-05 Bluetooth module is used to send / receive data from smartphone to Brain board
LED LAMP

The function of LED Lamp is to emit light
DC MOTOR

The function of DC Motor is to rotate the fan
TinkerSpace Brain Board

TinkerSpace board acts as brain of this project, its function is to monitor bluetooth , led lamp and dc motor.
Battery

5V Lithium-Ion battery is used to power-up this project
Working description
When bluetooth (input) receives the command to turn OFF the light, the TinkerSpace brain board (brain) turns OFF the LED lamp. When bluetooth (input) receives the command to turn ON the light, the TinkerSpace brain board (brain) turns ON the LED lamp. Similarly, when bluetooth (input) receives the command to turn OFF the fan, the TinkerSpace brain board (brain) turns OFF the DC motor. When bluetooth (input) receives the command to turn ON the fan, the TinkerSpace brain board (brain) turns ON the DC motor.
Circuit Design (DesignSpace) PENDING
Step 1: Open TCode App -> Create New project -> Open DesignSpace
Step 2: Step 2: Connect the Bluetooth module to the Bluetooth Connector of the Brain board.
Step 3: Connect LED Lamp and DC Motor to Output 1and Output 2 of the Brain Board.
Step 4: Connect supply and test project.