Voice Control Arduino ไอคอน

1.2 by Ahmet ALBEREN


Jun 8, 2016

เกี่ยวกับ Voice Control Arduino

ภาษาไทย

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

กำลังโหลดการแปล...

ข้อมูล แอป เพิ่มเติม

เวอร์ชันล่าสุด

ส่งคำขออัปเดต Voice Control Arduino 1.2

อัปโหลดโดย

Wiktor Habrajski

ต้องใช้ Android

Android 1.6+

แสดงเพิ่มเติม

Voice Control Arduino ภาพหน้าจอ

กำลังโหลดความคิดเห็น...
ภาษา
กำลังค้นหา...
สมัครสมาชิก APKPure
เป็นคนแรกที่เข้าถึงการเปิดตัวข่าวและคำแนะนำเกี่ยวกับเกมและแอพ Android ที่ดีที่สุด
ไม่เป็นไรขอบคุณ
ลงชื่อ
สมัครสมาชิกสำเร็จ!
ตอนนี้คุณสมัครเป็นสมาชิก APKPure
สมัครสมาชิก APKPure
เป็นคนแรกที่เข้าถึงการเปิดตัวข่าวและคำแนะนำเกี่ยวกับเกมและแอพ Android ที่ดีที่สุด
ไม่เป็นไรขอบคุณ
ลงชื่อ
ความสำเร็จ!
ตอนนี้คุณสมัครรับจดหมายข่าวของเรา