1/4
Arduino Voice Control screenshot 0
Arduino Voice Control screenshot 1
Arduino Voice Control screenshot 2
Arduino Voice Control screenshot 3
Arduino Voice Control Icon

Arduino Voice Control

Cem PEHLİVAN
Trustable Ranking IconПеревірений
1K+Завантаження
3MBРозмір
Android Version Icon2.1+
Версія Android
1.2(25-05-2018)Остання версія
-
(0 Відгуки)
Age ratingPEGI-3
Завантажити
ДеталіВідгукиВерсіїІнформація
1/4

Опис програми Arduino Voice Control

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


}

Arduino Voice Control – Версія 1.2

(25-05-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!

Ще немає відгуків чи оцінок! Щоб залишити першим,

-
0 Reviews
5
4
3
2
1
Info Trust Icon
Гарна програма гарантованоЦей додаток було перевірено на віруси та інші шкідливі програми і він гарантовано не містить загроз.

Arduino Voice Control - інформація про APK

Версія APK: 1.2ID пакета: appinventor.ai_cempehlivan92.Arduino_Sesli_Kontrol
Сумісність з Android: 2.1+ (Eclair)
Розробник:Cem PEHLİVANДозволи:5
Назва: Arduino Voice ControlРозмір: 3 MBЗавантаження: 144Версія: : 1.2Дата випуску: 2020-05-19 00:37:30Мінімальний екран: SMALLПідтримуваний процесор:
ID пакета: appinventor.ai_cempehlivan92.Arduino_Sesli_KontrolSHA1 підпис : 35:D6:27:DE:F8:71:82:79:86:4E:04:27:A0:F1:77:8A:8C:6B:E4:52Розробник (CN): cempehlivan92@gmail.comОрганізація (O): AppInventor for AndroidМісцевість (L): Країна (C): USРегіон/місто (ST):

Остання версія Arduino Voice Control

1.2Trust Icon Versions
25/5/2018
144 завантаження3 MB Розмір
Завантажити
appcoins-gift
AppCoins GamesWin even more rewards!
більше
Stormshot: Isle of Adventure
Stormshot: Isle of Adventure icon
Завантажити
Eternal Evolution
Eternal Evolution icon
Завантажити
Last Land: War of Survival
Last Land: War of Survival icon
Завантажити
Clash of Queens: Light or Dark
Clash of Queens: Light or Dark icon
Завантажити
Westland Survival: Вестерн RPG
Westland Survival: Вестерн RPG icon
Завантажити
The Lord of the Rings: War
The Lord of the Rings: War icon
Завантажити
Idle Angels: Goddess' Warfare
Idle Angels: Goddess' Warfare icon
Завантажити
Heroes of War: WW2 Idle RPG
Heroes of War: WW2 Idle RPG icon
Завантажити
Mobile Legends: Bang Bang
Mobile Legends: Bang Bang icon
Завантажити
Bloodline: Heroes of Lithas
Bloodline: Heroes of Lithas icon
Завантажити
The Legend of Neverland
The Legend of Neverland icon
Завантажити
Guns of Glory: Lost Island
Guns of Glory: Lost Island icon
Завантажити

Додатки в цій категорії

Вам також може сподобатися...