<?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>2-wire communication between two nrf24le1 coding problem.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/631/2-wire-communication-between-two-nrf24le1-coding-problem</link><description>i want to use 2-wire to do the communication of two nrf24le1. one is the master, another is slave.
I don&amp;#39;t know how to set up the master and slave.
Is it the code shown below correct? P0.1 and P0.2 connect with two LED. 
 master 
 void I2C_ISP(void</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 07 Nov 2016 14:15:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/631/2-wire-communication-between-two-nrf24le1-coding-problem" /><item><title>RE: 2-wire communication between two nrf24le1 coding problem.</title><link>https://devzone.nordicsemi.com/thread/3237?ContentTypeID=1</link><pubDate>Mon, 07 Nov 2016 14:15:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1cc00ef1-9a04-4bc8-84d8-4c653199dead</guid><dc:creator>berkutta</dc:creator><description>&lt;p&gt;@hungbui I tried the master but I only get 1 packet with content 0xFF. What am I doing wrong?&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;	uint8_t data_string[5] = { 0xAA, 0xBB };
	hal_w2_write(0x80, data_string, 2);
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 2-wire communication between two nrf24le1 coding problem.</title><link>https://devzone.nordicsemi.com/thread/3236?ContentTypeID=1</link><pubDate>Fri, 18 Oct 2013 09:55:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5399c2a3-3f6e-4366-aef3-9bccf3f32039</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Lam,&lt;/p&gt;
&lt;p&gt;Please find an example of I2C communication between nRF24LE1 in the attachment. Note that the example used modified version of  hal library.
In the example, the master will send 100 identical bytes and read 100 bytes from slave. On the slave, after receive 100 bytes it will increase the value of each byte by 1 and wait for them to be read back by the master.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/I2C_5F00_Master.rar"&gt;I2C_Master.rar&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/I2C_5F00_Slave.rar"&gt;I2C_Slave.rar&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>