hjavier Member Licensed User Longtime User Sep 30, 2013 #1 Is there documentation for the BLE Library?
Erel B4X founder Staff member Licensed User Longtime User Oct 1, 2013 #2 The documentation will be online soon. You can use one of the offline help apps to browse the XML documentation. Upvote 0
The documentation will be online soon. You can use one of the offline help apps to browse the XML documentation.
hjavier Member Licensed User Longtime User Oct 19, 2013 #3 Any word in the documentation I wanted to add an event when I press a button to read Characteristics Last edited: Oct 19, 2013 Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Oct 20, 2013 #4 It is available here: http://www.b4x.com/android/help/ble.html Upvote 0
hjavier Member Licensed User Longtime User Oct 21, 2013 #5 OK I am confused. I was able to read characteristics via "Sub BLE_CharacteristicRead (Success As Boolean, Characteristic As BleCharacteristic)" But if I were to press a button How would I read characteristics again? Upvote 0
OK I am confused. I was able to read characteristics via "Sub BLE_CharacteristicRead (Success As Boolean, Characteristic As BleCharacteristic)" But if I were to press a button How would I read characteristics again?
Erel B4X founder Staff member Licensed User Longtime User Oct 21, 2013 #6 You can store the map of services you received in the Connected event in a global variable and then work with it. Upvote 0
You can store the map of services you received in the Connected event in a global variable and then work with it.
A AtillaBilgic Member Licensed User Longtime User Jun 18, 2014 #7 how can I get RRSI value using BLE Library ? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jun 18, 2014 #8 The RSSI is currently not exposed in this library. Upvote 0
A AtillaBilgic Member Licensed User Longtime User Jun 18, 2014 #9 What else do you advise for this? free or not .. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jun 18, 2014 #10 Have you checked whether this library supports reading RSSI: http://www.b4x.com/android/forum/threads/bleextended.35545/#post-210895 ? Upvote 0
Have you checked whether this library supports reading RSSI: http://www.b4x.com/android/forum/threads/bleextended.35545/#post-210895 ?