<?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>Challenges in Data Streaming (sample rate) from nRF53 to PC Under Poor Signal Conditions.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/104378/challenges-in-data-streaming-sample-rate-from-nrf53-to-pc-under-poor-signal-conditions</link><description>Hi Nordic team, 
 I would like to provide an overview of our system: 
 
 Interval: 10ms, slave latency: 0, supertimeout: 4S 
 Sampling and sending packets: 160 bytes (including a 2-byte counter) from nRF to PC. 
 128 packets/s 
 Under favorable and ideal</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 20 Oct 2023 10:13:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/104378/challenges-in-data-streaming-sample-rate-from-nrf53-to-pc-under-poor-signal-conditions" /><item><title>RE: Challenges in Data Streaming (sample rate) from nRF53 to PC Under Poor Signal Conditions.</title><link>https://devzone.nordicsemi.com/thread/451474?ContentTypeID=1</link><pubDate>Fri, 20 Oct 2023 10:13:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4604379f-413f-4076-8b1c-3fbd41ed32b2</guid><dc:creator>lammobile</dc:creator><description>&lt;p&gt;&lt;span&gt;By setting CONFIG_SYS_CLOCK_TICKS_PER_SEC to 1024 instead of 1000, I have resolved the issue. It has a slight time drift but within an acceptable range.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Challenges in Data Streaming (sample rate) from nRF53 to PC Under Poor Signal Conditions.</title><link>https://devzone.nordicsemi.com/thread/449431?ContentTypeID=1</link><pubDate>Tue, 10 Oct 2023 03:13:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9130803-d2b9-488e-afe8-987d4b5398a1</guid><dc:creator>lammobile</dc:creator><description>&lt;p&gt;Thanks a lot&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Challenges in Data Streaming (sample rate) from nRF53 to PC Under Poor Signal Conditions.</title><link>https://devzone.nordicsemi.com/thread/449421?ContentTypeID=1</link><pubDate>Mon, 09 Oct 2023 23:06:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:616c512e-395f-49db-a978-4817b50b9c42</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not really sure here, I&amp;#39;ll have to discuss this internally with someone that has more experience on this.&lt;/p&gt;
&lt;p&gt;Will get back to you as soon as I have some information to share.&lt;/p&gt;
&lt;p&gt;Br, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Challenges in Data Streaming (sample rate) from nRF53 to PC Under Poor Signal Conditions.</title><link>https://devzone.nordicsemi.com/thread/448910?ContentTypeID=1</link><pubDate>Thu, 05 Oct 2023 02:28:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c387961-68b2-43a4-84b3-5f2dae70ea18</guid><dc:creator>lammobile</dc:creator><description>&lt;div data-testid="conversation-turn-3"&gt;
&lt;div class="p-4 justify-center text-base md:gap-6 md:py-6 m-auto"&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div class="flex flex-grow flex-col gap-3 max-w-full"&gt;
&lt;div&gt;
&lt;div class="markdown prose w-full break-words dark:prose-invert dark"&gt;
&lt;p&gt;Inserting a 4-byte elapsed time (divided down to microseconds) is also an idea, but we are dealing with clock drift.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="flex justify-between empty:hidden lg:block"&gt;
&lt;div class="text-gray-400 flex self-end lg:self-center justify-center gizmo:lg:justify-start mt-2 gizmo:mt-0 visible lg:gap-1 lg:absolute lg:top-0 lg:translate-x-full lg:right-0 lg:mt-0 lg:pl-2 gap-2 md:gap-3"&gt;
&lt;div class="flex gap-1 gizmo:gap-3"&gt;&lt;pre class="ui-code" data-mode="text"&gt;start_time = k_uptime_get_32();
...
elapsed = k_uptime_get() - start_time;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>