Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies

Sobre este Voice Control Arduino

Português

Controle por Voz Arduino

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

}

}

}

Novidades da Última Versão 1.2

Last updated on Jun 8, 2016

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 ..

Traduzindo...

Informações Adicionais do Aplicativo

Última versão

Pedido Voice Control Arduino Atualização 1.2

Enviado por

Wiktor Habrajski

Requer Android

Android 1.6+

Mostrar mais

Voice Control Arduino Capturas de tela

Carregando Comentário...
Idiomas
Inscrever-se no APKPure
Seja o primeiro a ter acesso ao lançamento antecipado, notícias e guias dos melhores jogos e aplicativos para Android.
Não, obrigado
Inscrever-se
Inscreva-se com sucesso!
Agora você está inscrito no APKPure.
Inscrever-se no APKPure
Seja o primeiro a ter acesso ao lançamento antecipado, notícias e guias dos melhores jogos e aplicativos para Android.
Não, obrigado
Inscrever-se
Sucesso!
Agora você está inscrito em nossa newsletter.