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

Arduino Bluetooth Voice Contro


Uncia Robotics
1.0
  • Dec 17, 2020
    Update date
  • Everyone
  • 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

Additional APP Information

Latest Version

1.0

Uploaded by

Honey Phoenix

Requires Android

Android 2.1+

Content Rating

Everyone

What's New in the Latest Version 1.0

Last updated on Dec 17, 2020

New Release

Show More

Arduino Bluetooth Voice Contro Screenshots

Arduino Bluetooth Voice Contro posterArduino Bluetooth Voice Contro screenshot 1Arduino Bluetooth Voice Contro screenshot 2Arduino Bluetooth Voice Contro screenshot 3

Related Tags

Popular Articles In Last 24 Hours

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.