Arduino Voice Control

Arduino Voice Control

Cem PEHLİVAN
Feb 28, 2018
  • 2.8 MB

    File Size

  • Android 2.1+

    Android OS

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

}

Show More

What's new in the latest 1.2

Last updated on 2018-03-01
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!
Show More

Videos and Screenshots

  • Arduino Voice Control for Android official Trailer
  • Arduino Voice Control screenshot 1
  • Arduino Voice Control screenshot 2
  • Arduino Voice Control screenshot 3
  • Arduino Voice Control screenshot 4

Arduino Voice Control APK Information

Latest Version
1.2
Category
Tools
Android OS
Android 2.1+
File Size
2.8 MB
Developer
Cem PEHLİVAN
Safe & Fast APK Downloads on APKPure
APKPure uses signature verification to ensure virus-free Arduino Voice Control APK downloads for you.

Old Versions of Arduino Voice Control

APKPure icon

Super Fast and Safe Downloading via APKPure App

One-click to install XAPK/APK files on Android!

Download APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies