Arduino Voice Control

Arduino Voice Control

Cem PEHLİVAN
Feb 28, 2018
  • 2.8 MB

    Dung lượng tệp

  • Android 2.1+

    Android OS

Giới thiệu về Arduino Voice Control

Gửi lệnh bằng giọng nói Arduino của bạn thông qua Bluetooth. phản ứng bằng giọng nói!

Gửi Arduino của bạn thông qua Bluetooth, các lệnh bằng giọng nói, và phản ứng trở lại để kết thúc với Serial.print. Bạn sẽ nhận được trả lời của bạn to lên từ điện thoại di động của bạn!

Arduino Ví dụ Code (Bộ Luật Arduino Ví dụ):

ReadString String = "";

#define LED 13 //

khoảng trống setup () {

  Trong pinmo (LED, OUTPUT);

  digitalwrit (đèn LED, LOW);

  Serial.beg sự (9600);

}

khoảng trống loop () {

  while (Serial.availabl A ()) {

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

    ReadString + = c;

  }

  if (readstring.length ()> 0) {

    if (ReadString == "mở") {

      digitalwrit (đèn LED, CAO);

      Serial.print ( "mở");

    }

    else if (ReadString == "off") {

      digitalwrit (đèn LED, LOW);

      Serial.print ( "khép kín");

    }

    else if (ReadString == "rất ít nhà") {

      // xử lý tính toán mức độ và vân vân.

      Serial.print ( "nhà bây giờ 21 độ");

    }

    else if (ReadString == "nói tiếng Anh") {

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

    }

    else {

      Serial.print ( "Tôi không hiểu bạn.");

    }

    ReadString = "";

  }

  chậm trễ (100);

}

Hiển thị nhiều hơn

What's new in the latest 1.2

Last updated on 2018-03-01
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!
Hiển thị nhiều hơn

Video và ảnh chụp màn hình

  • Arduino Voice Control cho Trailer Android chính thức
  • Arduino Voice Control ảnh chụp màn hình 1
  • Arduino Voice Control ảnh chụp màn hình 2
  • Arduino Voice Control ảnh chụp màn hình 3
  • Arduino Voice Control ảnh chụp màn hình 4

Thông tin APK Arduino Voice Control

Phiên bản mới nhất
1.2
Danh mục
Công cụ
Android OS
Android 2.1+
Dung lượng tệp
2.8 MB
Nhà phát triển
Cem PEHLİVAN
Tải APK an toàn và nhanh chóng trên APKPure
APKPure sử dụng xác minh chữ ký để đảm bảo tải APK miễn phí virus cho Arduino Voice Control.

Phiên bản cũ của Arduino Voice Control

APKPure biểu tượng

Tải xuống siêu nhanh và an toàn thông qua Ứng dụng APKPure

Một cú nhấp chuột để cài đặt các tệp XAPK/APK trên Android!

Tải về APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies