<?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>Advertiser and new connection makes data transmission speed slower.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/93260/advertiser-and-new-connection-makes-data-transmission-speed-slower</link><description>Hello All, 
 I have a problem when I build my project from sample central_uart &amp;amp; peripheral_uart . 
 I have two nrf5340 called A and B . B scans the broadcast to A to establish a connection. Then A sends data to B which the speed could reach 1.2Mbps </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 27 Oct 2022 09:04:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/93260/advertiser-and-new-connection-makes-data-transmission-speed-slower" /><item><title>RE: Advertiser and new connection makes data transmission speed slower.</title><link>https://devzone.nordicsemi.com/thread/392773?ContentTypeID=1</link><pubDate>Thu, 27 Oct 2022 09:04:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07fe2297-1262-41d6-a92d-227e583b2165</guid><dc:creator>TGuanLa</dc:creator><description>&lt;p&gt;Thank you so much!&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertiser and new connection makes data transmission speed slower.</title><link>https://devzone.nordicsemi.com/thread/392767?ContentTypeID=1</link><pubDate>Thu, 27 Oct 2022 08:56:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ada4faf8-03bb-49f7-bb96-194e4eb4cd60</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Yes, there is. To maximize the throughout between the central (A) and the peripheral (B), you should ensure that B spends less time on other things like advertising and/or maintaining a connection with the phone (C) as well. So:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Increase the advertising interval (this is only relevant when advertising, not sure if you do that when you have established the second connection).&lt;/li&gt;
&lt;li&gt;Use a longer connection interval on the second connection (between the peripheral B and phone C).&lt;/li&gt;
&lt;li&gt;Use a&amp;nbsp;shorter event length on the second connection (between the peripheral B and phone C).&lt;/li&gt;
&lt;li&gt;Use slave latency&amp;nbsp;on the second connection (between the peripheral B and phone C).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Note that it is the central that decides the connection parameters, but you can configure the nRF with the&amp;nbsp;preferred parameters, and&amp;nbsp;most recent SDK examples will then request a connection parameter update with those parameters.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertiser and new connection makes data transmission speed slower.</title><link>https://devzone.nordicsemi.com/thread/392744?ContentTypeID=1</link><pubDate>Thu, 27 Oct 2022 07:10:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d293a92-8e5f-43b1-9ea1-feb373305008</guid><dc:creator>TGuanLa</dc:creator><description>&lt;p&gt;Thank you for your answer.&lt;/p&gt;
&lt;p&gt;Is there any way to improve the data transmission speed of A and B when B has two connections?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertiser and new connection makes data transmission speed slower.</title><link>https://devzone.nordicsemi.com/thread/392669?ContentTypeID=1</link><pubDate>Wed, 26 Oct 2022 14:13:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1abb7ad1-8f13-4e90-9c21-688cfd413b23</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There is only a single radio, and it cannot receive and transmit at the same time. So when the peripheral advertises, that means that there less time for the connection (how much less depends on the advertising interval). Similarly, when your phone connects to the peripheral (B), it now has two connections, and there is even less time for the connection with A. Moreover, these are not synchronized as a peripheral has no influence over this, so here might be quite a lot of overlaps/collision of the connection events with the two connections.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>