<?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>I2C read/write on nRF24le1</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21412/i2c-read-write-on-nrf24le1</link><description>Hello, 
 When using hal_w2_read() and hal_w2_write(), should the 7 bit address of the slave be passed in or the 8 bit read/write address?
It seems to me that passing in the 7 bit address works in hal_w2_write().</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 19 Apr 2017 06:49:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21412/i2c-read-write-on-nrf24le1" /><item><title>RE: I2C read/write on nRF24le1</title><link>https://devzone.nordicsemi.com/thread/83954?ContentTypeID=1</link><pubDate>Wed, 19 Apr 2017 06:49:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1135f363-5a3d-4c1b-b0ba-1e1e9355d1f4</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;You just need to pass the 7-bit I2C address, not including the RW bit.&lt;/p&gt;
&lt;p&gt;The library will shift the address to the left and add the RW bit for you, depending on whether or not you call the write or read function.&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>