<?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>nrf24 address setup</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/38744/nrf24-address-setup</link><description>Hi I have successfully set up my ARM SPI interface to use the nRF24 chip. At this time I&amp;#39;m trying to establish connection but I&amp;#39;m not sure I under stand the setup for comm. 
 
 on the receiver I use an ardunio and I see this 
 const uint64_t pipes[2]</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Sep 2018 11:35:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/38744/nrf24-address-setup" /><item><title>RE: nrf24 address setup</title><link>https://devzone.nordicsemi.com/thread/150024?ContentTypeID=1</link><pubDate>Mon, 24 Sep 2018 11:35:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53a68ac1-ed76-4649-8eac-ea11a8fea03b</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Yes, that looks&amp;nbsp;correct, just a couple of things to keep in mind:&lt;/p&gt;
&lt;p&gt;1) To use the radio remember to set the PWR_UP bit in the CONFIG register. Without this the radio will not start up, but you can still access the config registers.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2) After uploading a TX packet to the FIFO you need to pulse the CE line for at least 10us to send the packet. Alternatively you can keep CE high all the time, and the radio will automatically send any packet as soon as you upload it to the TX FIFO.&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: nrf24 address setup</title><link>https://devzone.nordicsemi.com/thread/149845?ContentTypeID=1</link><pubDate>Fri, 21 Sep 2018 13:13:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:718b64bf-91ae-45d8-9317-0f9f20819bc0</guid><dc:creator>ulao</dc:creator><description>&lt;p&gt;Yes that does explain things. So I&amp;#39;d want to do this sort of thing.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Send {0x25, 1}// send only once to set channel. using spi command 0x20 address 5, channel 1.&lt;/p&gt;
&lt;p&gt;Send {0x3A,0xBC,0xDA,0xBC,0xD7,0x01} // send only once to set tx pipe address.&amp;nbsp;ABCDABCD71&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;send {0xA0,1,2,3,4,5}//loop this to send 1,2,3,4,5 constantly.&lt;/p&gt;
&lt;p&gt;Do I have that about right?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf24 address setup</title><link>https://devzone.nordicsemi.com/thread/149811?ContentTypeID=1</link><pubDate>Fri, 21 Sep 2018 11:25:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:abe3056a-7057-4a0a-b4ed-32452575c8e9</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The 5-bit address you refer to is the address of the configuration register that you want to read/write in the nRF24L01+ radio. The same as the address column in the register map table on page 57 of the nRF24L01+ product specification.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is not to be confused with the 3, 4 or 5 byte&amp;nbsp;TX/RX address used when sending and receiving packets.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Sending {0x25, 1} over the SPI bus basically means &amp;quot;set configuration register 0x05 to 1&amp;quot;, which means you are setting the RF channel to 1.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The TX address is configured through configuration register 0x10, and the RX pipe 0 address is set through configuration register 0x0A.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hopefully that made it clearer. If not just let me know what you are still unsure about ;)&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>