<?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>Inquiry about Interfacing Grove LCD (White Blue) with NRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/109881/inquiry-about-interfacing-grove-lcd-white-blue-with-nrf52832</link><description>Dear [Dev Zone Support Team], 
 I hope this email finds you well. 
 I am currently working on a project that involves interfacing a Grove LCD (White Blue) with an NRF52832 microcontroller. I have been exploring the documentation and resources available</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 04 Apr 2024 10:46:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/109881/inquiry-about-interfacing-grove-lcd-white-blue-with-nrf52832" /><item><title>RE: Inquiry about Interfacing Grove LCD (White Blue) with NRF52832</title><link>https://devzone.nordicsemi.com/thread/477065?ContentTypeID=1</link><pubDate>Thu, 04 Apr 2024 10:46:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:747c71d6-c284-4431-baa8-e70bb252ae3e</guid><dc:creator>Amank0623</dc:creator><description>&lt;p&gt;yes this lcd is working by the help of Grove sample&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Inquiry about Interfacing Grove LCD (White Blue) with NRF52832</title><link>https://devzone.nordicsemi.com/thread/476903?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2024 13:18:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ef0ec65-fd7c-4e29-a0ab-e8ad7a4bdbbe</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;The sample is helpful for you still. The White on Blue variant also uses I2C/TWI and has features which is also on the RGB variant.&lt;/p&gt;
&lt;p&gt;Please take a look at the Grove LCD RGB driver in Zephyr: both &lt;a href="https://github.com/nrfconnect/sdk-zephyr/tree/main/drivers/misc/grove_lcd_rgb"&gt;source code&lt;/a&gt; and &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/hardware/peripherals/display/index.html#grove-lcd-display"&gt;API reference&lt;/a&gt;, the datasheet for the &lt;a href="https://files.seeedstudio.com/wiki/Grove_LCD_RGB_Backlight/res/JHD1313%20FP-RGB-1%201.4.pdf"&gt;Grove LCD RGB&lt;/a&gt;, and the &lt;a href="https://files.seeedstudio.com/wiki/Grove-16x2_LCD_Series/res/JDH_1804_Datasheet.pdf"&gt;Grove LCD&lt;/a&gt; to search for any differences which you should adapt to the White on Blue variant. I don&amp;#39;t have the hardware to test right now, but I can try to find a Grove LCD White on Blue (or similar) to test as well. This may take some time though.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Maria&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Inquiry about Interfacing Grove LCD (White Blue) with NRF52832</title><link>https://devzone.nordicsemi.com/thread/476850?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2024 11:27:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:921ccdf3-4399-40ba-8f04-26a3f72b5d76</guid><dc:creator>Amank0623</dc:creator><description>&lt;p&gt;that sample is for different variant of LCD i.e GROVE LCD RGB not for GROOVE LCD (white &amp;amp; blue)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Inquiry about Interfacing Grove LCD (White Blue) with NRF52832</title><link>https://devzone.nordicsemi.com/thread/476802?ContentTypeID=1</link><pubDate>Wed, 03 Apr 2024 09:33:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33562209-b158-4839-b015-89c838a2b84d</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Hello Aman,&lt;/p&gt;
&lt;p&gt;Have you tried the Grove LCD sample in Zephyr? It is found in &lt;a href="https://github.com/nrfconnect/sdk-zephyr/tree/main/samples/drivers/misc/grove_display"&gt;&amp;lt;path-to-ncs&amp;gt;/zephyr/samples/drivers/misc/grove_display&lt;/a&gt;. The communication protocol is I2C. For nRF52832 (as well as other SoCs) there is the TWI peripheral which is I2C compatible. &lt;/p&gt;
&lt;p&gt;The nRF52832 DK supports Arduino shields which is a possible way to connect the LCD screen to the DK. If you don&amp;#39;t have the Grove Base shield, you can connect the Grove LCD to two GPIO pins and VCC/GND. The headers on the nRF52832 DK are labelled. See the &lt;a href="https://docs.nordicsemi.com/bundle/nRF52832_PS_v1.9/resource/nRF52832_PS_v1.9.pdf"&gt;datasheet for the nRF52832&lt;/a&gt; and &lt;a href="https://docs.nordicsemi.com/bundle/nRF52832_PS_v1.9/resource/nRF52832_PS_v1.9.pdf"&gt;the nRF52832 DK connector interface&lt;/a&gt; for more information on which pins you can use. Configure the pins in devicetree with &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/hardware/pinctrl/index.html"&gt;pinctrl&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Maria&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>