Arduino Control With Android Voice Command (via Bluetooth)

by MertArduino in Circuits > Arduino

21023 Views, 41 Favorites, 0 Comments

Arduino Control With Android Voice Command (via Bluetooth)

Arduino Tutorial 14 : Arduino control with Android voice command (via Bluetooth)
vlcsnap-2016-12-01-21h59m19s296.png
vlcsnap-2016-12-01-21h59m29s971.png

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.

Hardware Required

vlcsnap-2016-12-01-21h55m34s185.png

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

Connections

vlcsnap-2016-12-01-21h55m45s859.png
vlcsnap-2016-12-01-21h56m26s457.png
vlcsnap-2016-12-01-21h56m42s370.png
vlcsnap-2016-12-01-21h56m52s153.png
vlcsnap-2016-12-01-21h57m06s553.png
vlcsnap-2016-12-01-21h57m20s375.png
vlcsnap-2016-12-01-21h57m34s932.png
vlcsnap-2016-12-01-21h57m48s220.png

  • 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.

Code

vlcsnap-2016-12-01-21h58m20s799.png

About Application

vlcsnap-2016-12-01-21h58m30s790.png
vlcsnap-2016-12-01-21h58m54s529.png

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

If It Helps, Please Subscribe

vlcsnap-2016-12-01-21h59m36s518.png

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