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);
}
}
}
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.
| ||||
Downloads: 8 | ||||
Updated At: 2025-04-15 17:12:47 | ||||
Publisher: Ahmet ALBEREN | ||||
Operating System: Android | ||||
License Type: Free |