Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 831 Bytes

File metadata and controls

29 lines (22 loc) · 831 Bytes

Voice Controlled Door Lock Using Android App

Project to control the door lock by giving commands from android app either by pressing buttons or by giving voice commands.

Getting Started

This project is based on this video. So check it out.

Prerequisites

* Arduino UNO
* Servo motor
* Bluetooth module
* Android Studio
* Arduino IDE

Running the project

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.

Thank You.