2024-11-12 01:35 AM - last edited on 2024-11-28 12:52 AM by Peter BENSCH
Hello all,
I'm trying to send 160 2-byte samples through the BLE platform each 10ms ( total bitrate of 256kbps ) to a single peer.
I have been trying to modify the code for the HeartRate example project provided by the STM32 to achieve this rate.
However, the fastest that I can send the data through this platform is packets of 20 bytes each 10ms through notify.
Now my question is that since the nominal rate for the BLE for this board is about 304kbps and my base project is the HeartRate example:
- Is this rate achievable?
- How exactly can I approach this?
Appreciate all the help that I can get.