<?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>Using many NRF24L01 module without setting address</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/67274/using-many-nrf24l01-module-without-setting-address</link><description>Hi , 
 I am a beginner using nrf24l01 module and arduino. I need just to glow an led in the arduino module whenever other nrf24l01 module nearby( second nrf24l01module also needs to receive). This needs to be done irrespective of how many nrf module is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 16 Oct 2020 13:15:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/67274/using-many-nrf24l01-module-without-setting-address" /><item><title>RE: Using many NRF24L01 module without setting address</title><link>https://devzone.nordicsemi.com/thread/275379?ContentTypeID=1</link><pubDate>Fri, 16 Oct 2020 13:15:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed35659c-6bce-40c8-976f-6c965a71b2b3</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;How often is each nRF24L01 module sending a packet?&lt;/p&gt;
&lt;p&gt;The number of packet collisions depends on the number of modules in the area, but also how often they are sending. Sending often leads to shorter latency between the transmitter and receiver, but also increases the chance of packet collisions when you have multiple modules in the area.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You should expect occasional packet collisions if you have many modules in the area,&amp;nbsp;but hopefully your application is designed to allow the occasional lost packet?&lt;/p&gt;
&lt;p&gt;A tip when you want to support many transmitting devices in the same area is to try to randomize the packet interval between the different modules. This is important because it prevents the situation where two devices are continuously sending at exactly the same time, which can lead to consistent packet loss for one or two devices.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When you say you don&amp;#39;t need address, I assume you mean that all the modules are using the same address?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>