Arduino Bluetooth Voice Contro
Install Now
Arduino Bluetooth Voice Contro
Arduino Bluetooth Voice Contro

Arduino Bluetooth Voice Contro

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

Developer: Uncia Robotics
App Size: Varies With Device
Release Date: Mar 11, 2020
Price: Free
Price
Free
Size
Varies With Device

Screenshots for App

Mobile
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
Show Less
Arduino Bluetooth Voice Contro 1.0 Update
2020-03-11 Version History
New Release

~Uncia Robotics
More Information about: Arduino Bluetooth Voice Contro
Price: Free
Version: 1.0
Downloads: 9299
Compatibility: Android 2.1
Bundle Id: appinventor.ai_ashishmarch12.Bluetooth_Voice
Size: Varies With Device
Last Update: 2020-03-11
Content Rating: Everyone
Release Date: Mar 11, 2020
Content Rating: Everyone
Developer: Uncia Robotics


Whatsapp
Vkontakte
Telegram
Reddit
Pinterest
Linkedin
Hide