STM32WB55RGV6 (BLE notificaiton stuck)
I want to notify data from ble server(my own board) to ble client (usb dongle).
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-10-29 12:17 AM
Connection interval: 10ms, notify payload: 240 bytes. The usb dongle will output some data and then get stuck.
Connection interval: 20ms, notify payload: 240 bytes. The usb dongle will output more data and then get stuck.
Connection interval: 50ms, notify payload: 240 bytes. The usb dongle is ok.
What is the reason for this?
Labels:
- Labels:
-
BLE
-
STM32WB series
-
USB
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-11-09 2:25 AM
Hello,
How did you manage your flow for sending notification? Did you manage the case of insufficient resources from BLE stack like in BLE_DataThroughput example (see BLE_STATUS_INSUFFICIENT_RESOURCES)?
Best Regards
