<?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+ multiceiver with three transmitters</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5300/nrf24l01-multiceiver-with-three-transmitters</link><description>I am trying to setup a multiceiver scenario with the nrf24l01+ with three transmitters (PTX1,PTX2 and PTX3) and one receiver (PRX) with enhanced shockburst but I am having trouble getting PTX3 to work. I am using the cheap nrf24 modules from ebay. 
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 27 Jul 2015 11:18:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5300/nrf24l01-multiceiver-with-three-transmitters" /><item><title>RE: nrf24l01+ multiceiver with three transmitters</title><link>https://devzone.nordicsemi.com/thread/18534?ContentTypeID=1</link><pubDate>Mon, 27 Jul 2015 11:18:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d02b36b-05a3-4585-a428-2e858107687f</guid><dc:creator>qiri</dc:creator><description>&lt;p&gt;I have solved my problem!. It was:
LSBissue
I was writing tx adress as a:
uint8_t adress[5] = {0xCD, CD, CD,CD,05};
It should be: adress[5] = {0x05, CD, CD,CD,CD};
nrf writes LSB as first. Fortunately it works!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf24l01+ multiceiver with three transmitters</title><link>https://devzone.nordicsemi.com/thread/18535?ContentTypeID=1</link><pubDate>Mon, 27 Jul 2015 05:38:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bed3ea69-d85a-4258-88f0-183d1a0f1b95</guid><dc:creator>sid</dc:creator><description>&lt;p&gt;I didn&amp;#39;t get anywhere with this actually....&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf24l01+ multiceiver with three transmitters</title><link>https://devzone.nordicsemi.com/thread/18533?ContentTypeID=1</link><pubDate>Mon, 27 Jul 2015 01:28:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83f37520-398e-4d75-a3f0-7fa3838adf6b</guid><dc:creator>qiri</dc:creator><description>&lt;p&gt;I also have an identicall problem. Have you already solved it? I&amp;#39;m looking for any mistake in my code but can&amp;#39;t find anything. Also receiver gets data from payload 0 and 1 but there is no communication on payload 2nd.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf24l01+ multiceiver with three transmitters</title><link>https://devzone.nordicsemi.com/thread/18532?ContentTypeID=1</link><pubDate>Tue, 17 Feb 2015 12:37:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c6f8f0a-b95d-46d7-85b1-2cbe80221296</guid><dc:creator>sid</dc:creator><description>&lt;p&gt;With respect to LSB/MSB byte addressing, I checked the way that SPI was transferring in data for command and data and it looks ok to me. Reading back out the RX_ADDR_P2 register on PRX confirms this is the case.
I&amp;#39;ve uploaded the code here for your reference: &lt;a href="https://github.com/psychosk/rf24"&gt;github.com/.../rf24&lt;/a&gt;. I&lt;/p&gt;
&lt;p&gt;PRX config:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;RX_ADDR_P0:E7,E7,E7,E7,E7
RX_ADDR_P1:C2,C2,C2,C2,C2
RX_ADDR_P2:D3
RX_ADDR_P3:E4
RX_ADDR_P4:F5
RX_ADDR_P5:A6
RF_CH:00000010
EN_AA:00111111
EN_RXADDR:00111111
STATUS:00001110
CONFIG:00001011
RF_SETUP:00100000
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;PTX3 config:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;TX_ADDR:C2,C2,C2,C2,D3
RX_ADDR_P0:C2,C2,C2,C2,D3
RF_CH:00000010
EN_AA:00111111
EN_RXADDR:00111111
STATUS:00001110
CONFIG:00001011
RF_SETUP:00100000
About to send!
&amp;gt; Message is lost ...
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf24l01+ multiceiver with three transmitters</title><link>https://devzone.nordicsemi.com/thread/18531?ContentTypeID=1</link><pubDate>Tue, 17 Feb 2015 09:24:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2435a7c-d9f5-4a10-93df-98a2fc485d40</guid><dc:creator>sid</dc:creator><description>&lt;p&gt;Sorry for the late response - I actually ended up buying an oscilloscope which I have been meaning to do for some time.&lt;/p&gt;
&lt;p&gt;I checked VDD_PA and it &lt;em&gt;does&lt;/em&gt; go up to 1.8 (anywhere from 1.84V-1.88V) right before transmission on PTX3.&lt;/p&gt;
&lt;p&gt;I double checked PTX1 and PTX2 as well, and they are also going to up 1.8V before transmission.&lt;/p&gt;
&lt;p&gt;So all is well with PTX3 sending. I will check your ideas around address LSB/MSB now.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf24l01+ multiceiver with three transmitters</title><link>https://devzone.nordicsemi.com/thread/18529?ContentTypeID=1</link><pubDate>Mon, 02 Feb 2015 16:38:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f73b86d1-879d-4eb8-88b9-6e240ac91e78</guid><dc:creator>Asbj&amp;#248;rn</dc:creator><description>&lt;p&gt;Just to make sure, could you use and oscilloscope on the VDD_PA pin on the PTX3. This pin will go up to 1.8 V during transmission. So it should toggle up and down as you send packages if everything is working correctly with the board.&lt;/p&gt;
&lt;p&gt;Make sure you enter the address the correct way. Is it possible that you are writing the with LSB and MSB switched? Then the PTX1 and PTX2 would still work as intended, but PTX3 would fail. Your line of thought seems to be correct. Could you read out the setting after as well to make sure that they are actually as expected.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf24l01+ multiceiver with three transmitters</title><link>https://devzone.nordicsemi.com/thread/18530?ContentTypeID=1</link><pubDate>Thu, 29 Jan 2015 04:15:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32500c0c-f8bd-48be-8c07-6b262b48475b</guid><dc:creator>sid</dc:creator><description>&lt;p&gt;Thanks for your response. Just tried this but unfortunately it did not work.
Config listed below.&lt;/p&gt;
&lt;p&gt;PTX3 still fails to send to PRX.&lt;/p&gt;
&lt;p&gt;I also powered off PTX1 and PTX2 while doing this to make sure there could be no other interference from other transmitters, but again, no success.&lt;/p&gt;
&lt;p&gt;I also tried flashing PTX3 to behave like PTX4, again, no luck.&lt;/p&gt;
&lt;p&gt;PRX config :&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;RX address 0:E7,E7,E7,E7,E7,
RX address 1:C2,C2,C2,C2,C2,
RX address 2:D3,
RX address 3:E4,
RX address 4:F5,
RX address 5:A6,
EN_AA:3F,
EN_RXADDR:3F,
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;PTX3 config:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;TX_ADDR:C2,C2,C2,C2,D3
RX address 0:C2,C2,C2,C2,D3
EN_AA:3F
EN_RXADDR:3F
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf24l01+ multiceiver with three transmitters</title><link>https://devzone.nordicsemi.com/thread/18528?ContentTypeID=1</link><pubDate>Wed, 28 Jan 2015 14:46:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8411a888-8804-4a7f-ab1c-6dc53d6ccb25</guid><dc:creator>Asbj&amp;#248;rn</dc:creator><description>&lt;p&gt;I don&amp;#39;t think you are far off, so I would ask you to change the value of the last byte to something like:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;RX address 0:E7,E7,E7,E7,E7,
RX address 1:C2,C2,C2,C2,C2,
RX address 2:D3
RX address 3:E4
RX address 4:F5
RX address 5:A6
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The last byte have to unique, and using 0xCx would be too similar. May I ask you to try these values and report back?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>