1.2 / February 23, 2016
(5.0/5) (2)

Description

Check your arduino robots andautomationcircuits with voice commands.

Sesli komutlarla arduino robot ve otomasyon devrelerinizikontroledin.

[email protected]forquestions You can send mail .

Sorularınız için [email protected]mailatabilirsiniz.

/*

HAZIRLAYAN = Ahmet ALBEREN
[email protected]forquestions 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 arduinorobotsand automation circuits with voice commands.

Check your arduino robots and automation circuits withvoicecommands.

You can send mail [email protected]forquestions.

You can take [email protected] mailforyour questions.

/ *

PREPARING = Ahmet ALBERI the
You can send mail [email protected]forquestions.

* /
#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);
  }
  }
  }

App Information Voice Control Arduino

  • App Name
    Voice Control Arduino
  • Package Name
    appinventor.ai_ahmetalberen.Speech_komutu
  • Updated
    February 23, 2016
  • File Size
    1.8M
  • Requires Android
    Android 1.6 and up
  • Version
    1.2
  • Developer
    Ahmet ALBEREN
  • Installs
    50 - 100
  • Price
    Free
  • Category
    Education
  • Developer
  • Google Play Link

Ahmet ALBEREN Show More...

Voice Control Arduino 1.2 APK
Ahmet ALBEREN
Check your arduino robots andautomationcircuits with voice commands.Sesli komutlarla arduino robot ve otomasyon [email protected] You can send mail .Sorularınız için [email protected]./*HAZIRLAYAN = Ahmet [email protected] You can send mail .*/#includeSoftwareSerial BT(10,11); //rx-txint 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 arduinorobotsand automation circuits with voice commands.Check your arduino robots and automation circuits withvoicecommands.You can send mail [email protected] can take [email protected] mailforyour questions./ *PREPARING = Ahmet ALBERI theYou can send mail [email protected].* /#includeSoftwareSerial CT (10,11); // Rx-txint 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);  }  }  }
Arduino Car Control 1.0 APK
Ahmet ALBEREN
Arduino circuit check your car from yourphonewith bluetooth communication .Arduino bluetooth haberleşmesi ile telefonunuzdanarabadevrelerinizi kontrol [email protected] You can send mail .Sorularınız için [email protected]./*HAZIRLAYAN = Ahmet [email protected] You can send mail .*/#includeSoftwareSerial BT(2,3); //rx-txint Car1= 5;int Car2= 6;int motorlc = 8; // left motor clockwise rotationint motorla = 9; // left motor anticlockwise rotationint motorrc = 10; // right motor clockwise rotationint motorra = 11; // right motor anticlockwise rotatioint Far = 13;int hiz1;int hiz2;int hiz3;String readString;void setup() { // presenting pins as outputspinMode(Far, OUTPUT);pinMode(motorlc, OUTPUT);pinMode(motorla, OUTPUT);pinMode(motorrc, OUTPUT);pinMode(motorra, OUTPUT);Serial.begin(9600);BT.begin(9600);}void loop() {while(BT.available()){ // the code here is for bluetoothdelay(3);char c = BT.read();readString += c;}if(readString.length() > 0){ // when a certain button ispressedthe reaction will be...Serial.println(readString);if(readString == "Forward"){analogWrite (Car1,hiz1);analogWrite (Car2,hiz1);digitalWrite(motorlc, HIGH);digitalWrite(motorla, LOW);digitalWrite(motorrc, HIGH);digitalWrite(motorra, LOW);}if(readString == "Back"){analogWrite (Car1,hiz1);analogWrite (Car2,hiz1);digitalWrite(motorlc, LOW);digitalWrite(motorla, HIGH);digitalWrite(motorrc, LOW);digitalWrite(motorra, HIGH);}if(readString == "Left"){analogWrite (Car1,hiz2);analogWrite (Car2,hiz2);digitalWrite(motorlc, HIGH);digitalWrite(motorla, LOW);digitalWrite(motorrc, LOW);digitalWrite(motorra, HIGH);}if(readString == "Right"){analogWrite (Car1,hiz2);analogWrite (Car2,hiz2);digitalWrite(motorlc, LOW);digitalWrite(motorla, HIGH);digitalWrite(motorrc, HIGH);digitalWrite(motorra, LOW);}if(readString == "Stop"){digitalWrite(motorlc, LOW);digitalWrite(motorla, LOW);digitalWrite(motorrc, LOW);digitalWrite(motorra, LOW);analogWrite (Car1,hiz3);analogWrite (Car2,hiz3);}if(readString == "Car on"){hiz1 =200;hiz2 =140;hiz3 =0;digitalWrite(Far,HIGH);delay(50);digitalWrite(Far,LOW);delay(50);digitalWrite(Far,HIGH);delay(50);digitalWrite(Far,LOW);delay(50);digitalWrite(Far,HIGH);delay(50);digitalWrite(Far,LOW);}if(readString == "Car off"){hiz1 =0;hiz2 =0;hiz3 =0;}if(readString == "Far on"){digitalWrite(Far,HIGH);}if(readString == "Far off"){digitalWrite(Far, LOW);}}readString="";}Arduino circuit checkyourcar from your phone with the Bluetooth communication.Arduino circuit check your car from your phone withbluetoothcommunication.You can send mail [email protected] can take [email protected] mailforyour questions./ *PREPARING = Ahmet ALBERI theYou can send mail [email protected].* /#includeSoftwareSerial CT (2,3); // Rx-txcar1 int = 5;car2 int = 6;motorlc int = 8; // Left engine clockwise rotationint motor = 9; // Left engine anticlockwise rotationmotorrc int = 10; // Right engine clockwise rotationMotorride int = 11; // Right engine anticlockwise rotationFar int = 13;int SPEED1;int speed2;int speed3;String ReadString;void setup () {// presenting pins as outputs  In pinmo (Farr, OUTPUT);  In pinmo (motorlc, OUTPUT);  In pinmo (engine, OUTPUT);  In pinmo (motorrc, OUTPUT);  In pinmo (Motorride to OUTPUT);  Serial.beg's (9600);  bt.beg's (9600);}void loop () {  while (bt.availabl to ()) {// the code here isforBluetooth  DeLay (3);  bt.read char c = ();  ReadString + = c;  }  if (readstring.length ()> 0) {// when acertainbutton is pressed in the reaction will be ...    Serial.println (ReadString);  if (ReadString == "Forward") {    analogwrit A (car1, SPEED1);    analogwrit A (car2, SPEED1);    digitalwrit A (motorlc, HIGH);    digitalwrit the (engine, LOW);    digitalwrit A (motorrc, HIGH);    digitalwrit to (Motorride to LOW);  }  if (ReadString == "Back") {    analogwrit A (car1, SPEED1);    analogwrit A (car2, SPEED1);    digitalwrit A (motorlc, LOW);    digitalwrit the (engine, HIGH);    digitalwrit A (motorrc, LOW);    digitalwrit to (Motorride to, HIGH);  }  if (ReadString == "Left") {    analogwrit A (car1, speed2);    analogwrit A (car2, speed2);    digitalwrit A (motorlc, HIGH);    digitalwrit the (engine, LOW);    digitalwrit A (motorrc, LOW);    digitalwrit to (Motorride to, HIGH);  }  if (ReadString == "Right") {    analogwrit A (car1, speed2);    analogwrit A (car2, speed2);    digitalwrit A (motorlc, LOW);    digitalwrit the (engine, HIGH);    digitalwrit A (motorrc, HIGH);    digitalwrit to (Motorride to LOW);  }  if (ReadString == "Stop") {       digitalwrit A (motorlc, LOW);    digitalwrit the (engine, LOW);    digitalwrit A (motorrc, LOW);    digitalwrit to (Motorride to LOW);    analogwrit A (car1, speed3);    analogwrit A (car2, speed3);  }  if (ReadString == "C on") {       SPEED1 = 200;    speed2 = 140;    speed3 = 0;    digitalwrit (Headlamp, HIGH);    delay (50);    digitalwrit (Headlamp, LOW);    delay (50);    digitalwrit (Headlamp, HIGH);    delay (50);    digitalwrit (Headlamp, LOW);    delay (50);    digitalwrit (Headlamp, HIGH);    delay (50);    digitalwrit (Headlamp, LOW);  }  if (ReadString == "C off") {       SPEED1 = 0;    speed2 = 0;    speed3 = 0;  }  if (ReadString == "Lights on") {       digitalwrit (Headlamp, HIGH);  }  if (ReadString == "Lights off") {       digitalwrit (Headlamp, LOW);  }  }  ReadString = "";  }