Full Bluetooth Keyboard 정보
풀 블루투스 키보드는 블루투스를 통해 모든 문자를 보냅니다
Full Bluetooth Keyboard는 Arduino 또는 Raspberry pi 프로젝트와 통신하도록 설계되었습니다.
Full Bluetooth Keyboard는 Bluetooth HC-05 또는 HC-06을 통해 Arduino 또는 Raspberry Pi 프로젝트에 숫자 나 문자를 전송하는 것이 매우 간단합니다.
새 버전에서 사용자는 스캔 장치 또는 페어링 된 장치를 선택할 수 있습니다. 스캔 모드에 문제가있는 경우 모바일 설정을 통해 Bluetooth 장치를 페어링 한 다음 de App을 여는 것이 좋습니다.
**사용하는 방법**
-전체 블루투스 키보드 애플리케이션을 입력하고 "스캔"버튼을 클릭합니다.
블루투스 장치를 선택합니다 (몇 초 동안 기다려야 함).
-애플리케이션이 오류 메시지없이 키보드로 돌아 오면 데이터를 보낼 준비가 된 것입니다.
#include
SoftwareSerial 블루투스 (6, 7); // RX TX
void setup () {
Serial.begin (57600);
bluetooth.begin (57600);
}
void loop () {
if (bluetooth.available ())
Serial.write (bluetooth.read ());
if (Serial.available ())
bluetooth.write (Serial.read ());
}
문제가있을 경우 저에게 연락하시면 도와 드리겠습니다.
즐겨
What's new in the latest 11.0
Last updated on Nov 29, 2019
Minor bug fixes and improvements. Install or update to the newest version to check it out!
Full Bluetooth Keyboard의 오래된 버전
Full Bluetooth Keyboard 11.0
3.7 MBNov 29, 2019
Full Bluetooth Keyboard 10.0
3.7 MBOct 2, 2019
Full Bluetooth Keyboard 9.0
3.7 MBSep 30, 2019
Full Bluetooth Keyboard 8.0
3.4 MBSep 29, 2019