Posted on September 13, 2017 at 11:59Where can I find the error codes? I have BlueNRG-MS Bluetooth® LE stack application command interface (ACI). There Aci_Gap_Create_Connection has only three return values:0x00 SUCESS0x12 INVALID PARAMETER0x0C DIS...
Posted on August 22, 2017 at 16:18https://developer.mbed.org/teams/ST/code/BLE_LEDBlinker_IDB0XA1/docs/tip/main_8cpp_source.html You can take this code to start. Instead of connect to the device you can print/save/... advertising data.
Posted on December 09, 2016 at 13:440x02 0x00 0x00 0x00 0x00 means that the controller needs some time to initialize buffers.Try sending header again until buffers are initialized.CS_HIghWait(1ms)CS_LowSending header--> get Buffer Sizeif(buffer > 0)...