<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[I2C Communication problem in Omega2+]]></title><description><![CDATA[<p dir="auto">I have a problem in I2C communication. my development machine is Omega2+. I compared with LPC1768 to solve problem. <img src="/assets/uploads/files/1504528239227-lpc1768.-resized.jpg" alt="0_1504528186822_LPC1768..JPG" class="img-responsive img-markdown" /> Fig.1 can operate normally as I2C. This device is LPC1768.<br />
but <img src="/assets/uploads/files/1504528257042-omega2.-resized.jpg" alt="0_1504528204808_Omega2+..JPG" class="img-responsive img-markdown" /> Fig.2 can not operate. This device is Omega2+. I got no Idea. I tried in C library and Python library. I'm still got same problem.<br />
I need your help.</p>
]]></description><link>http://community.onion.io/topic/2339/i2c-communication-problem-in-omega2</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 15:46:14 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/2339.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 04 Sep 2017 12:37:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to I2C Communication problem in Omega2+ on Mon, 04 Sep 2017 12:37:54 GMT]]></title><description><![CDATA[<p dir="auto">I have a problem in I2C communication. my development machine is Omega2+. I compared with LPC1768 to solve problem. <img src="/assets/uploads/files/1504528239227-lpc1768.-resized.jpg" alt="0_1504528186822_LPC1768..JPG" class="img-responsive img-markdown" /> Fig.1 can operate normally as I2C. This device is LPC1768.<br />
but <img src="/assets/uploads/files/1504528257042-omega2.-resized.jpg" alt="0_1504528204808_Omega2+..JPG" class="img-responsive img-markdown" /> Fig.2 can not operate. This device is Omega2+. I got no Idea. I tried in C library and Python library. I'm still got same problem.<br />
I need your help.</p>
]]></description><link>http://community.onion.io/post/14360</link><guid isPermaLink="true">http://community.onion.io/post/14360</guid><dc:creator><![CDATA[JinGyu Lee]]></dc:creator><pubDate>Mon, 04 Sep 2017 12:37:54 GMT</pubDate></item><item><title><![CDATA[Reply to I2C Communication problem in Omega2+ on Fri, 08 Sep 2017 07:11:30 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Please try and use "bit-banged" I2C, you may find this post usefull:<br />
<a href="https://community.onion.io/topic/2312/i2c-detect-slave-method" rel="nofollow">I2C Detect Slave Method</a></p>
]]></description><link>http://community.onion.io/post/14412</link><guid isPermaLink="true">http://community.onion.io/post/14412</guid><dc:creator><![CDATA[UFD]]></dc:creator><pubDate>Fri, 08 Sep 2017 07:11:30 GMT</pubDate></item><item><title><![CDATA[Reply to I2C Communication problem in Omega2+ on Sun, 10 Sep 2017 18:09:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/4478">@JinGyu-Lee</a><br />
<img src="/assets/uploads/files/1505066031490-i2c-nack-resized.png" alt="0_1505065975422_I2C-NACK.png" class="img-responsive img-markdown" /><br />
Fig.1: <strong>S</strong>TART - SLAVE ADDRESS <strong>0x19</strong> - <strong>W</strong>R - <strong>A</strong>CK --- DATA <strong>0x01</strong> - <strong>A</strong>CK - STO<strong>P</strong><br />
Fig.2: <strong>S</strong>TART - SLAVE ADDRESS <strong><code>0x33</code></strong> - <strong>W</strong>R - <strong>NA</strong>CK --- DATA <strong>0x01</strong> - <strong>NA</strong>CK - STO<strong>P</strong></p>
<blockquote>
<p dir="auto">There are five conditions that lead to the generation of a NACK:</p>
<ol>
<li>No receiver is present on the bus with the transmitted address so there is no device to respond with an acknowledge.</li>
<li>The receiver is unable to receive or transmit because it is performing some real-time function and is not ready to start communication with the master.</li>
<li>...</li>
</ol>
<p dir="auto">/UM10204 I2C-bus specification and user manual Rev.6  by NXP/</p>
</blockquote>
]]></description><link>http://community.onion.io/post/14434</link><guid isPermaLink="true">http://community.onion.io/post/14434</guid><dc:creator><![CDATA[György Farkas]]></dc:creator><pubDate>Sun, 10 Sep 2017 18:09:58 GMT</pubDate></item></channel></rss>