Warning: Undefined array key 3 in /home/apkapps/web/jetapk.com/public_html/index.php on line 28

Warning: Undefined array key 4 in /home/apkapps/web/jetapk.com/public_html/index.php on line 29

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 149

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 149

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 150

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 150

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 150

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/apkapps/web/jetapk.com/public_html/functions.php on line 150
Voice Control Arduino 1.2 APK Download for Android
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.

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

Other Information:

Requires Android:
Android 1.6+ (Donut, API 4)
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
Unlimited
Minimum OS
Android 1.6+ (Donut, API 4)
Screen DPI

Warning: Undefined array key "dp" in /home/apkapps/web/jetapk.com/public_html/template/PageApp.php on line 222
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..