<?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>ws2812 LED Driver with nrf52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116336/ws2812-led-driver-with-nrf52840</link><description>I want to control the ws2812 LED Driver using nrf52840 and connect sdk. 
 I have tried the example led_strip but it does not compile. 
 I have checked on forum and found that a sample for that is already available as led_ws2812. But in my repo that example</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 14 Nov 2024 12:25:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116336/ws2812-led-driver-with-nrf52840" /><item><title>RE: ws2812 LED Driver with nrf52840</title><link>https://devzone.nordicsemi.com/thread/510472?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2024 12:25:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dca1aa41-2f1c-4cb8-b609-546368c54fae</guid><dc:creator>Haresh05</dc:creator><description>&lt;p&gt;The led_strip example compiled. Initially it didn&amp;#39;t had any board.overlay file in boards directory of sample.&lt;/p&gt;
&lt;p&gt;I added that but the name I given was nrf52dk_nrf52840.overlay but it should be nrf52840dk_nrf52840.overlay. I modified the name and it compiled.&lt;/p&gt;
&lt;p&gt;Now will test with the strip and check.&lt;/p&gt;
&lt;p&gt;Thank you for your support&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ws2812 LED Driver with nrf52840</title><link>https://devzone.nordicsemi.com/thread/510449?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2024 10:35:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea61321e-c779-488a-800f-4417df4fd99d</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;There has been some re-naming of things, can find it here&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/zephyr/samples/drivers/led_strip/README.html"&gt;https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/zephyr/samples/drivers/led_strip/README.html&lt;/a&gt;&amp;nbsp;, so that is the latest version of the sample.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;What errors do you get?&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;There is also public samples like this : &lt;a href="https://github.com/rmptxf/NeoController"&gt;https://github.com/rmptxf/NeoController&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://medium.com/@rmptxf/control-a-neopixel-using-i2s-via-ble-92728d0cbd37"&gt;https://medium.com/@rmptxf/control-a-neopixel-using-i2s-via-ble-92728d0cbd37&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;And this&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/driving-ws2812b-leds-using-i2s-on-the-nordic-nrf52"&gt;https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/driving-ws2812b-leds-using-i2s-on-the-nordic-nrf52&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ws2812 LED Driver with nrf52840</title><link>https://devzone.nordicsemi.com/thread/510397?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2024 04:46:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd7ed50f-1771-4622-8dc7-50bcea0f7169</guid><dc:creator>Haresh05</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Any specific reason that this example is removed from latest NCS releases?&lt;/p&gt;
&lt;p&gt;Also, I tried led_strip example and it does not build for nrf52840dk. Any help on that will be great.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ws2812 LED Driver with nrf52840</title><link>https://devzone.nordicsemi.com/thread/510276?ContentTypeID=1</link><pubDate>Wed, 13 Nov 2024 12:07:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:025b2965-11a3-49f0-b9ca-3f8517f81aab</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Here is the documentation,&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.5.2/page/zephyr/samples/drivers/led_ws2812/README.html"&gt;https://docs.nordicsemi.com/bundle/ncs-2.5.2/page/zephyr/samples/drivers/led_ws2812/README.html&lt;/a&gt;&amp;nbsp;, NCS release&amp;nbsp;v2.5.2 seems to be the last that had it. But it is a Zephyr sample so have a look there.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.zephyrproject.org/2.7.5/samples/drivers/led_ws2812/README.html"&gt;https://docs.zephyrproject.org/2.7.5/samples/drivers/led_ws2812/README.html&lt;/a&gt;&amp;nbsp;here as well in the zephyr docs.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>