Uygulamayı indirdikten sonra ana sayfadaki (Read the Arduino code) arduino kodunu okuyabileceğiniz sayfaya gidin ve kodları Arduinoya yukleyin haberleşme bağlantılarını yaptıktan sonra uygulamayı kolayca kullanın..
Once you download the app on the main page ( Read the Arduino code) Go to the page where you can read the code after making the Arduino and Arduino code to load the necessary communication links use the application easily ..
Check your arduino robots and automation circuits with voice commands.
Sesli komutlarla arduino robot ve otomasyon devrelerinizi kontrol edin.
[email protected] for questions You can send mail .
Sorularınız için [email protected] mail atabilirsiniz.
/*
HAZIRLAYAN = Ahmet ALBEREN
[email protected] 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 [email protected] for questions.
You can take [email protected] mail for your questions.
/ *
PREPARING = Ahmet ALBERI the
You can send mail [email protected] 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);
}
}
}
This version of Voice Control Arduino Android App comes with one universal variant which will work on all the Android devices.
If you are looking to download other versions of Voice Control Arduino Android App, We have 1 version in our database. Please select one of them below to download.