<?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 PN532 Problem (Clock Stretching?)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11831/i2c-pn532-problem-clock-stretching</link><description>Hi, 
 I am trying to connect a PN532 (RFID Tag Reader module) to BLE Nano (nrf58122) using I2C.
This doesn&amp;#39;t work, and I&amp;#39;m trying to figure out why. 
 I am generating the code via Arduino IDE. The sketch compiles and works beautifully with an Arduino</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 22 Feb 2016 13:21:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11831/i2c-pn532-problem-clock-stretching" /><item><title>RE: I2C PN532 Problem (Clock Stretching?)</title><link>https://devzone.nordicsemi.com/thread/44779?ContentTypeID=1</link><pubDate>Mon, 22 Feb 2016 13:21:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e3892fa-b066-4595-bf0c-4d91c72e1f21</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;Shouldn&amp;#39;t your transmission look more like this (from redbearlabs github):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Wire.beginTransmission(DEV_ADDR);
Wire.write((uint8_t)addr&amp;gt;&amp;gt;8);
Wire.write((uint8_t)addr);
Wire.write(pbuf, len);
Wire.endTransmission();
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I2C PN532 Problem (Clock Stretching?)</title><link>https://devzone.nordicsemi.com/thread/44780?ContentTypeID=1</link><pubDate>Mon, 22 Feb 2016 13:09:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0263a8ae-e51d-400a-a1a7-6669efbf3a59</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;Not sure what this is, I assume you are using the latest RedBearLab nRF51822 add-on for Arduino IDE? Which in case I would suggest you create an issue on their &lt;a href="https://github.com/RedBearLab/nRF51822-Arduino/tree/S130/arduino-1.6.x/hardware/RBL/RBL_nRF51822/libraries/Wire"&gt;github page&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>