<?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>nRF52840 (TWI) using Grove-LCD RGB Backlight V4.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64642/nrf52840-twi-using-grove-lcd-rgb-backlight-v4-0</link><description>Hi All, 
 I am trying to write a driver for the Grove-LCD RGB Back-light V4.0 using nRF52840 DK. However, it doesn&amp;#39;t work. I am trying to figure it out why. 
 The description of the LCD can be found in this link: https://wiki.seeedstudio.com/Grove-LCD_RGB_Backlight</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 11 Aug 2020 16:24:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64642/nrf52840-twi-using-grove-lcd-rgb-backlight-v4-0" /><item><title>RE: nRF52840 (TWI) using Grove-LCD RGB Backlight V4.0</title><link>https://devzone.nordicsemi.com/thread/264118?ContentTypeID=1</link><pubDate>Tue, 11 Aug 2020 16:24:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:244294b6-35c9-4a98-ac42-8c160d878b50</guid><dc:creator>Radio</dc:creator><description>&lt;p&gt;Thanks for the information.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 (TWI) using Grove-LCD RGB Backlight V4.0</title><link>https://devzone.nordicsemi.com/thread/263928?ContentTypeID=1</link><pubDate>Tue, 11 Aug 2020 06:41:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f07e1cb-8bb2-440a-8075-efa8149eba91</guid><dc:creator>ketiljo</dc:creator><description>&lt;p&gt;It might&amp;nbsp; happen, but it doesn&amp;#39;t necessarily mean it&amp;#39;s within spec, so strange things may happen. I suggest you get the HW correct first and tackle any SW issues afterwords.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 (TWI) using Grove-LCD RGB Backlight V4.0</title><link>https://devzone.nordicsemi.com/thread/263920?ContentTypeID=1</link><pubDate>Tue, 11 Aug 2020 05:46:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:416e9e63-e555-4a86-9a00-9c336b31a9a4</guid><dc:creator>Radio</dc:creator><description>&lt;p&gt;Hi Ketiljo,&lt;/p&gt;
&lt;p&gt;In my current setup 5V out from the DK is connected to the LCD. SDA/SCL out from the DK is 3.3V.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;However, I am able to read the available I2C addresses. Is this possible to happen?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks!&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 (TWI) using Grove-LCD RGB Backlight V4.0</title><link>https://devzone.nordicsemi.com/thread/263868?ContentTypeID=1</link><pubDate>Mon, 10 Aug 2020 14:13:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:590d3766-58cd-4e62-aa52-6b6920417ba9</guid><dc:creator>ketiljo</dc:creator><description>&lt;p&gt;The display module needs 5V to operate the LCD, else the display pixels will not show. You need something like this:&amp;nbsp;&lt;a href="https://www.adafruit.com/product/757"&gt;https://www.adafruit.com/product/757&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 (TWI) using Grove-LCD RGB Backlight V4.0</title><link>https://devzone.nordicsemi.com/thread/263865?ContentTypeID=1</link><pubDate>Mon, 10 Aug 2020 13:58:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:badd14bf-6751-41d3-a7c6-cc2a780966b6</guid><dc:creator>Radio</dc:creator><description>&lt;p&gt;Hi Ketiljo,&lt;/p&gt;
&lt;p&gt;I tried using nRF twi_scnner example, to see the available i2c addresses. It is able to read and showing three addresses.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;0x3E, 0x62, and 0x70. I was able to run this with 3.3 V as well.&lt;/p&gt;
&lt;p&gt;I am not sure what is 0x70 is though. Seems like it is not a address belongs to Grove, as it is not a address belong to their parts according to&amp;nbsp;this website:&amp;nbsp;&lt;a href="https://wiki.seeedstudio.com/I2C_And_I2C_Address_of_Seeed_Product/"&gt;https://wiki.seeedstudio.com/I2C_And_I2C_Address_of_Seeed_Product/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I can debug the above code with 3.3 V as well. Except, when I connect to 3.3 V, I don&amp;#39;t see the black pixels.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 (TWI) using Grove-LCD RGB Backlight V4.0</title><link>https://devzone.nordicsemi.com/thread/263860?ContentTypeID=1</link><pubDate>Mon, 10 Aug 2020 13:46:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d20297a-1fc9-4e50-9d6a-c8773a2f6d60</guid><dc:creator>ketiljo</dc:creator><description>&lt;p&gt;Looks like the display module is running on 5V. Then probably the I2C is also 5 V logic, which is not compatible with the max 3.6 V logic level of the nRF52 DK. You need a I2C level shifter between the two.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>