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 IconFiable
1K+Téléchargements
3MBTaille
Android Version Icon2.1+
Version Android
1.2(25-05-2018)Dernière Version
-
(0 Avis)
Age ratingPEGI-3
Télécharger
DétailsAvisVersionsInfo
1/4

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


}


Envoyez-nous votre Arduino via Bluetooth, commandes vocales, et répond en arrière pour terminer avec Serial.print. Vous recevrez vos réponses à haute voix à partir de votre appareil mobile!


Arduino Exemple de code (code Arduino Exemple):


ReadString String = "";


// #define LED 13


void setup () {


  Dans pinmo (LED, OUTPUT);


  digitalwrit (LED, faible);


  Serial.beg le (9600);


}


void loop () {


  tandis que (Serial.availabl A ()) {


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


    ReadString + = c;


  }


  si (readstring.length ()> 0) {


    if (ReadString == "ouvrir") {


      digitalwrit (LED, HIGH);


      Serial.print ( "ouvert");


    }


    else if (ReadString == "off") {


      digitalwrit (LED, faible);


      Serial.print ( "fermé");


    }


    else if (ReadString == "très peu de maisons") {


      // traitement de calcul de degré et ainsi de suite.


      Serial.print ( "maison maintenant 21 degrés");


    }


    else if (ReadString == "parler anglais") {


      Serial.print ( "Salut, comment vas-tu?");


    }


    else {


      Serial.print ( « Je ne vous comprends pas. »);


    }


    ReadString = "";


  }


  retard (100);


}

Arduino Voice Control - Version 1.2

(25-05-2018)
Autres versions
Quoi de neuf 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!

Il n'y a pas encore de commentaires ou d'évaluations ! Pour être le premier, veuillez

-
0 Reviews
5
4
3
2
1
Info Trust Icon
Super Application GarantieCette application a réussi le test de sécurité contre les virus, les logiciels malveillants et autres attaques et ne contient aucune menace.

Arduino Voice Control - Information APK

Version APK: 1.2Package: appinventor.ai_cempehlivan92.Arduino_Sesli_Kontrol
Compatibilité Android: 2.1+ (Eclair)
Développeur:Cem PEHLİVANAutorisations:5
Nom: Arduino Voice ControlTaille: 3 MBTéléchargements: 115Version : : 1.2Date de sortie: 2020-05-19 00:37:30Écran mini: SMALLCPU pris en charge:
ID du package: appinventor.ai_cempehlivan92.Arduino_Sesli_KontrolSignature SHA1: 35:D6:27:DE:F8:71:82:79:86:4E:04:27:A0:F1:77:8A:8C:6B:E4:52Développeur (CN): cempehlivan92@gmail.comOrganisation (O): AppInventor for AndroidLocalisation (L): Pays (C): USÉtat/ville (ST):

Ancienne Version de Arduino Voice Control

1.2Trust Icon Versions
25/5/2018
115 téléchargements3 MB Taille
Télécharger
appcoins-gift
AppCoins GamesWin even more rewards!
plus
Furies: Last Escape
Furies: Last Escape icon
Télécharger
Mobile Legends: Bang Bang
Mobile Legends: Bang Bang icon
Télécharger
Gods and Glory
Gods and Glory icon
Télécharger
Z Day: Hearts of Heroes
Z Day: Hearts of Heroes icon
Télécharger
X-Samkok
X-Samkok icon
Télécharger

Applications de même catégorie

Vous pourriez également aimer...