Arduino Voice Control
Install Now
Arduino Voice Control
Arduino Voice Control

Arduino Voice Control

Send your Arduino voice commands via Bluetooth. Voice response

Developer: Cem PEHLİVAN
App Size: Varies With Device
Release Date: Nov 10, 2016
Price: Free
4.2
232 Ratings
Size
Varies With Device

Screenshots for App

Mobile
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
Show Less
Arduino Voice Control 1.2 Update
2018-02-27 Version History
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!

~Cem PEHLİVAN
More Information about: Arduino Voice Control
Price: Free
Version: 1.2
Downloads: 85025
Compatibility: Android 2.1
Bundle Id: appinventor.ai_cempehlivan92.Arduino_Sesli_Kontrol
Size: Varies With Device
Last Update: 2018-02-27
Content Rating: Everyone
Release Date: Nov 10, 2016
Content Rating: Everyone
Developer: Cem PEHLİVAN


Whatsapp
Vkontakte
Telegram
Reddit
Pinterest
Linkedin
Hide