Arduino Bluetooth Voice Control Application icon

Arduino Bluetooth Voice Control 1.0

3.3 MB / 1+ Downloads / Rating 5.0 - 6 reviews


See previous versions

Arduino Bluetooth Voice Control, developed and published by Uncia Robotics, has released its latest version, 1.0, on 2020-08-16. This app falls under the Education category on the Google Play Store and has achieved over 100 installs. It currently holds an overall rating of 5.0, based on 6 reviews.

Arduino Bluetooth Voice Control APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.1+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: appinventor.ai_ashishmarch12.Bluetooth_Voice

Updated: 4 years ago

Developer Name: Uncia Robotics

Category: Education

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Arduino Bluetooth Voice Control on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

5.0
Total 6 reviews

Reviews

5 ★, on 2020-07-23
Simple to use and good interface. I used this app to teach my students

5 ★, on 2020-07-19
Amazing app for controlling appliances using voice commands.

5 ★, on 2020-07-24
simple yet powerful. if you are getting started with your Arduino projects, you should use this app to control anything using voice commands

5 ★, on 2020-07-30
Simple and easy to connect .. and no ads

5 ★, on 2020-07-23
I was just thinking of such app and then i found this . It helped me as i wanted . Simple to use.

Previous Versions

Arduino Bluetooth Voice Control 1.0
2020-08-16 / 3.3 MB / Android 2.1+

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

New features

New Release

App Permissions

Allows applications to open network sockets.
Allows applications to discover and pair bluetooth devices.
Allows applications to access information about networks.
Allows applications to access information about Wi-Fi networks.
Allows applications to connect to paired bluetooth devices.
Allows an application to record audio.
Allows an application to read from external storage.