Arduino Voice Control icon

1.2 by Cem PEHLİVAN


Feb 28, 2018

About Arduino Voice Control

Send your Arduino voice commands via Bluetooth. Voice response!

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

}

What's New in the Latest Version 1.2

Last updated on Feb 28, 2018

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!

Translation Loading...

Additional APP Information

Latest Version

Request Arduino Voice Control Update 1.2

Uploaded by

Bruno Araújo

Requires Android

Android 2.1+

Show More

Arduino Voice Control Screenshots

Comment Loading...
Languages
Searching...
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Success!
You're now subscribed to our newsletter.