ble-x-nucleo-idb0xa1
ble-x-nucleo-idb0xa1 copied to clipboard
port of BLE_API to ST BLE shield
Hi. My name is Verena Ebert, and I am a PhD student at the University of Stuttgart in Germany. A few months ago, I have examined 90 GitHub projects to...
Hi. My name is Verena Ebert, and I am a PhD student at the University of Stuttgart in Germany. A few months ago, I have examined 90 GitHub projects to...
Hi, I'm trying to use this library on a custom target using STM32F427 and running mbed-os-5.15, I did everything the documentation says, that is adding the following to my target...
This PR fix reporting of notification and indication.
about 100ms about 100ms [1 data]-interval -[2 data]-interval-[3 data] -------------- First data and second data of interval is about 100ms by BLE. How to reduce the interval in each data...
The succeed log ``` *****WRITE CAS BlueNRGGattServer::getCharacteristicFromHandle()>>Attr Handle received 2 handle(0)=1 handle(1)=1 handle(2)=1 handle(3)=2 Found Characteristic Properties 0xc (handle=22 handle_1=24 updating bleCharacteristic valueHandle=23, corresponding serviceHandle=21 len=20 EVT_BLUE_GATT_WRITE_PERMIT_REQBlueNRGGattServer::getCharacteristicFromHandle()>>Attr Handle received 2...
Hello, I wanted to add some security to my device but it seems that the security manager is not handled yet in this repository. Is it planed to add it...
After reset EddystoneObserver sometimes works sometimes not . If I replace wait_us() with wait_ms() in reset() function then it always works. ``` sed -i -e 's/wait_us/wait_ms/' ./shields/TARGET_ST_BLUENRG/source/BlueNRGDevice.cpp ``` Output with...
It would be more flexible to have configurable pins instead of hardcoded pins because: - IDB0XA1_D13_PATCH is confusing - there are other alternate pins on [X-NUCLEO-IDB05A1](https://developer.mbed.org/components/X-NUCLEO-IDB05A1-Bluetooth-Low-Energy/) (CS, IRQ) - custom...