Aim
The aim of the project is to open/close the door using voice Command
Problem statement
The challenge is to create an automatic voice-controlled door system that can reliably open and close doors in response to voice commands, ensuring convenience and accessibility while considering factors like voice recognition accuracy, security, and compatibility with various door types and user preferences.
Material used
Input: Bluetooth
Brain: TinkerSpace Brain Board
Output: Servo motor
Battery: Lithium-ion rechargeable battery
Component description
Bluetooth
BluetoothHC-05 Bluetooth module is used to send / receive data from smartphone to Brain board
SERVO MOTOR
The function of the servo motor is to open and close the door.
TinkerSpace Brain Board
TinkerSpace board acts as brain of this project, its function is to monitor Bluetooth and control servo motor.
Battery
5V Lithium-Ion battery is used to power-up this project
Working description
When bluetooth (input) receives the command to open the door, theTinkerSpace brain board (brain) opens the door using the servo motor.(set to 90 degree)
When bluetooth (input) receives the command to close the door, theTinkerSpace brain board (brain) closes the door using the servo motor(0 degree)
Circuit Design (DesignSpace)
Step 1: Open TCode App -> Create New project -> Open DesignSpace
Step 2: Connect the Bluetooth module to the Bluetooth Connector of the Brain board.
Step 3: Connect Servo Motor to Output 1 of the Brain Board.
Step 4: Connect supply and test project.