Arduino Control With Android Voice Command (via Bluetooth)

20K418

Intro: Arduino Control With Android Voice Command (via Bluetooth)

We will provide Arduino communication via bluetooth with the previously defined sentence commands in the Android application.

You can use this project in home automation systems.

STEP 1: Hardware Required

  • Arduino Board
  • Bluetooth Module HC05 or 06
  • LED
  • 220 ohm Resistor
  • Smartphone
  • Wires
  • Breadboard

STEP 2: Connections

  • Connect GND to the board from the Arduino
  • Attach all LED's short legs to GND
  • Connect a 220 ohm resistor to the long legs of the LEDs
  • You can find all the connections in the pictures and videos.

STEP 3: Code

STEP 4: About Application

For now we will use the ready-made application. In the following days I will publish a tutorial on creating an application. (Such as the application I created for a remote controlled car)

BT Voice Control for Arduino
Created by SimpleLabsIN

Android Meets Robots : Voice Recognition Uses android mobiles internal voice recognition to pass voice commands to your robot Pairs with Bluetooth Serial Modules and sends in the recognized voice as a string for example if you say Hello the android phone will return a sting *Hello# to your bluetooth module *and # indicate the start and stop bits Can Be used with any micro controller which can handle strings Examples Platforms : Arduino , ARM , PICAXE , MSP430 , 8051 based and many other processors and controllers

STEP 5: If It Helps, Please Subscribe

First of all, I would like to thank you for reading this guide ! I hope it helps you.

If you want to support me, you can subscribe my channel and watch my videos.

Visit My Youtube Channel - Mert Arduino Tutorial & Projects

5 Comments

can you please send me or exxplain the code for the android app
it is the commands is flexible or stick to some command only?
Im trying to connect the AMR Voice app with my BT module JDY-09 but the app says unable to connect to device

Hi! i'm trying to connect the application to a Raspberry Pi 3, which have the bluetooth integrated, but i can't, it says that the device is not turned on . Other bluetooth applications like BlueTerm connects and works well. Do you know what's the difference between the Raspberry pi and the HC05? Or between this application and BlueTerm? Thank you in advance.

can you send me .aia file ?