Arduino Bluetooth Voice Contro

Arduino Bluetooth Voice Contro

Uncia Robotics
Dec 17, 2020
  • 3.3 MB

    File Size

  • Android 2.1+

    Android OS

About Arduino Bluetooth Voice Contro

Send voice commands to HC-05 Bluetooth Module using this app

Using this app you can transmit integers, characters or strings using your voice. Click on the Bluetooth icon to connect with one of the paired devices. After a successful connection, you can click on the mic icon to speak the word or phrase. You can use the following program in Arduino to read the phrase received in the serial monitor.

//copy the program from here

void setup() {

Serial.begin(9600);

}

void loop() {

if(Serial.available()>0)

{ String data = Serial.readStringUntil('\n');

Serial.println(data);}

}

Show More

What's new in the latest 1.0

Last updated on 2020-12-17
New Release
Show More

Videos and Screenshots

  • Arduino Bluetooth Voice Contro poster
  • Arduino Bluetooth Voice Contro screenshot 1
  • Arduino Bluetooth Voice Contro screenshot 2
  • Arduino Bluetooth Voice Contro screenshot 3

Arduino Bluetooth Voice Contro APK Information

Latest Version
1.0
Category
Education
Android OS
Android 2.1+
File Size
3.3 MB
Safe & Fast APK Downloads on APKPure
APKPure uses signature verification to ensure virus-free Arduino Bluetooth Voice Contro APK downloads for you.

Old Versions of Arduino Bluetooth Voice Contro

APKPure icon

Super Fast and Safe Downloading via APKPure App

One-click to install XAPK/APK files on Android!

Download APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies