Cover Image of ダウンロード Full Bluetooth Keyboard  APK

1.8/5 - 170 投票

ID: com.jsands.joaosantos.fullkeyboard

  • 著者:

  • バージョン:

    Varies with device

  • 更新:

今すぐAPKをダウンロード

の説明 Full Bluetooth Keyboard


Full Bluetooth Keyboard is designed to communicate with your Arduino or Raspberry pi project.

Full Bluetooth Keyboard is super simple to send numbers or any characters by Bluetooth HC-05 or HC-06 to your Arduino or Raspberry Pi project.

With the new version the user can choose if want scan devices or pared devices. If you have problems with scan mode, I recommend to pair your Bluetooth device through mobile settings and then open de App.


**HOW TO USE**
- Enter the Full Bluetooth Keyboard application and click "Scan" button
Select your bluetooth device (you need to wait a few seconds)
-When the application returns to the keyboard without error message, it is ready to send data.

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

If you have any problems, you can contact me and I'll help you.
Enjoy
もっと見せる
  • カテゴリー

    ツール
  • 乗る:

    Go Google Play com.jsands.joaosantos.fullkeyboard
  • 要件:

    Android Varies with device+

Full Bluetooth Keyboard Varies with device APK にとって Android Varies with device+

バージョン Varies with device にとって Android Varies with device+
更新 2022-06-18
インストール 50.000++
ファイルサイズ 3.870.863 bytes
権限 閲覧許可
新着情報

バージョン履歴:

もっと見せる
APKをヒット
もっと見せる