2025-01-22 05:09 AM
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 .