Using BLE_router example for receiving data over BLE and send it over a Mobile app
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-01-22 5:09 AM - last edited on 2025-02-26 1:47 AM by STTwo-32
I am using the STM32WB P-Nucleo board for my development and I want to implement a process to read data from 5 End devices and send it a mobile app. And as per the example given I am able to read and write data and get the update as well on ST BLE Tool app. But in the example data size is very small like getting status of LED and Button press.
But in my case I have to send data in very fast nearly 1000 Bytes in per seconds. but in BLE_router example when I implemented this logic , then I faced some missing data. I have verified it via maintaining the Frame Id kind-off logic.
But in case of using BLE_client example code - everything is working fine with the above data rate and no loss in frames as well.
May I know what could be the possible issue and how I can resolve this .
- Labels:
-
BLE
-
STM32WB series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-02-26 5:31 AM
Hello @sarveshdhar
Could you please try to modify the Link layer parameters according to the paragraph 8.6.9 of the AN5289.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
