<?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>Can VM810C50A-D w integrate with nrf52840 development board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115533/can-vm810c50a-d-w-integrate-with-nrf52840-development-board</link><description>I want to use 5&amp;quot; inch display for my project as nrf52840 is not able to handle that so I want to FT8xx EVE for the screen functioning? so did anyone has try this or any leads for this please share</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 31 Oct 2024 19:00:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115533/can-vm810c50a-d-w-integrate-with-nrf52840-development-board" /><item><title>RE: Can VM810C50A-D w integrate with nrf52840 development board</title><link>https://devzone.nordicsemi.com/thread/508722?ContentTypeID=1</link><pubDate>Thu, 31 Oct 2024 19:00:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7da1541-7a6b-4026-80b8-cdd8fc2d87c1</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the sample description, it is required that you setup a shield (more specifically &amp;quot;ftdi_vm800c&amp;quot;):&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/drivers/misc/ft800/README.rst"&gt;https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/drivers/misc/ft800/README.rst&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s the actual overlay that is appended if you add this shield:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/v3.6.99-ncs2/boards/shields/ftdi_vm800c/ftdi_vm800c.overlay"&gt;https://github.com/nrfconnect/sdk-zephyr/blob/v3.6.99-ncs2/boards/shields/ftdi_vm800c/ftdi_vm800c.overlay&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can VM810C50A-D w integrate with nrf52840 development board</title><link>https://devzone.nordicsemi.com/thread/508718?ContentTypeID=1</link><pubDate>Thu, 31 Oct 2024 18:50:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9f0aaab-7285-4eaa-bcb9-256089363029</guid><dc:creator>Abdullah Zabuawala</dc:creator><description>&lt;p&gt;warning: FT800 (defined at drivers/misc/ft8xx/Kconfig:6) was assigned the value &amp;#39;y&amp;#39; but got the&lt;br /&gt;value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: DT_HAS_FTDI_FT800_ENABLED (=n). See&lt;br /&gt;&lt;a href="http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_FT800"&gt;docs.zephyrproject.org/.../kconfig.html&lt;/a&gt; and/or look up FT800 in the&lt;br /&gt;menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,&lt;br /&gt;and Kconfig - Tips and Best Practices sections of the manual might be helpful too.&lt;br /&gt;&lt;br /&gt;when I building it showing me this error&amp;nbsp;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1730400559819v1.png" alt=" " /&gt;&lt;br /&gt;&amp;nbsp;I don&amp;#39;t know how this can be in build it still &amp;#39;n&amp;#39; any idea to solve this ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can VM810C50A-D w integrate with nrf52840 development board</title><link>https://devzone.nordicsemi.com/thread/507828?ContentTypeID=1</link><pubDate>Thu, 24 Oct 2024 21:36:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b04d578-8127-4070-8804-106f1759658f</guid><dc:creator>Abdullah Zabuawala</dc:creator><description>&lt;p&gt;okay I will try and update&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can VM810C50A-D w integrate with nrf52840 development board</title><link>https://devzone.nordicsemi.com/thread/506496?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2024 11:39:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e16e642a-7640-47d6-876f-00b8efc64ed3</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There&amp;#39;s a FT800 sample in zephyr that might work:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/drivers/misc/ft800"&gt;https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/drivers/misc/ft800&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have you tried this?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>