ble2peripheral

  1. L

    iOS Question how to set the uuid and characteristics as nordic uart for an ios ble peripheral?

    Hello, i would like to set the UUID to "6e400001-b5a3-f393-e0a9-e50e24dcca9e" (Nordic UART Service) for an iphone working as Ble peripheral. The Characteristics for read "6e400003-b5a3-f393-e0a9-e50e24dcca9e" and write "6e400002-b5a3-f393-e0a9-e50e24dcca9e" should also be set. Does anyone have...
  2. G

    Android Question BLE - Heart Rate Monitor does not send data

    Hi, I have the same problem as in this post; https://www.b4x.com/android/forum/threads/connect-to-ble-heart-rate-monitor.142047/ The logs give me Service_Create StateChanged: 12 Manager.Scan but nothing else. I am calling the class from the main module, re-started all the devices, disabled...
  3. Rick in North Carolina

    Android Question Ble2Peripheral - default TX power and advertising interval for peripheral?

    Hi Erel, This library is great for a project I am doing. 2 questions related to peripheral mode: is the default TxPower at maximum? is the advertising interval at 100msec? If not, could these parameters be added to the library? (from Beacon Builder docs - setTxPower(int txPower) ) Thanks, Rick
Top