Arduino Bluetooth Voice Contro 1.0 Icon

Arduino Bluetooth Voice Contro

Uncia Robotics Education
0
0 Ratings
9K+
Downloads
1.0
version
Dec 17, 2020
release date
3.3 MB
file size
Free
Download

What's New

New Release

About Arduino Bluetooth Voice Contro Android 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);}
}

Other Information:

Requires Android:
Android 2.1+ (Eclair MR1, API 7)
Other Sources:

Download

This version of Arduino Bluetooth Voice Contro Android App comes with one universal variant which will work on all the Android devices.

Variant
1
(Dec 17, 2020)
Architecture
Unlimited
Minimum OS
Android 2.1+ (Eclair MR1, API 7)
Screen DPI
nodpi (all screens)

All Versions

If you are looking to download other versions of Arduino Bluetooth Voice Contro Android App, We have 1 version in our database. Please select one of them below to download.

Loading..