Voice Control Arduino 1.2



Publisher Description



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

Serial.println(data);

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



About Voice Control Arduino

Voice Control Arduino is a free app for Android published in the Teaching & Training Tools list of apps, part of Education.

The company that develops Voice Control Arduino is Ahmet ALBEREN. The latest version released by its developer is 1.2.

To install Voice Control Arduino on your Android device, just click the green Continue To App button above to start the installation process. The app is listed on our website since 2016-02-23 and was downloaded 8 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded app with your antivirus. Your antivirus may detect the Voice Control Arduino as malware as malware if the download link to appinventor.ai_ahmetalberen.Speech_komutu is broken.

How to install Voice Control Arduino on your Android device:

  • Click on the Continue To App button on our website. This will redirect you to Google Play.
  • Once the Voice Control Arduino is shown in the Google Play listing of your Android device, you can start its download and installation. Tap on the Install button located below the search bar and to the right of the app icon.
  • A pop-up window with the permissions required by Voice Control Arduino will be shown. Click on Accept to continue the process.
  • Voice Control Arduino will be downloaded onto your device, displaying a progress. Once the download completes, the installation will start and you'll get a notification after the installation is finished.



RELATED PROGRAMS
Our Recommendations






BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  0.0/5     0
Downloads: 8
Updated At: 2024-03-28
Publisher: Ahmet ALBEREN
Operating System: Android
License Type: Free