Arduino Voice Control APK

Version 1.2 - appinventor.ai_cempehlivan92.Arduino_Sesli_Kontrol
appinventor,ai_cempehlivan92,arduino_sesli_kontrol,tools,arduino,voice,control

APP Information

Download Version 1.2 (3)
Apk Size2.76 MB
App DeveloperCem PEHLİVAN
Malware CheckTRUSTED
Install on Android2.1 and up
App Packageappinventor.ai_cempehlivan92.Arduino_Sesli_Kontrol.apk
MD506d63c26486b1a92edc8535d860df94c
Rate5

Download Arduino Voice Control 1.2 APK

App Description

Arduino Voice Control is appinventor,ai_cempehlivan92,arduino_sesli_kontrol,tools,arduino,voice,control, content rating is Everyone (PEGI-3). This app is rated 5 by 1 users who are using this app. To know more about the company/developer, visit Cem PEHLİVAN website who developed it. appinventor.ai_cempehlivan92.Arduino_Sesli_Kontrol.apk apps can be downloaded and installed on Android 2.1 and higher Android devices. The Latest Version of 1.2 Available for download. Download the app using your favorite browser and click Install to install the application. Please note that we provide both basic and pure APK files and faster download speeds than APK Mirror. This app APK has been downloaded 147+ times on store. You can also download appinventor.ai_cempehlivan92.Arduino_Sesli_Kontrol APK and run it with the popular Android Emulators.

Bluetooth üzerinden Arduino'nuza sesli komutlar gönderin, işlemi tamamlayın ve Serial.print ile geri yanıt verin. Verdiğiniz yanıtı mobil cihazınızdan sesli olarak alacaksınız!

Örnek Arduino Kodu (Example Arduino Code):

String readString = "";

#define led 13 // 

void setup() {

  pinMode(led, OUTPUT);

  digitalWrite(led, LOW);

  Serial.begin(9600);

}

void loop() {

  while (Serial.available()) {

    char c = (char)Serial.read();

    readString += c;

  }

  if (readString.length() > 0) {

    if (readString == "aç") {

      digitalWrite(led, HIGH);

      Serial.print("açıldı");

    }

    else if (readString == "kapat") {

      digitalWrite(led, LOW);

      Serial.print("kapandı");

    }

    else if (readString == "ev kaç derece") {

      //derece hesaplama işlemleri vb.

      Serial.print("ev şuan 21 derece");

    }

    else if (readString == "İngilizce konuş") {

      Serial.print("Hi, how are you?");

    }

    else {

      Serial.print("Seni anlayamadım.");

    }

    readString = "";

  }

  delay(100);

}

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 ChangeLog

  • 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!

App Screens

Arduino Voice Control App Screen 1Arduino Voice Control App Screen 2Arduino Voice Control App Screen 3Arduino Voice Control App Screen 4Arduino Voice Control App Screen 5Arduino Voice Control App Screen 6Arduino Voice Control App Screen 7Arduino Voice Control App Screen 8

8e435cabcb661031aa85da2631b6e6309fb49680.apk
Name:arduino-voice-control.apk
Name:appinventor.ai_cempehlivan92.Arduino_Sesli_Kontrol.apk
Name:1567265020824.apk
Name:8e435cabcb661031aa85da2631b6e6309fb49680

Apk scan results


Apk Scaned By TotalVirus Antivirus,appinventor.ai_cempehlivan92.Arduino_Sesli_Kontrol.apk Was Risky.Detected 1 From 55 Scan.
Scan Stats:harmless:0|type-unsupported:11|suspicious:0|confirmed-timeout:0|timeout:0|failure:0|malicious:1|undetected:59|
Name:8e435cabcb661031aa85da2631b6e6309fb49680.apk
Name:arduino-voice-control.apk
Name:appinventor.ai_cempehlivan92.Arduino_Sesli_Kontrol.apk
Name:1567265020824.apk
Name:8e435cabcb661031aa85da2631b6e6309fb49680 SHA-1:8e435cabcb661031aa85da2631b6e6309fb49680 SHA-256:dec9a73c6d36ad0ae0b06e802e3b3b925cffe46ab6273724f702a36634183463 SSDEEP:49152:Y8oQ2+TTBMa1VL+MgFC2Xr2Ps0pxUe/zrIO5QQQuLzIzMx:Y8oQ2+vBH1VLBgFCir26e/zrIOdN File type:Android Magic:Zip archive data, at least v2.0 to extract File size:2898047 Uncompressed Size:5893057 Contained Files :314 Contained Files By Type:xml:108,dex:1,MF:1,RSA:1,jpg:2,SF:1,png:199,

Older Versions

More Android Apps to Consider

Google Play Reviews

  1. rayneydaisy-avatar

    rayneydaisy

    Regarding the last review I posted, the issue was not with the app; just the user, lol! I was able to test it, and the app works great!

  2. Dipayan Bhadra-avatar

    Dipayan Bhadra

    Good job! Used the app and works fine! Also thank you for add-free app! Hope you will make the app fully voice command based and hand free operation once the Bluetooth is connected. Wish you good luck!

  3. Daniel Dunne-avatar

    Daniel Dunne

    Great app. works perfect. Is there a way to voice activate it instead of pressing the button on screen ? so it could be totally hands free once Bluetooth is paired.

  4. Shubham Sawant-avatar

    Shubham Sawant

    Can it connect to nodemcu... Via wifi... I will appreciate very much if you modify it... And also a trigger command will make it better..🙂

  5. A Google user-avatar

    A Google user

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

  6. roshan oommenreji-avatar

    roshan oommenreji

    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

  7. A Google user-avatar

    A Google user

    Could anyone tell me what is the end of line character for the code to be written in Arduino using this app?

  8. James Tsetim-avatar

    James Tsetim

    Nice app i rate four star i would love it more if the recoding botton is auto

  9. quentin hqn-avatar

    quentin hqn

    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 .

  10. Jemimah Gonzalo-avatar

    Jemimah Gonzalo

    Just like the question of your other app user, is there a way to voice activate this app rather than pressing the button? Thank you.