Arduino Voice Control Apk

Arduino Voice Control Apk

Latest version 1.2
28 Feb 2018

Older Versions

Apk Infos

Version1.2
Rating3.9/5, based on 170 votes
Size‎2.8 MB
Requires AndroidAndroid 2.1+ (Eclair)
Author's NotesSend your Arduino voice commands via Bluetooth. Voice response!

About Arduino Voice Control APK

Arduino Voice Control APK Download for Android
Arduino Voice Control APK Download for Android

Description

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

Latest updates

What's new in version 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!

How to install Arduino Voice Control APK on Android phone or tablet?

Download Arduino Voice Control APK file from ApkClean, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (appinventor.ai_cempehlivan92.Arduino_Sesli_Kontrol-v1.2-ApkClean.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

Older Versions

1.2 (3)2.8 MB

Questions & Answers

Q: What is an APK File?

A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.

Q: If I install an APK from this website, will I be able to update the app from the Play Store?

A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.

Q: Why ApkClean.net can guarantee APK 100% safe?

A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.

Q: What are Android App permissions?

A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.

Don't hesitate to contact us if you have any questions or concerns.

(*) is required

User's Reivew

5 ★Nice app
4 ★good app
5 ★Best app
5 ★just amazing
5 ★Good
5 ★Great
5 ★NICE
4 ★awsome
4 ★Can anyone tell me , can I use this for wifi module too?
1 ★Mit app
5 ★It is very bad
1 ★Not working