À propos de Arduino Voice Control
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);
}
What's new in the latest 1.2
You will receive an audio response as you can send voice commands to your Arduino! Ask your Arduino and listen to the answer!
Informations Arduino Voice Control APK
Vieilles versions de Arduino Voice Control
Arduino Voice Control 1.2
Arduino Voice Control 1.1
Téléchargement super rapide et sûr via l'application APKPure
Un clic pour installer les fichiers XAPK/APK sur Android!