<?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>How many and which pipe nRF24LU1 set default enable?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17824/how-many-and-which-pipe-nrf24lu1-set-default-enable</link><description>Hi. I have one question:
From SDK and docs, I can find how many pipes and which pipe nRF24LU1 open when it is TX.
I check function: 
 void hal_nrf_open_pipe(hal_nrf_address_t pipe_num, bool auto_ack); 
 from commment, it can be used to set numbers</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 21 Nov 2016 08:47:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17824/how-many-and-which-pipe-nrf24lu1-set-default-enable" /><item><title>RE: How many and which pipe nRF24LU1 set default enable?</title><link>https://devzone.nordicsemi.com/thread/68685?ContentTypeID=1</link><pubDate>Mon, 21 Nov 2016 08:47:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5f4bedf-a8f7-4607-9483-03caaff79c12</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Chaw: Have you checked out the product spec of the nRF24LU1 ? You can find the the EN_RXADDR register at page 57 (section 6.6). If you want to enable a pipe you set the according bit in the register. By default pipe 1 and pipe 0 is enabled. You can disable them by set the bit to 0.&lt;/p&gt;
&lt;p&gt;You can also have a look inside the source code of the hal_nrf_open_pipe() to see how it works. It&amp;#39;s in hal_nrf.c&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How many and which pipe nRF24LU1 set default enable?</title><link>https://devzone.nordicsemi.com/thread/68686?ContentTypeID=1</link><pubDate>Mon, 21 Nov 2016 03:24:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a6c0259-25a7-4153-9c38-f684a558c2b4</guid><dc:creator>Chaw</dc:creator><description>&lt;p&gt;yes, I means PRX, I want to know:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;if I only use default settings in PRX without hal_nrf_open_pipe, which pipes will be listening? all pipes?&lt;/li&gt;
&lt;li&gt;if I use hal_nrf_open_pipe to enable someone pipe, like pipe 5, nRF24 can only listen pipe 5?
Plz help me . Thanks.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How many and which pipe nRF24LU1 set default enable?</title><link>https://devzone.nordicsemi.com/thread/68684?ContentTypeID=1</link><pubDate>Fri, 18 Nov 2016 13:58:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0435ccc5-f3ad-4a1e-9101-ca019af5a4c6</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;There is only one pipe for TX transmitting, this stated in the nRF24LU1+ spec: &lt;strong&gt;&amp;quot;On the PTX the TX_ADDR must be the same as the RX_ADDR_P0 and as the pipe address for the designated pipe&amp;quot;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If you are talking about PRX, you call hal_nrf_open_pipe() for each of the pipe you want to open.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>