Use APKPure App
Get Arduino Voice Control old version APK for Android
Envoyez vos commandes vocales Arduino via Bluetooth. réponse vocale!
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);
}
Last updated on Feb 28, 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!
Telechargé par
Bruno Araújo
Nécessite Android
Android 2.1+
Catégories
Signaler
Arduino Voice Control
1.2 by Cem PEHLİVAN
Feb 28, 2018