Dear Sir or Madam,
I have a Nrf52840 device that needs to send 45k Bytes per second over BLE to another Nrf52840 central device.
I use the NUS UART profile from SDK 17.1.0 in the device to send 244 bytes every 10 milliseconds
To connect to the device, I use the UART central example from SDK 17.1.0 and transmit the data over USB CDC to a PC, I implemented the USB in the project.
All works well when the packet send rate is 50 milliseconds; however, when I attempt to increase the speed to 10 milliseconds per pack, I lose packages
Could you please advise what I can do in order to avoid losing packages?
Shimon