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

Sending bulk sensor data to PC via BLE, would BLE UART be the best way?

Hey! I am very new to the NRF52 environment, and have just started tinkering with the BLE capabilities. For my project I need to send 5 Kbytes of sensor data as fast as possible to a pc which would later process this data. Looking around in this forum I see that I essentially have two options, create a custom service or use the BLE UART capabilities to send the data to another NRF52 and send it to the PC via UART. Is their any general recommendation on which route I should take, particularly for speed? Thank you for your time!

Related