B4A Library Customise your BLE GATT Service with BLE Peripheral 2 Enhanced - Peter Simpson    Feb 10, 2024   (24 reactions) BlePeripheral2Enhanced library.
Using this library, you can create your own custom BLE GATT Service or emulate... int number as the key and an array of bytes as the value.
BLE GATT primary service with multiple... B4A Question BLE GATT Server and GATT Client - walterf25    Oct 2, 2020 Hi All, i'm somewhat confused with these two terms.
I have a device which is essentially a BLE badge reader, according to the spec-sheet I need to implement a GATT server with own GATT service... B4A Question Wait For when reading BLE GATT descriptor - emexes    Jul 21, 2019 I am reading descriptors using the code from:
https://www.b4x.com/android/forum/threads/ble2-how-to-read-a-bluetooth-characteristic-descriptor.102483/#post-643594
but waiting for the response from the BLE device using polling:
https://www.b4x.com/android/forum/threads/ble2-how-to-read..., that will wait for a callback from the gatt.RunMethod("readDescriptor" request?... B4A Question Need to change MTU in BLE GATT BleCharacteristic - Erel (first post)    Sep 18, 2019 I recommend you to use BLE2 library.
Changing the MTU: https://www.b4x.com/android/forum/threads/need-to-change-mtu-in-ble-application-solved.101722/#post-638873... B4A Question Python Convert To B4A Language or Java - TILogistic (first post)    Oct 30, 2024 ? BLE GATT and Calculation CRC 16 https://www.b4x.com/android/forum/threads/customise-your-ble-gatt-service-with-ble-peripheral-2-enhanced.158056/#content https://www.b4x.com/android/forum/pages/results/?query=ble+gatt... B4A Library [B4X] BLE 2 - Bluetooth Low Energy - Erel    Jan 4, 2023   (30 reactions)   tags: Bluetooth, Bluetooth Low Energy, BLE This library replaces the previous BLE library. It is simpler to use and it is more powerful. Its API is based on B4i iBLE library which makes it easy to reuse B4i code. See the iBLE tutorial: https://www.b4x.com/android/forum/threads/ble-bluetooth-low-energy-library.46099/#content Tips &... characteristic. - BLE is only supported on Android 4.3+. See the attached example. Note that the important code in in the Starter service module. Edit: A new version of BLE_Example was uploaded... B4A Question Impacts from having your Google Play account closed - emexes (first post)    Aug 12, 2024   (1 reaction) but I didn't generate new UUIDs for the characteristics. What was wrong with the previous characteristic ids? Did they need to change? Did they change? As long as both sides of the BLE GATT connection agree on the ids, whatever they are, should all work fine. If not, then... nRF Connect app to the rescue! (as in: it can confirm that at least one side of the connection is working).... B4A Question Temprature reading - emexes (first post)    Aug 8, 2024 is there any code in B4A platform to deal with it ? If you mean: for that particular Bluetooth sensor model, then: probably not. I would expect that the live temperature reading would just be a standard read of a standard BLE GATT characteristic, which can be tested (no programming required) using nRF Connect app BLE utility program and then, presuming that it works there, coded up using the B4A "internal" BLE2 library.... B4R Question ESP32<->Android/iPhone without internet - fbritop (first post)    May 10, 2023 Well it will do for normal ESP development. But when you have a product, that is locked within an enclosure in a DIN Rail its kind of hard for the user. And the user is not an IT guy. I as thinking of BLE GATTs, I know I did something like than long time ago, based on ESP32, but it was with MongooseOS interpreter on the ESP... Wish Implementation of onPhyRead / onPhyUpdated in new/updated BLE2 library - OliverA    Mar 28, 2024 Using BluetoothGatt, the way to set the Phy is via setPrefferedPhy and to read the Phy is to use readPhy. Both methods communicate their results using callbacks via the BluetoothGattCallback. This wish is to expose the callbacks onPhyRead and onPhyUpdate. This would round out (actually implement every callback in BluetoothGattCallback) the already excellent updated BLE2 library.... Page: 1   2   3   4   5   6   7   |