このFull Bluetooth Keyboardについて
フルBluetoothキーボードは、Bluetooth経由で任意のキャラクターを送信します
フルBluetoothキーボードは、ArduinoまたはRaspberrypiプロジェクトと通信するように設計されています。
フルBluetoothキーボードは、BluetoothHC-05またはHC-06を使用してArduinoまたはRaspberryPiプロジェクトに数字や文字を送信するのが非常に簡単です。
新しいバージョンでは、ユーザーはスキャンデバイスまたはペアリングされたデバイスのどちらが必要かを選択できます。スキャンモードで問題が発生した場合は、モバイル設定でBluetoothデバイスをペアリングしてから、アプリを開くことをお勧めします。
**使い方**
-フルBluetoothキーボードアプリケーションに入り、[スキャン]ボタンをクリックします
Bluetoothデバイスを選択します(数秒待つ必要があります)
-アプリケーションがエラーメッセージなしでキーボードに戻ると、データを送信する準備ができています。
#include
SoftwareSerial bluetooth(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());
}
何か問題があれば、私に連絡してください。私がお手伝いします。
楽しい
最新バージョン 11.0 の更新情報
Last updated on 2019年11月29日
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 MB2019年11月29日
Full Bluetooth Keyboard 10.0
3.7 MB2019年10月02日
Full Bluetooth Keyboard 9.0
3.7 MB2019年09月30日
Full Bluetooth Keyboard 8.0
3.4 MB2019年09月29日