<?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>Max TX&amp;#39;s to one RX for nRF24L</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12979/max-tx-s-to-one-rx-for-nrf24l</link><description>Hi, I&amp;#39;m searching platform for my project.
I will need to send packets from big quantity of transmitters (nRF24LE1) to one reciever (nRF24L01), it will something like voting, in one time (+-1-2s) all transmitters send 1 packet to reciever with acknowledge</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 05 Apr 2016 14:55:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12979/max-tx-s-to-one-rx-for-nrf24l" /><item><title>RE: Max TX's to one RX for nRF24L</title><link>https://devzone.nordicsemi.com/thread/49463?ContentTypeID=1</link><pubDate>Tue, 05 Apr 2016 14:55:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8554b846-52eb-4dd5-aac9-4ddeba3b6242</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Eugene,&lt;/p&gt;
&lt;p&gt;Using 3 receivers could be a good idea, it would definitely help on the transmission rate. You may need to deal with synchronization between the 3 receivers (or more) but I guess it&amp;#39;s not a big deal.
We can do some rough calculation. The packet size is 5 bytes, you may want to add some more for security or packet sequencing, let&amp;#39;s say total 10 bytes. Then adding address and preamble, CRC we can get up to 20 bytes. For transmitting 20 bytes it would take 160us with  1Mbps. We will need to open an RX period on each channel to catch ACK also, let&amp;#39;s say 100us. So in total about 260us for one channel, 780us for 3 channels.&lt;/p&gt;
&lt;p&gt;So  by theory you can have up to 1200 transmission in 1 seconds. Of course we can&amp;#39;t get to that number, but I would expect you should be easy to manage to get data from all 32 devices in one second.&lt;/p&gt;
&lt;p&gt;The random delay should be chosen smart enough so that it won&amp;#39;t make the delay too long but not too short to interfere with other devices.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Max TX's to one RX for nRF24L</title><link>https://devzone.nordicsemi.com/thread/49462?ContentTypeID=1</link><pubDate>Tue, 05 Apr 2016 12:12:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1eb67a2-49f0-4898-9700-40209c87dcc4</guid><dc:creator>Eugene</dc:creator><description>&lt;p&gt;Hi, Hung Bui,
Thank You for so usefull information.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I need minimum 32 transmitters, but i want flexible solution with 200-300 transmitters in perspective&lt;/li&gt;
&lt;li&gt;Transmitters should be powered by batteries, so power consumption constraint&lt;/li&gt;
&lt;li&gt;There are no control of RF channels (wifi, BT, BLE, cellular 3g/4g)&lt;/li&gt;
&lt;li&gt;Transmitter should send : self number (1-32 or more) 1-3 bytes, data 1 byte, battery flag 1 byte = 5 bytes&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So first suggestion is intresting for me. Maybe preferable to use 3 or more receivers for each channel?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Max TX's to one RX for nRF24L</title><link>https://devzone.nordicsemi.com/thread/49464?ContentTypeID=1</link><pubDate>Tue, 05 Apr 2016 10:57:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ac6d088-0fb2-4e36-b07d-41318d0ff461</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Eugene,&lt;/p&gt;
&lt;p&gt;You may want to provide more information on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;how many devices you are talking about here&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;power consumption constraint for each device&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;how is the environment there, you have full control of the RF channels or it could be interfere by other devices such as wifi hotspot ?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;How many byte each transmitter needs to send ?&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There are two suggestions or approach:&lt;/p&gt;
&lt;p&gt;1 - Follow what we have with BLE advertising, so that the transmitter sends its on 3 different (predefined) channels and wait for an ACK after sending each packet. If it doesn&amp;#39;t receive any ACK it will wait a random delay before starting again. Doing this the transmitter can keep low power consumption and can avoid interference.&lt;/p&gt;
&lt;p&gt;2 - Keep all the transmitter in listening mode in one same channel, waiting to be polled by the central device. This way you can utilize all the time domain to poll all devices. This depends on the size of the packet. But then using only one channel may have trouble with interference.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>