<?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>Problem about the max count for the nRF52840-Dongle.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/53761/problem-about-the-max-count-for-the-nrf52840-dongle</link><description>Hi Dear Team, 
 I am using the nRF52840-Dongle and pc-ble-driver-py-0.12.0 for the ble development, while I encounter a problem about the max connection per device. 
 I use the nRF52840-Dongle to connect to multi-end in parallel, but usually if I have</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 05 Dec 2019 13:48:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/53761/problem-about-the-max-count-for-the-nrf52840-dongle" /><item><title>RE: Problem about the max count for the nRF52840-Dongle.</title><link>https://devzone.nordicsemi.com/thread/223932?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2019 13:48:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87f6c6db-6f26-4936-82ec-ff9c776e30c5</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Connection count and event length are GAP configurations, not GATT configurations. You can set GAP configurations like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="python"&gt;gap_cfg = BLEConfigConnGap()
gap_cfg.conn_count = 8
gap_cfg.event_length = 8
self.adapter.driver.ble_cfg_set(BLEConfig.conn_gap, gap_cfg)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem about the max count for the nRF52840-Dongle.</title><link>https://devzone.nordicsemi.com/thread/218495?ContentTypeID=1</link><pubDate>Tue, 05 Nov 2019 10:10:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99d1af2b-6e7e-4888-acdc-98a38c5f7bdf</guid><dc:creator>kevinlei</dc:creator><description>&lt;p&gt;Hi, may I get the suggestion about this issue? Thank you very much!!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem about the max count for the nRF52840-Dongle.</title><link>https://devzone.nordicsemi.com/thread/217865?ContentTypeID=1</link><pubDate>Fri, 01 Nov 2019 03:00:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17e2879c-289c-4d8e-8008-997de89584e8</guid><dc:creator>kevinlei</dc:creator><description>&lt;p&gt;I am sorry to rush, what about the solution for the connectivity extension? Thank you very much&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem about the max count for the nRF52840-Dongle.</title><link>https://devzone.nordicsemi.com/thread/217423?ContentTypeID=1</link><pubDate>Wed, 30 Oct 2019 02:37:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d43f402e-71af-48a2-91c7-e69a8db3b782</guid><dc:creator>kevinlei</dc:creator><description>&lt;p&gt;Thank you for your efforts, I am looking forward your reply. Thanks a lot.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem about the max count for the nRF52840-Dongle.</title><link>https://devzone.nordicsemi.com/thread/217364?ContentTypeID=1</link><pubDate>Tue, 29 Oct 2019 14:45:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd655cf1-bff4-4f78-9175-f9e3f096435f</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The connectivity firmware should be capable of higher connection counts than 3, but configuring the number of connections cannot be done the way that you tried with gatt_cfg. Unfortunately I have not figured out how to do it from pc-ble-driver-py yet, but hopefully I can get back to you with a solution in a day or two.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>