1/4
Arduino Voice Control screenshot 0
Arduino Voice Control screenshot 1
Arduino Voice Control screenshot 2
Arduino Voice Control screenshot 3
Arduino Voice Control Icon

Arduino Voice Control

Cem PEHLİVAN
Trustable Ranking Icon인증완료
1K+다운로드
3MB크기
Android Version Icon2.1+
안드로이드 버전
1.2(25-05-2018)최신 버전
-
(0 리뷰)
Age ratingPEGI-3
다운로드
세부 정보리뷰버전정보
1/4

Arduino Voice Control의 설명

Bluetooth üzerinden Arduino'nuza sesli komutlar gönderin, işlemi tamamlayın ve Serial.print ile geri yanıt verin. Verdiğiniz yanıtı mobil cihazınızdan sesli olarak alacaksınız!


Örnek Arduino Kodu (Example Arduino Code):


String readString = "";


#define led 13 //


void setup() {


pinMode(led, OUTPUT);


digitalWrite(led, LOW);


Serial.begin(9600);


}


void loop() {


while (Serial.available()) {


char c = (char)Serial.read();


readString += c;


}


if (readString.length() > 0) {


if (readString == "aç") {


digitalWrite(led, HIGH);


Serial.print("açıldı");


}


else if (readString == "kapat") {


digitalWrite(led, LOW);


Serial.print("kapandı");


}


else if (readString == "ev kaç derece") {


//derece hesaplama işlemleri vb.


Serial.print("ev şuan 21 derece");


}


else if (readString == "İngilizce konuş") {


Serial.print("Hi, how are you?");


}


else {


Serial.print("Seni anlayamadım.");


}


readString = "";


}


delay(100);


}


Send your Arduino via Bluetooth, voice commands, and responds back to finish with Serial.print. You will receive your responses aloud from your mobile device!


Arduino Example Code (the Arduino Example Code):


ReadString String = "";


#define LED 13 //


void setup () {


  In pinmo (LED, OUTPUT);


  digitalwrit (LEDs, LOW);


  Serial.beg the (9600);


}


void loop () {


  while (Serial.availabl A ()) {


    char c = (char) Serial.read ();


    ReadString + = c;


  }


  if (readstring.length ()> 0) {


    if (ReadString == "open") {


      digitalwrit (LEDs, HIGH);


      Serial.print ( "opened");


    }


    else if (ReadString == "off") {


      digitalwrit (LEDs, LOW);


      Serial.print ( "closed");


    }


    else if (ReadString == "very few houses") {


      // degree calculation processing and so on.


      Serial.print ( "home now 21 degrees");


    }


    else if (ReadString == "speak English") {


      Serial.print ( "Hi, how are you?");


    }


    else {


      Serial.print ( "I do not understand you.");


    }


    ReadString = "";


  }


  delay (100);


}

Arduino Voice Control - 버전 1.2

(25-05-2018)
다른 버전들
뭐가 새롭나Arduino'nuza sesli komut gönderebildiğiniz gibi sesli yanıt alabileceksiniz! Arduino'nuza sorular sorun ve gelen cevabı sesli dinleyin!You will receive an audio response as you can send voice commands to your Arduino! Ask your Arduino and listen to the answer!

아직 평가나 리뷰가 없습니다! 첫 번째로 남겨 보세요

-
0 Reviews
5
4
3
2
1
Info Trust Icon
좋은 앱임을 보장합니다이 어플리케이션은 바이러스,멀웨어와 기타 악의적인 공격에 대한 보안 시험을 통과하였으며 어떠한 위험요소도 포함되어 있지 않습니다.

Arduino Voice Control - APK 정보

APK 버전: 1.2패키지: appinventor.ai_cempehlivan92.Arduino_Sesli_Kontrol
안드로이드 호환: 2.1+ (Eclair)
개발자:Cem PEHLİVAN권한:5
이름: Arduino Voice Control크기: 3 MB다운로드: 144버전 : 1.2출시 날짜: 2020-05-19 00:37:30최소 스크린: SMALL지원되는 CPU:
패키지 ID: appinventor.ai_cempehlivan92.Arduino_Sesli_KontrolSHA1 서명: 35:D6:27:DE:F8:71:82:79:86:4E:04:27:A0:F1:77:8A:8C:6B:E4:52개발자 (CN): cempehlivan92@gmail.com단체 (O): AppInventor for Android로컬 (L): 나라 (C): US주/시 (ST):

Arduino Voice Control의 최신 버전

1.2Trust Icon Versions
25/5/2018
144 다운로드3 MB 크기
다운로드

동일 카테고리의 앱

좋아할 만한 것...