Over Arduino Voice Control
Stuur uw Arduino spraakopdrachten via Bluetooth. Voice response!
Stuur uw Arduino via Bluetooth, voice commando's, en reageert terug te eindigen met Serial.print. U zult uw antwoorden ontvangen hardop vanaf uw mobiele apparaat!
Arduino Voorbeeld Code (de Arduino voorbeeld Code):
ReadString String = "";
# define LED 13 //
void setup () {
In pinmo (LED, output);
digitalwrit (LEDs, LOW);
Serial.beg het (9600);
}
void lus () {
while (Serial.availabl A ()) {
char c = (char) Serial.read ();
ReadString + = c;
}
if (readstring.length ()> 0) {
if (ReadString == "open") {
digitalwrit (LEDs, HIGH);
Serial.print ( "open");
}
else if (ReadString == "off") {
digitalwrit (LEDs, LOW);
Serial.print ( "gesloten");
}
else if (ReadString == "zeer weinig huizen") {
// graad berekening verwerking en ga zo maar door.
Serial.print ( "home nu 21 graden");
}
else if (ReadString == "Engels spreken") {
Serial.print ( "Hallo, hoe gaat het?");
}
else {
Serial.print ( "Ik begrijp je niet.");
}
ReadString = "";
}
vertraging (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!
Arduino Voice Control APK -informatie
Oude versies van Arduino Voice Control
Arduino Voice Control 1.2
Arduino Voice Control 1.1
Supersnel en veilig downloaden via de APKPure-app
Eén klik om XAPK/APK-bestanden op Android te installeren!