<?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>BLE client with up to 100 PAIRED devices</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64463/ble-client-with-up-to-100-paired-devices</link><description>Hello! 
 A possible great customer requests us to develop an application where: some devices are activated upon connection with up to 100 BLE keys. 100 BLE Paired devices 
 
 The BLE security level must be MODE 1, LEVEL 3 or 4 (they ask) 
 Beyond these</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 27 Aug 2020 13:35:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64463/ble-client-with-up-to-100-paired-devices" /><item><title>RE: BLE client with up to 100 PAIRED devices</title><link>https://devzone.nordicsemi.com/thread/266764?ContentTypeID=1</link><pubDate>Thu, 27 Aug 2020 13:35:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f538b5d6-69f7-4cf5-b45a-8ba0b042f351</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;If the devices are bonded both devices have stored their pairing information and they will therefore not need to pair again. Pairing does take some time, but you only need to do it the first time if the devices are bonded.&lt;/p&gt;
&lt;p&gt;Once devices are bonded you can use directed advertisements to establish a connection, this does shorten the time needed to connect. The key variable here is the Peripheral&amp;#39;s Advertisement Interval and the Central&amp;#39;s Scan Window and Scan Intervall. If both run at 100% duty-cycle you will likely connect in less than 50ms, but it comes at a cost of higher energy consumption. You, therefore, need to trim the Advertising Interval, Scan Interval, and Scan Window according to your needs. If your needs are ~1s delay then you set an AI, SI, and SW to values that give you a maximum delay of 1s in say 95% of your use-cases.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Also note that you can trim AI, SI, and SW according to the given energy budgets of the two devices. If f.ex the Peripheral keyfob has a much lower energy budget than the Central lock, you can set the Advertising Interval low and Scan Interval and Scan Window high and still get the required latency.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE client with up to 100 PAIRED devices</title><link>https://devzone.nordicsemi.com/thread/266427?ContentTypeID=1</link><pubDate>Wed, 26 Aug 2020 09:51:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2fecaa17-0d88-400a-9580-94dfda6002fc</guid><dc:creator>luigino55</dc:creator><description>&lt;p&gt;Sorry I forgot an important question: about the same design, the customer asks a maximum time delay of 1000mS from the moment the user activates the key fob (pwr on, startup etc..)&amp;nbsp; and the remote door lock opening!&lt;/p&gt;
&lt;p&gt;Even though I&amp;#39;m not experienced with Ble Pairing, I think it&amp;#39;ll take more time.&lt;/p&gt;
&lt;p&gt;But: do you think that in case of Bonded devices that period could be&amp;nbsp;respected?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards, Luigi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE client with up to 100 PAIRED devices</title><link>https://devzone.nordicsemi.com/thread/266057?ContentTypeID=1</link><pubDate>Mon, 24 Aug 2020 16:07:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ba5786e-9694-4ca6-bfce-dc526512587a</guid><dc:creator>luigino55</dc:creator><description>&lt;p&gt;Ok Thanks&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;
&lt;p&gt;Luigi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE client with up to 100 PAIRED devices</title><link>https://devzone.nordicsemi.com/thread/266020?ContentTypeID=1</link><pubDate>Mon, 24 Aug 2020 14:10:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0cd13b3-fcc1-4559-8760-72ba1792f1e3</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;We will support any customer as best we can. In 85-90% of cases, we answer within 24H, regardless of who requests the support. Though we don&amp;#39;t work on weekends.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I suggest the customer get their hands on 2-4 nRF52840 DKs (PCA10056), and a few nRF52 dongles(PCA10059).&amp;nbsp;&lt;br /&gt;&lt;br /&gt;The nRF52840DK has as all the features of BLE 5.1 with the exception of direction-finding, for that you need the nRF52833 or nRF52811.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Mouser will have stock of our development kits and dongles. &amp;nbsp;&lt;br /&gt;&lt;br /&gt;I also suggest that you get in contact with our RSM for Italy, roger.pedersen@nordicsemi.no if you&amp;#39;ve not established a relationship yet. Our RSMs can answer many of your non-technical questions related to your project.&lt;br /&gt;&lt;br /&gt;See&amp;nbsp;&lt;span&gt;&lt;a title="nRF5 Getting Started" href="https://infocenter.nordicsemi.com/topic/struct_nrf5gs/struct/nrf5gs.html?cp=1"&gt;nRF5 Getting Started&lt;/a&gt;,&amp;nbsp;&lt;a title="Product development with nRF5 Series SoCs" href="https://infocenter.nordicsemi.com/topic/ug_getting_started/UG/gs/product_development.html?cp=1_0"&gt;Product development with nRF5 Series SoCs&lt;/a&gt;, and&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;a title="Software development Getting Started Guides" href="https://infocenter.nordicsemi.com/topic/struct_nrf5gs/struct/nrf5gs_sw_dev.html?cp=1_1"&gt;Software development Getting Started Guides&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE client with up to 100 PAIRED devices</title><link>https://devzone.nordicsemi.com/thread/265653?ContentTypeID=1</link><pubDate>Fri, 21 Aug 2020 07:01:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7e1348e-98ef-48b7-8331-bba9caf3e9fc</guid><dc:creator>luigino55</dc:creator><description>&lt;p&gt;Ok thanks for your reply!&lt;/p&gt;
&lt;p&gt;About pint 4. I was meaning one (or more) Nordic nRF... Project suited to start my application.&lt;/p&gt;
&lt;p&gt;Please notice that it&amp;#39;s some yaers we&amp;#39;re working with Cypress, but their stack only allows up to 4 bonden devices. So I think we need to turn to Nordic, but&amp;nbsp;here we need to enter your&amp;nbsp;development environment in a short period of time.....as you know the greatest difficulties are interfacing the stack properly, without wasting a lot of time.&lt;/p&gt;
&lt;p&gt;In other words, if we get our customer order, can you support us promptly with some starting project?&lt;/p&gt;
&lt;p&gt;If you agree, I&amp;#39;ll send you our customer needs in detail.&lt;/p&gt;
&lt;p&gt;Thanks a lot&lt;/p&gt;
&lt;p&gt;Have a nice day&lt;/p&gt;
&lt;p&gt;Luigi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE client with up to 100 PAIRED devices</title><link>https://devzone.nordicsemi.com/thread/262980?ContentTypeID=1</link><pubDate>Tue, 04 Aug 2020 11:45:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4485d194-61b1-40a0-a1d4-60c0fd4f9d96</guid><dc:creator>haakonsh</dc:creator><description>&lt;ol&gt;
&lt;li&gt;Yes, see&amp;nbsp;&lt;a title="Peer Manager" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/lib_peer_manager.html?cp=7_1_3_2_7"&gt;Peer Manager&lt;/a&gt;.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;There&amp;#39;s no predefined maximum limit in the Peer Manager, but there is a practical limit as each bond requires ~100 bytes of persistent storage. That means that you will have to reserve at least&amp;nbsp; ~10kB of flash for the bonds.&amp;nbsp;&lt;br /&gt;We have not tested the Peer Manager for 100 bonds so you should proceed with caution.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Yes, see&amp;nbsp;&lt;a title="Bootloader and DFU modules" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/lib_bootloader_modules.html?cp=7_1_3_5"&gt;Bootloader and DFU modules.&lt;br /&gt;&lt;br /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;What do you need?&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>