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

Large amounts of data over UART

I'm trying to sample the 4 of the analog inputs on the nrf51822 at upwards of 10kHz and get the data out some how. Currently I'm using printf statements but that starts to break down around 500Hz.

Does anyone have a suggestion as to how to get that much data out over the serial interface?

Related