Arduino Bluetooth Voice Control

3.75 (13)

교육 | 3.3MB

기술

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);}
}

Show More Less

새로운 소식 Arduino Bluetooth Voice Control

New Release

정보

업데이트 날짜:

현재 버전: 1.0

필요한 Android 버전: Android 2.1 or later

Rate

Share by

당신은 또한 좋아할 수 있습니다