<?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>UART Example, timed messages.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/7789/uart-example-timed-messages</link><description>By combining some examples, I&amp;#39;m starting to understand how the UART examples works. 
 Using Keil 8.0.0, and the PCA10003 Board, I&amp;#39;m trying to send a burst of messages over the ble, to look at throughput and delay. 
 Ideally, I&amp;#39;d want as much timer precision</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 06 Jul 2015 13:27:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/7789/uart-example-timed-messages" /><item><title>RE: UART Example, timed messages.</title><link>https://devzone.nordicsemi.com/thread/27741?ContentTypeID=1</link><pubDate>Mon, 06 Jul 2015 13:27:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:732cab9b-afec-4293-af56-b9887d91bcac</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Perhaps the answer in &lt;a href="https://devzone.nordicsemi.com/question/17926/how-should-i-increase-the-throughput-of-my-ble-application/?answer=17954#post-id-17954"&gt;this thread&lt;/a&gt; could give you some hints.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART Example, timed messages.</title><link>https://devzone.nordicsemi.com/thread/27740?ContentTypeID=1</link><pubDate>Mon, 29 Jun 2015 15:50:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0648542-88cd-4608-92d8-8bc778173d34</guid><dc:creator>Kjern</dc:creator><description>&lt;p&gt;That would be it, yes. Ideally I want to be able to measure the delay as well, but at the moment, I think parsing the log of the Master Control Panel will be my primary method of gathering arrival timing. I&amp;#39;m guessing I&amp;#39;ll have a fairly accurate delay measurement if I send some sort of timing ping over the UART of the sender to my computer, and comparing the two arrival times.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve &amp;quot;solved&amp;quot; my issue of only sending 8 messages, by using the following as the main loop.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;for (;;)
{
			if(m_is_sending_data)
			{
				data_send();
			}
			else {
				power_manage();
			}
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The sender then transmits a fixed amount of packages. And I&amp;#39;m trying to see how different distances/environments affect the troughput and the delay.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART Example, timed messages.</title><link>https://devzone.nordicsemi.com/thread/27739?ContentTypeID=1</link><pubDate>Thu, 25 Jun 2015 11:33:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f34a1b4b-d952-4857-9780-e0f082d104b6</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi Kjern&lt;/p&gt;
&lt;p&gt;I do not fully understand what your goal is. Is it to maximize throughput and minimize delay? Perhaps you can clarify so I can be more accurate in my response.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>