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

このVoice Control Arduinoについて

日本語

音声コントロールの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);

}

}

}

最新バージョン 1.2 の更新情報

Last updated on 2016年06月08日

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

翻訳中...

アプリの追加情報

最終のバージョン

Voice Control Arduino 更新を申請する 1.2

投稿者

Wiktor Habrajski

Android 要件

Android 1.6+

もっと見る

Voice Control Arduino スクリーンショット

コメントをよみこんでいます...
言語
APKPureをを購読する
最高のAndroidゲームアプリの最新リリースやニュースやガイドなどの情報にいち早くアクセスすることができます。
いいえ結構です
購読
購読完了!
APKPureの購読が完了しました。
APKPureをを購読する
最高のAndroidゲームアプリの最新リリースやニュースやガイドなどの情報にいち早くアクセスすることができます。
いいえ結構です
購読
成功!
ニュースレターを購読しました。