bluetooth b4a

  1. G

    Android Question BLE Central example does not run

    Hi, no success with my Xiaomi Band 6, working well with the app MiFit. The log, I do not know what else I can send to facilitate the analysis: Logger verbunden mit: samsung SM-A725F --------- beginning of crash --------- beginning of main --------- beginning of system *** Service (starter)...
  2. R

    Android Question HC-06 Bluetooth Async Buffer

    Hello Erel I have a WIT-motion device which give Roll/Pitch/Yaw data via bluetooth HC-06. 11 bytes, start with 0X55 with second byte as data type 0x53 is RPY. Byte 11 is CRC. This is not Prefix mode so I have used a ring buffer to find the data block. This code working but seems very slow...
  3. A

    Android Question Bluetooth scan only devices that have the same app

    Hello, I used Erel's example in Android Bluetooth / BluetoothAdmin Tutorial post: https://www.b4x.com/android/forum/threads/android-bluetooth-bluetoothadmin-tutorial.14768/ Does anybody know if there is a way (in Erel's chat example) to search only for devices that have the same app (Erel's...
  4. H

    Android Question Device unavailable in Android Bluetooth / BluetoothAdmin Tutorial

    I am running the example for Bluetooth connectivity between two android devices: https://www.b4x.com/android/forum/threads/android-bluetooth-bluetoothadmin-tutorial.14768 First I compiled program on my primary phone (ZTE Z981) and communicated with my PC (via its Bluetooth) . I can...
Top