ApkDownload

Arduino Voice Control APK

Latest Version 1.2 for Windows
Updated 2018-02-28

App information

Version 1.2 (#3)

Updated 2018-02-28

APK Size 2.8 MB

Requires Android Android 2.1+ (Eclair)

Offered by Cem PEHLİVAN

Category Free Tools App

App id appinventor.ai_cempehlivan92.Arduino_Sesli_Kontrol

Developer's notes Send your Arduino voice commands via Bluetooth. Voice response!

Screenshot

Click on the image to see full size

Latest updates

What's new in Arduino Voice Control 1.2

Arduino'nuza sesli komut gönderebildiğiniz gibi sesli yanıt alabileceksiniz! Arduino'nuza sorular sorun ve gelen cevabı sesli dinleyin!

You will receive an audio response as you can send voice commands to your Arduino! Ask your Arduino and listen to the answer!

Editor's review

Download the latest Arduino Voice Control application, version 1.2, compatible with Windows 10/11 (using emulators such as Bluestacks), Android devices. This free Tools app is developed by Cem PEHLİVAN and is easy to download and install.

Previous versions, including 1.2, are also available. If you need help or have any problems, please let us know.

Description

Send your Arduino via Bluetooth, voice commands, and responds back to finish with Serial.print. You will receive your responses aloud from your mobile device!

Arduino Example Code (the Arduino Example Code):


ReadString String = "";
#define LED 13 //

void setup () {
  In pinmo (LED, OUTPUT);
  digitalwrit (LEDs, LOW);
  Serial.beg the (9600);
}

void loop () {
  while (Serial.availabl A ()) {
    char c = (char) Serial.read ();
    ReadString + = c;
  }

  if (readstring.length ()> 0) {

    if (ReadString == "open") {
      digitalwrit (LEDs, HIGH);
      Serial.print ( "opened");
    }
    else if (ReadString == "off") {
      digitalwrit (LEDs, LOW);
      Serial.print ( "closed");
    }
    else if (ReadString == "very few houses") {
      // degree calculation processing and so on.
      Serial.print ( "home now 21 degrees");
    }
    else if (ReadString == "speak English") {
      Serial.print ( "Hi, how are you?");
    }
    else {
      Serial.print ( "I do not understand you.");
    }


    ReadString = "";
  }

  delay (100);
}

App permissions

Arduino Voice Control 1.2 APK requires following permissions:

Allows applications to connect to paired bluetooth devices.

Allows applications to open network sockets.

Allows applications to access information about Wi-Fi networks.

Allows applications to discover and pair bluetooth devices.

Allows applications to access information about networks.

Ratings and Reviews

Rating: 3.9/5 based on 2+ reviews

(*) is required

5 ★ Very good app But further the language option only shows the initials of language , language name can be specified

4 ★ hai this app is good was working perfectly until i updated my android to pi now the app is not working please send an update and fix this problem

5 ★ When i read the buffer of my bluetooth modules i read nothing. How can i catch the data send by the app on my phone .

5 ★ This app is very useful for me.....but this app doesn't run in android oreo

1 ★ I connected and its telling me error

5 ★ awesome app ..... can we have Indonesian language ? .... thanks

1 ★ It say runtime errir end the application

1 ★ Mc bd this doesn't work Idotic app

1 ★ Ver poor connection

3 ★ How can I change the interface of the app? Or modify it???

4 ★ Is this App works in english language ?? if yes can you show demo

5 ★ Can I change its voice somehow?

5 ★ Its a very great app

4 ★ How to use to detect a digit numbers?

5 ★ It's very nice

Previous versions

Arduino Voice Control 1.2 APK for Windows (#3, 2.8 MB)