<?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>S130 max concurrent central connections</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6379/s130-max-concurrent-central-connections</link><description>I am developing an application where a repeater unit connects to a number of other units, gets some info, aggregates it and broadcasts it as a peripheral unit (in a tree structure, the consolidated readings are propagated all the way up to a main receiver</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 20 Apr 2015 07:28:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6379/s130-max-concurrent-central-connections" /><item><title>RE: S130 max concurrent central connections</title><link>https://devzone.nordicsemi.com/thread/22242?ContentTypeID=1</link><pubDate>Mon, 20 Apr 2015 07:28:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e45dde6-cd99-43ef-8ec7-5cd78a52085c</guid><dc:creator>Cetin Mericli</dc:creator><description>&lt;p&gt;I see, thanks a lot Hung.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S130 max concurrent central connections</title><link>https://devzone.nordicsemi.com/thread/22241?ContentTypeID=1</link><pubDate>Mon, 20 Apr 2015 07:20:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b71cc263-96de-4654-90d9-497060b62de7</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Cetin: I don&amp;#39;t think there is any way to do that, strict timing needed to keep a connection. It&amp;#39;s not possible to keep that when we disable and re-enable the softdevice.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S130 max concurrent central connections</title><link>https://devzone.nordicsemi.com/thread/22240?ContentTypeID=1</link><pubDate>Thu, 09 Apr 2015 14:46:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c061eab7-6b3c-44af-bb99-935c7c29dc07</guid><dc:creator>Cetin Mericli</dc:creator><description>&lt;p&gt;Hi Ulrich,&lt;/p&gt;
&lt;p&gt;Thanks for the reponse. I thought of that alternative. In the worst case it could be a fallback but the fact that you should be able to orchestrate 8 peripheral connections, disconnect, connect as a peripheral, and repeat the prcess is probably not very power friendly (I forgot to write but the system has to operate for a prolonged period when installed).&lt;/p&gt;
&lt;p&gt;If there were a way of saving and resuming the soft device state (similar to the activation record concept in programming languages), things could have been slightly easier.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S130 max concurrent central connections</title><link>https://devzone.nordicsemi.com/thread/22239?ContentTypeID=1</link><pubDate>Thu, 09 Apr 2015 10:11:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c138b40-c3c3-45e1-9e29-580c038dd2d2</guid><dc:creator>Ulrich Myhre</dc:creator><description>&lt;p&gt;The S120 2.0.0 has both a central and a peripheral included, but you cannot run both concurrently like with S130.&lt;/p&gt;
&lt;p&gt;With the S120, you should be able to enable the SoftDevice as a (8-link) central, aggregate data, then disable the SoftDevice and enable it as a peripheral (S110-like). You are then able to broadcast any data you have saved, although all states and data related to the SoftDevice will be reset when disabling/enabling the SoftDevice.&lt;/p&gt;
&lt;p&gt;Could this potentially solve your problem?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S130 max concurrent central connections</title><link>https://devzone.nordicsemi.com/thread/22237?ContentTypeID=1</link><pubDate>Tue, 07 Apr 2015 11:06:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f86a97a-fcb9-4f58-885e-fe160242afa5</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Cetin:&lt;/p&gt;
&lt;p&gt;I am not sure which could be easier, both approaches will have to deal with scheduling the manual connection event, 8 centrals links with 20ms interval will occupies the whole timeslot for radio. So the connection interval should be &amp;gt;20ms if you want to add a peripheral link in. Also, I don&amp;#39;t think you would be able to support 6 packets per connection interval on the peripheral link.&lt;/p&gt;
&lt;p&gt;There is no official information on the limiting factor on S130 that limit it to 3 central links. So I can&amp;#39;t expose anything about that here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S130 max concurrent central connections</title><link>https://devzone.nordicsemi.com/thread/22238?ContentTypeID=1</link><pubDate>Tue, 07 Apr 2015 06:03:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26255032-8ffa-4c62-a854-8f86ea703f74</guid><dc:creator>Cetin Mericli</dc:creator><description>&lt;p&gt;Thanks a lot, Hung!&lt;/p&gt;
&lt;p&gt;Should I implement my own central role or should I use S120 and try to implement a peripheral role on the side (I&amp;#39;m not sure if that would be possible or not).&lt;/p&gt;
&lt;p&gt;Also, what exactly is the limiting factor in S130 that makes it difficult to support more than 3 concurrent connections?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S130 max concurrent central connections</title><link>https://devzone.nordicsemi.com/thread/22236?ContentTypeID=1</link><pubDate>Tue, 07 Apr 2015 03:30:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae0e7b9a-7b58-4f96-a7b1-4271def2a503</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Cetin: i) Yes, it&amp;#39;s true. S120 supports up to 8 central connections because it doesn&amp;#39;t have peripheral role as with S130.&lt;/p&gt;
&lt;p&gt;ii) Not much can be done to change that, at least for now. Future version of S130 may support more than 3 but that not what I can confirm.
What you can do now if you want is to implement your own central role using timeslot API, but I don&amp;#39;t think it&amp;#39;s would be very straight forward and simple task.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>