Voice Control Arduino 1.2 Icon

Voice Control Arduino

Ahmet ALBEREN Education
4.3
7 Ratings
1K+
Downloads
1.2
version
Jun 08, 2016
release date
1.8 MB
file size
Free
Download

What's New

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 ..

About Voice Control Arduino Android App

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);
  }
  }
  }

Other Information:

Requires Android:
Android 1.6+
Other Sources:

Download

This version of Voice Control Arduino Android App comes with one universal variant which will work on all the Android devices.

Variant
3
(Jun 08, 2016)
Architecture
universal
Minimum OS
Android 1.6+
Screen DPI
nodpi (all screens)

All Versions

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.

Loading..