About Voice Control Arduino
Check your arduino robots and automation circuits with voice commands.
Sesli komutlarla arduino robot ve otomasyon devrelerinizi kontrol edin.
ahmetalberen@gmail.co for questions You can send mail .
Sorularınız için ahmetalberen@gmail.com mail atabilirsiniz.
/*
HAZIRLAYAN = Ahmet ALBEREN
ahmetalberen@gmail.co for questions You can send mail .
*/
#include
SoftwareSerial BT(10,11); //rx-tx
int led=13;
String data;
void setup() {
BT.begin(9600);
Serial.begin(9600);
pinMode(led,OUTPUT);
}
void loop() {
while (BT.available()){
char c=BT.read();
delay(10);
}
if (data.length()>0){
Serial.println(data);
if(data=="on"){
digitalWrite(led,1);
}
if(data =="off"){
digitalWrite(led,0);
}
}
} Check your arduino robots and automation circuits with voice commands.
Check your arduino robots and automation circuits with voice commands.
You can send mail ahmetalberen@gmail.co for questions.
You can take ahmetalberen@gmail.co mail for your questions.
/ *
PREPARING = Ahmet ALBERI the
You can send mail ahmetalberen@gmail.co for questions.
* /
#include
SoftwareSerial CT (10,11); // Rx-tx
int led = 13;
String data;
void setup () {
bt.beg's (9600);
Serial.beg's (9600);
In pinmo (LED, OUTPUT);
}
void loop () {
while (bt.availabl to ()) {
bt.read char c = ();
delay (10);
}
if (data.length ()> 0) {
Serial.println (data);
if (data == "on") {
digitalwrit (LEDs, 1);
}
if (data == "off") {
digitalwrit (LEDs, 0);
}
}
}
Download and install
Voice Control Arduino version 1.2 on your
Android device!
Downloaded 500+ times, content rating: Everyone
Android package:
appinventor.ai_ahmetalberen.Speech_komutu, download Voice Control Arduino.apk
by L####:
Good