How to Make Voice Control Door Lock
by munir03125344286 in Circuits > Arduino
979 Views, 1 Favorites, 0 Comments
How to Make Voice Control Door Lock
Hello friends, In this Project, we will learn how to make door lock which control with voice commands. For making this project, I use Voice recognition module V3, which we train first then this module give us voice recognition results. Voice Recognition Module is a compact and easy-control speaking recognition board. This product is a speaker-dependent voice recognition module. It supports up to 80 voice commands in all. Any sound could be trained as command. Users need to train the module first before let it recognizing any voice command. You can make this project at your home with little effort.
Supplies
I am using:-
1. Arduino Uno..................................... https://amzn.to/3ABFSve
2. Voice Recognition Module V3......... https://amzn.to/33LCPEN
3. Jumper Wires................................... https://amzn.to/3Hk4E5D
4. Motor Driver L298n........................... https://amzn.to/33LCPEN
5. Door Lock.......................................... https://amzn.to/33LCPEN
6. Wire Tie.............................................https://amzn.to/3KNZ7Ge
Set Up Car Door Lock Actuator to Lock
Connect Car Door Lock Actuator to Motor Driver
Connect Motor Driver to Arduino UNO
Connect Voice Recognition Module to Arduino
Connect Battery
Open Sample Train Code
Upload Code
Code:- https://drive.google.com/file/d/1hZ8KQ_Ymny2I5S_Ng...
Voice Recognition V3 Library:- https://github.com/elechouse/VoiceRecognitionV3