Home Page

Voice Control Arduino 1.2 - Get Apk




About Voice Control Arduino

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

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

Serial.println(data);

if(data=="on"){
digitalWrite(led,1);
}
if(data =="off"){
digitalWrite(led,0);
}
}
}




Previous Versions

Here you can find the changelog of Voice Control Arduino since it was posted on our website on 2017-01-24 16:52:10. The latest version is 1.2 and it was updated on 2024-04-23 10:49:05. See below the changes in each version.

Voice Control Arduino version 1.2
Updated At: 2016-02-23
Changes: 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 ..


Related Apps

Here you can find apps that are similar with Voice Control Arduino.



Disclaimer

External Download


We do not host Voice Control Arduino on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by Galad and passed their terms and conditions to be listed there. We recommend caution when installing it.

The APK Download link for Voice Control Arduino is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  0.0/5     0
Downloads: 8
Updated At: 2024-04-23 10:49:05
Publisher: Ahmet ALBEREN
Operating System: Android
License Type: Free