Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
Arduino Bluetooth Voice Contro icon

1.0 by Uncia Robotics


Dec 17, 2020

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);}

}

What's New in the Latest Version 1.0

Last updated on Dec 17, 2020

New Release

Translation Loading...

Additional APP Information

Latest Version

Request Arduino Bluetooth Voice Contro Update 1.0

Uploaded by

Honey Phoenix

Requires Android

Android 2.1+

Show More

Arduino Bluetooth Voice Contro Screenshots

Comment Loading...
Languages
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Success!
You're now subscribed to our newsletter.