Project to control the door lock by giving commands from android app either by pressing buttons or by giving voice commands.
This project is based on this video. So check it out.
* Arduino UNO
* Servo motor
* Bluetooth module
* Android Studio
* Arduino IDE
1. Refer the circuit diagram and get the Arduino up and running.
2. Open the android project and change the MAC address to your Bluetooth's MAC address.
3. Run the android app.
4. Open the Arduino code file in arduino IDE and push that code onto the Arduino UNO.
5. Connect to the Bluetooth module from android app.
6. Use lock/unlock buttons or voice command to lock/unlock door.