Arduino Bluetooth Voice Contro


1.0 by Uncia Robotics
Mar 11, 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

Additional APP Information

Latest Version

1.0

Uploaded by

Honey Phoenix

Requires Android

Android 2.1+

Show More

Use APKPure App

Get Arduino Bluetooth Voice Contro old version APK for Android

Download

Use APKPure App

Get Arduino Bluetooth Voice Contro old version APK for Android

Download

Arduino Bluetooth Voice Contro Alternative

Get more from Uncia Robotics

Discover