Arduino Voice Control

Arduino Voice Control

Cem PEHLİVAN
Feb 28, 2018
  • 2.8 MB

    Ukuran file

  • Android 2.1+

    Android OS

Tentang Arduino Voice Control

Kirim perintah suara Arduino Anda melalui Bluetooth. respon suara!

Kirim Arduino Anda melalui Bluetooth, perintah suara, dan merespon kembali untuk menyelesaikan dengan Serial.print. Anda akan menerima tanggapan Anda keras dari perangkat mobile Anda!

Arduino Contoh Code (Kode Arduino Contoh):

ReadString String = "";

# define LED 13 //

kekosongan setup () {

  Dalam pinmo (LED, OUTPUT);

  digitalwrit (LED, LOW);

  Serial.beg yang (9600);

}

kekosongan lingkaran () {

  sementara (Serial.availabl A ()) {

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

    ReadString + = c;

  }

  jika (readstring.length ()> 0) {

    jika (ReadString == "membuka") {

      digitalwrit (LED, TINGGI);

      Serial.print ( "dibuka");

    }

    lain jika (ReadString == "off") {

      digitalwrit (LED, LOW);

      Serial.print ( "tertutup");

    }

    lain jika (ReadString == "sangat sedikit rumah") {

      // perhitungan derajat pengolahan dan sebagainya.

      Serial.print ( "rumah sekarang 21 derajat");

    }

    lain jika (ReadString == "berbahasa Inggris") {

      Serial.print ( "Hai, apa kabar?");

    }

    else {

      Serial.print ( "Aku tidak mengerti.");

    }

    ReadString = "";

  }

  delay (100);

}

Tampilkan Selengkapnya

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!
Tampilkan Selengkapnya

Video dan tangkapan layar

  • Arduino Voice Control untuk Trailer Android resmi
  • Arduino Voice Control screenshot 1
  • Arduino Voice Control screenshot 2
  • Arduino Voice Control screenshot 3
  • Arduino Voice Control screenshot 4

Versi lama Arduino Voice Control

ikon APKPure

Pengunduhan Super cepat dan aman melalui aplikasi APKPure

Sekali klik untuk menginstal file XAPK/APK di Android!

Unduh 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