Full Bluetooth Keyboard

Full Bluetooth Keyboard

JSands
2019年11月29日
  • 3.7 MB

    ファイルサイズ

  • Android 4.3+

    Android OS

この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 スクリーンショット 1
  • Full Bluetooth Keyboard スクリーンショット 2
  • Full Bluetooth Keyboard スクリーンショット 3
APKPure アイコン

APKPureアプリで超高速かつ安全にダウンロード

Android で XAPK/APK ファイルをワンクリックでインストール!

ダウンロード 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