User Activity

My STM32WB5MMG application interfaces with a GPS receiver. Ideally, what I would like to do is to update the RTC date/time every time I get a timepulse signal from the GPS, so that the RTC date/time is always as close as possible to GPS time. However...
In `ble_defs.h`, we have the following security permissions for attributes:/* Security permissions for an attribute */ #define ATTR_PERMISSION_NONE 0x00U /* No security. */ #define ATTR_PERMISSION_AUTHEN_READ 0x01U /* Need authenticatio...
My application is a BLE peripheral with no display and no keyboard. When idling, the device advertises once every 1-2.5 seconds. When the user presses the button on the device, it goes into "pairing mode" and starts advertising once every 80-100 ms.W...
I'm working on a BLE application which uses a pair of BLE characteristics to transfer packets of data (similar to a cable replacement service). I believe I have followed the recommendations in AN5289 8.6.9 to mazimize throughput.When I read packets f...
I'm having an oddly difficult time seeing how to do something quite simple. In older CubeMX projects, the `Adv_Request` function looked like this: static void Adv_Request(APP_BLE_ConnStatus_t NewStatus) { tBleStatus ret = BLE_STATUS_INVALID_PARAMS;...
Kudos given to