Voice Control Arduino

Voice Control Arduino Free App

Rated 4.33/5 (6) —  Free Android application by Ahmet ALBEREN

Advertisements

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

How to Download / Install

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

All Application Badges

Free
downl.
Android
1.6+
For everyone
Android app

App History & Updates

What's Changed
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 ..
More downloads  Voice Control Arduino reached 500 - 1 000 downloads

What are users saying about Voice Control Arduino

L70%
by L####:

Good


Share The Word!


Rating Distribution

RATING
4.35
6 users

5

4

3

2

1