<?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>Maximum number of elements(Peripherals) under advertise</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/30430/maximum-number-of-elements-peripherals-under-advertise</link><description>I am starting analysis for project of BLE Central device that is only receive broadcasting packet (advertise) from peripherals. 
 However, it’s unclear to me. I doubt will be worked scanning 1000 peripherals. 
 
 Status 
 - Number of Peripherals : 1000</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 12 Feb 2018 10:14:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/30430/maximum-number-of-elements-peripherals-under-advertise" /><item><title>RE: Maximum number of elements(Peripherals) under advertise</title><link>https://devzone.nordicsemi.com/thread/120538?ContentTypeID=1</link><pubDate>Mon, 12 Feb 2018 10:14:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:812d94e5-6ce9-401b-9697-8bb6c532549e</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I&amp;#39;m not sure how much data you have in these advertisements, but if they are full one packet will be:&lt;/p&gt;
&lt;p&gt;Preamble(1) + Access Address(4) +&amp;nbsp;ADV_NONCONN_IND PDU(39)&amp;nbsp;+ CRC(3) =&amp;nbsp;47 bytes = 376 bits&lt;/p&gt;
&lt;p&gt;And with 1Mbps this means that sending one packet takes 376us. So in 3 seconds a scanner can ideally receive 3s/376us = 7978 packets. I don&amp;#39;t know what this number is in practice though.&lt;/p&gt;
&lt;p&gt;But typically you are sending out 3 packets each time, one on each of the advertising channels. And the scanner rotates its scanning through the advertising channels. It is possible to configure the SoftDevice to only advertise on one channel (but this makes you more vulnerable to noise on that channel), but it is not possible for the SoftDevice to scan on one channel (this may come soon though). It may be possible to set up scanning on a single channel by using timeslot (please see &lt;a href="https://github.com/NordicPlayground/nRF51-multi-role-conn-observer-advertiser"&gt;this &lt;/a&gt;example on GitHub).&lt;/p&gt;
&lt;p&gt;I hope this helps a bit in your statistical analysis of the feasibility of this.&lt;/p&gt;
&lt;p&gt;You could also try to do some simulations with fewer devices, just let them advertise more often, and see how many packets you are able to receive.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>