This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Send multiple nus packages once

Hi

I using nrf52832 to implement a high throughput transmit sensor raw data. I found post here talk about send multiple-packages once. I also found this, but I couldn’t compile on keil c and test it. Does any sample project for this? A simple ble uart send muti-packages once sample project or guide.

Thanks

Parents
  • Did you see the ble_app_att_mtu_throughput example in sdk 14.2? nRF5_SDK_14.2.0_17b948a\examples\ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput i.e. look at the settings for connection event length connection interval mtu size etc. For maximum throughput you will have to modify the NUS example. do you need uart in addition, or are you only looking for ble throughput?

Reply
  • Did you see the ble_app_att_mtu_throughput example in sdk 14.2? nRF5_SDK_14.2.0_17b948a\examples\ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput i.e. look at the settings for connection event length connection interval mtu size etc. For maximum throughput you will have to modify the NUS example. do you need uart in addition, or are you only looking for ble throughput?

Children
No Data
Related