[Help me] The Data rate of communication between the PC and the dongle (or any other device)

Hello,

I am programming BLE with the nRF52840-DK. [Toolchain Manager: v1.3.0, IDE: Visual Studio Code (VSCode), SDK: ncs v2.6.0 ]

I used UART for communication between the PC and Dongle(nRF52840-dk), but the maximum data rate is 1 Mbps, which seems too slow. (The data comes from another nRF52840 via BLE, and since it is sensor data, it has a large size.) Therefore, we require a data rate of 2 Mbps for communication between the PC and the dongle (or any other device).

I'm okay with using additional hardware if necessary. Is there a way to increase the data rate between the PC and Dongle to around 2 Mbps?

Related