<?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>nRF24L01 in multiceiver mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60959/nrf24l01-in-multiceiver-mode</link><description>Hello 
 
 I try to use nrf24l01 in multiceiver mode for a domestic application 
 I made a simple set-up with 2 nrf24l. On the receiver i activated 4 pipes (0 to 3) with these addresses RCV0, RCV1, RCV2, RCV3 
 On the transmitter side i configure TX address</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 05 May 2020 09:34:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60959/nrf24l01-in-multiceiver-mode" /><item><title>RE: nRF24L01 in multiceiver mode</title><link>https://devzone.nordicsemi.com/thread/248113?ContentTypeID=1</link><pubDate>Tue, 05 May 2020 09:34:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a4aca48-5a0e-4363-bc09-db243cac1d86</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Viorel&lt;/p&gt;
&lt;p&gt;I would recommend starting out with a device from the nRF52 family.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please note that these are all SoC devices, meaning they have their own embedded MCU for running your application, so&amp;nbsp;they need to be programmed in order to do anything useful.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Either you can use the nRF52 as the only MCU in your system (which means you need to port over any code you have running on some other MCU today), or you can use it in tandem with another MCU by communicating over UART, SPI or I2C.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The smallest device in the nRF52 family is the nRF52810, which is probably sufficient if you only need to run ESB communication.&amp;nbsp;&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><item><title>RE: nRF24L01 in multiceiver mode</title><link>https://devzone.nordicsemi.com/thread/247981?ContentTypeID=1</link><pubDate>Mon, 04 May 2020 16:01:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8aa38929-f1e3-4f91-bf0a-f43df61aa935</guid><dc:creator>ves</dc:creator><description>&lt;p&gt;One more thing&lt;/p&gt;
&lt;p&gt;As i understand you do not recommend nrf24l01+ for new design, but what is your recommendation?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;thx again&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF24L01 in multiceiver mode</title><link>https://devzone.nordicsemi.com/thread/247978?ContentTypeID=1</link><pubDate>Mon, 04 May 2020 15:43:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52b3f67b-fa52-46d3-8181-d9bee3ff19b9</guid><dc:creator>ves</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Torbj&amp;oslash;rn&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I changed the pipes name to CHNN0, CHNN1, CHNN2, CHNN2 same result :(&lt;/p&gt;
&lt;p&gt;Then i took the addresses in the documentation (nRF24L01+ Product Specification, fig 14) so&lt;/p&gt;
&lt;p&gt;on RX side&lt;/p&gt;
&lt;p&gt;uint8_t PIPE0_ADDR[5] = {0x78, 0x78, 0x78, 0x78, 0x78};&lt;br /&gt;uint8_t PIPE1_ADDR[5] = {0xB3, 0xB4, 0xB5, 0xB6, 0xF1};&lt;br /&gt;uint8_t PIPE2_ADDR[1] = {0xCD};&lt;br /&gt;uint8_t PIPE3_ADDR[1] = {0xA3};&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And on TX side&lt;/p&gt;
&lt;p&gt;uint8_t PIPE0_ADDR[5] = {0x78, 0x78, 0x78, 0x78, 0x78};&lt;br /&gt;uint8_t PIPE1_ADDR[5] = {0xB3, 0xB4, 0xB5, 0xB6, 0xF1};&lt;br /&gt;uint8_t PIPE2_ADDR[5] = {0xB3, 0xB4, 0xB5, 0xB6, 0xCD};&lt;br /&gt;uint8_t PIPE3_ADDR[5] = {0xB3, 0xB4, 0xB5, 0xB6, 0xA3};&lt;/p&gt;
&lt;p&gt;this time i could communicate over pipe 0 and 1 but no luck with pipe2 or 3&lt;/p&gt;
&lt;p&gt;I also tried with a reduced address length to 3B with same result&lt;/p&gt;
&lt;p&gt;It looks pipe address has some impact but not clear how&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF24L01 in multiceiver mode</title><link>https://devzone.nordicsemi.com/thread/247871?ContentTypeID=1</link><pubDate>Mon, 04 May 2020 12:48:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b72629f6-94f5-490b-ab6d-39d74a058055</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Viorel&lt;/p&gt;
&lt;p&gt;First off I have to mention that the nRF24L01 has been deprecated for a long time and we don&amp;#39;t recommend this device for new designs. We still sell it so we can support existing products in the market, but the support we can provide is limited.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;On to the issue, it is possible that this is address related. In general using an address starting with 0x5 or 0xA is not recommended, as it will make the address an extension of the preamble leading to reduced RF performance.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you try to change the first byte of the pipe 0 address to something not starting with 0x5 or 0xA and see if it makes a difference?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>