<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Large amounts of data over UART</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25459/large-amounts-of-data-over-uart</link><description>I&amp;#39;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&amp;#39;m using printf statements but that starts to break down around 500Hz. 
 Does anyone have a suggestion as to how to get that</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 25 Sep 2017 23:34:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25459/large-amounts-of-data-over-uart" /><item><title>RE: Large amounts of data over UART</title><link>https://devzone.nordicsemi.com/thread/100345?ContentTypeID=1</link><pubDate>Mon, 25 Sep 2017 23:34:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a270d577-f7f8-4ff8-9f9e-f6b5c8fcc44b</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;I think the UART driver from the &lt;a href="https://github.com/I-SYST/EHAL"&gt;EHAL libray&lt;/a&gt; can handle that.  It can stream at 1 MBaud.  look for UartRetarget example for use with printf but printf is slow.  The uart drive has a printf of it&amp;#39;s own which is faster too.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>