Arduino Bluetooth Voice Control icon

Arduino Bluetooth Voice Control

1.0 for Android
3.8 | 5,000+ Lượt cài đặt

Uncia Robotics

Mô tả của Arduino Bluetooth Voice Control

Using this app you can transmit integers, characters or strings using your voice. Click on the Bluetooth icon to connect with one of the paired devices. After a successful connection, you can click on the mic icon to speak the word or phrase.
You can use the following program in Arduino to read the phrase received in the serial monitor.
//copy the program from here
void setup() {
Serial.begin(9600);
}
void loop() {
if(Serial.available()>0)
{ String data = Serial.readStringUntil('
');
Serial.println(data);}
}

Tính năng Mới Arduino Bluetooth Voice Control 1.0

New Release

Thông tin bổ sung

  • Danh mục:
    Giáo dục
  • Phiên bản mới nhất:
    1.0
  • Đã cập nhật:
    2020-03-11
  • Kích thước:
    3.3MB
  • Yêu cầu:
    Android 2.1 or later
  • Nhà phát triển:
    Uncia Robotics
  • ID:
    appinventor.ai_ashishmarch12.Bluetooth_Voice
  • Available on: