<?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>[nRF52833-DK][Zephyr]WS2812 example not work?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/89929/nrf52833-dk-zephyr-ws2812-example-not-work</link><description>Hi Nordic, 
 I am using nRf52833-DK with zephry, an now I&amp;#39;m tring to drive ws2812 led strip. 
 I notice that there is no nRf52833-DK example in zephyr/samples/drivers/led_ws2812/boards. 
 So I copy y nrf52dk_nrf52832.conf and nrf52dk_nrf52832.overlay</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 17 Aug 2022 01:50:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/89929/nrf52833-dk-zephyr-ws2812-example-not-work" /><item><title>RE: [nRF52833-DK][Zephyr]WS2812 example not work?</title><link>https://devzone.nordicsemi.com/thread/381866?ContentTypeID=1</link><pubDate>Wed, 17 Aug 2022 01:50:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e185bcf1-341d-41fe-a845-c91c7c5fb5e6</guid><dc:creator>Wols</dc:creator><description>&lt;p&gt;Thanks for your&amp;nbsp;suggestion, I&amp;#39;ll have a try.&lt;br /&gt;&lt;br /&gt;I am really confused about what difference between nrfSDK and zyphyr.&lt;br /&gt;&lt;br /&gt;I means when I want a spi or i2c example, the nrfSDK example page tell me go zephyr look for basic eamxple.&amp;nbsp;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;The nRF Connect SDK provides samples that specifically target Nordic Semiconductor devices and show how to implement typical use cases with Nordic Semiconductor libraries and drivers.

Samples showcase a single feature or library, while Applications include a variety of libraries to implement a specific use case.

Zephyr also provides a variety of application samples and demos. Documentation for those is available in Zephyr’s Samples and Demos section. For very simple samples, see the Basic Samples. Those samples are a good starting point for understanding how to put together your own application.

&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF52833-DK][Zephyr]WS2812 example not work?</title><link>https://devzone.nordicsemi.com/thread/381737?ContentTypeID=1</link><pubDate>Tue, 16 Aug 2022 10:45:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb633f52-88bb-4793-bd64-190cc663475a</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Looking at the discord thread you linked to, it seems like the conclusion is that it&amp;#39;s somehow related to your toolchain/build&amp;nbsp;system setup.&lt;/p&gt;
&lt;p&gt;Maybe you can try to use nRF Connect SDK instead of vanilla zephyr? See this getting started guide:&lt;br /&gt;&lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.2/nrf/gs_assistant.html"&gt;http://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.2/nrf/gs_assistant.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF52833-DK][Zephyr]WS2812 example not work?</title><link>https://devzone.nordicsemi.com/thread/381659?ContentTypeID=1</link><pubDate>Tue, 16 Aug 2022 04:25:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a78e59d-37fb-49e0-896a-3bd826e48864</guid><dc:creator>Wols</dc:creator><description>&lt;p&gt;Hi Sigurd,&lt;br /&gt;&lt;br /&gt;Thanks that&amp;#39;s cool.&lt;br /&gt;&lt;br /&gt;But the ws2812 example on nrf52833 still does not work.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Loading Zephyr default modules (Zephyr base).
-- Application: /home/wols/zephyrproject/zephyr/samples/drivers/led_ws2812
-- Found Python3: /home/wols/zephyrproject/.venv/bin/python3 (found suitable exact version &amp;quot;3.8.10&amp;quot;) found components: Interpreter 
-- Cache files will be written to: /home/wols/.cache/zephyr
-- Zephyr version: 3.1.99 (/home/wols/zephyrproject/zephyr)
-- Found west (found suitable version &amp;quot;0.13.1&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Board: nrf52833dk_nrf52833
-- ZEPHYR_TOOLCHAIN_VARIANT not set, trying to locate Zephyr SDK
-- Found host-tools: zephyr 0.14.1 (/home/wols/zephyr-sdk-0.14.1)
-- Found dtc: /home/wols/zephyr-sdk-0.14.1/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version &amp;quot;1.6.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)
-- Found toolchain: zephyr 0.14.1 (/home/wols/zephyr-sdk-0.14.1)
-- Found BOARD.dts: /home/wols/zephyrproject/zephyr/boards/arm/nrf52833dk_nrf52833/nrf52833dk_nrf52833.dts
-- Found devicetree overlay: /home/wols/zephyrproject/zephyr/samples/drivers/led_ws2812/boards/nrf52833dk_nrf52833.overlay
-- Generated zephyr.dts: /home/wols/zephyrproject/build/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: /home/wols/zephyrproject/build/zephyr/include/generated/devicetree_unfixed.h
-- Generated device_extern.h: /home/wols/zephyrproject/build/zephyr/include/generated/device_extern.h
-- Including generated dts.cmake file: /home/wols/zephyrproject/build/zephyr/dts.cmake
Parsing /home/wols/zephyrproject/zephyr/samples/drivers/led_ws2812/Kconfig
Loaded configuration &amp;#39;/home/wols/zephyrproject/zephyr/boards/arm/nrf52833dk_nrf52833/nrf52833dk_nrf52833_defconfig&amp;#39;
Merged configuration &amp;#39;/home/wols/zephyrproject/zephyr/samples/drivers/led_ws2812/prj.conf&amp;#39;
Merged configuration &amp;#39;/home/wols/zephyrproject/zephyr/samples/drivers/led_ws2812/boards/nrf52833dk_nrf52833.conf&amp;#39;
Configuration saved to &amp;#39;/home/wols/zephyrproject/build/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;/home/wols/zephyrproject/build/zephyr/include/generated/autoconf.h&amp;#39;

warning: SOC_NRF52832_ALLOW_SPIM_DESPITE_PAN_58 (defined at drivers/spi/Kconfig.nrfx:13) was
assigned the value &amp;#39;y&amp;#39; but got the value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: SOC_NRF52832
(=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_SOC_NRF52832_ALLOW_SPIM_DESPITE_PAN_58
and/or look up SOC_NRF52832_ALLOW_SPIM_DESPITE_PAN_58 in the menuconfig/guiconfig interface. The
Application Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices
sections of the manual might be helpful too.

-- The C compiler identification is GNU 10.3.0
-- The CXX compiler identification is GNU 10.3.0
-- The ASM compiler identification is GNU
-- Found assembler: /home/wols/zephyr-sdk-0.14.1/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Configuring done
-- Generating done
-- Build files have been written to: /home/wols/zephyrproject/build
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I switch to 52832 temporarily, but I wish I can find the reason why it doesn&amp;#39;t work on 52833.&lt;br /&gt;&lt;br /&gt;The singal show on probe really wired.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF52833-DK][Zephyr]WS2812 example not work?</title><link>https://devzone.nordicsemi.com/thread/381549?ContentTypeID=1</link><pubDate>Mon, 15 Aug 2022 11:33:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6faacbe1-0fbe-4d2d-96e7-c89df73172cb</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="Wols"]I think 52833 and 52832 chunk should be same size, but not.[/quote]
&lt;p&gt;The nRF52833 supports a longer&amp;nbsp;&lt;span&gt;EasyDMA MAXCNT bit length than the nRF52832. So this is expected.&lt;/span&gt;&lt;/p&gt;
&lt;p&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/pastedimage1660562890700v2.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;nRF52832:&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/pastedimage1660562988105v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;0b 11111111 -&amp;gt; 255 bytes&lt;br /&gt;&lt;br /&gt;nRF52833:&lt;br /&gt;&lt;br /&gt;&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/pastedimage1660563042617v4.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;0b 1111111111111111 -&amp;gt;&amp;nbsp;65 535 bytes&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;BR,&lt;br /&gt;Sigurd&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF52833-DK][Zephyr]WS2812 example not work?</title><link>https://devzone.nordicsemi.com/thread/381073?ContentTypeID=1</link><pubDate>Thu, 11 Aug 2022 01:33:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cef00b33-ce61-4f4a-ba9d-80a0ac499f03</guid><dc:creator>Wols</dc:creator><description>&lt;p&gt;I mean I add print chunk to zephyr/drivers/spi/spi_nrfx_spim.c.&lt;/p&gt;
&lt;pre id="tw-target-text" class="tw-data-text tw-text-large tw-ta"&gt;I think 52833 and 52832 chunk should be same size, but not.&lt;br /&gt;&lt;br /&gt;I just wondering it&amp;#39;s the problem coming from.&lt;/pre&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;zephyr/drivers/spi/spi_nrfx_spim.c
static void transfer_next_chunk(const struct device *dev)
{
	...
	if (chunk_len &amp;gt; dev_config-&amp;gt;max_chunk_len) {
			chunk_len = dev_config-&amp;gt;max_chunk_len;
		}
	printk(&amp;quot;%d \n&amp;quot;, chunk_len);
	printk(&amp;quot;%d \n&amp;quot;, dev_config-&amp;gt;max_chunk_len);
	printk(&amp;quot;-----------------------------------\n&amp;quot;);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;west build -b nrf52833dk_nrf52833 zephyr/samples/drivers/led_ws2812/ --pristine&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;chunk_len : 384
dev_config-&amp;gt;max_chunk_len : 65535&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;west build -b nrf52dk_nrf52832 zephyr/samples/drivers/led_ws2812/ --pristine&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;chunk_len : 129
dev_config-&amp;gt;max_chunk_len : 255&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF52833-DK][Zephyr]WS2812 example not work?</title><link>https://devzone.nordicsemi.com/thread/380954?ContentTypeID=1</link><pubDate>Wed, 10 Aug 2022 08:15:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1bcb1bd4-c43d-4430-8d37-c228380adf14</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi, sorry for slow response.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote user="Wols"]I notice there has a huge difference in 52833 and 52832 code.[/quote]
&lt;p&gt;What do you mean here? Is this just related to the dts files?&lt;br /&gt;&lt;br /&gt;If you check here you can compare how the two dts files are&lt;br /&gt;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/main/boards/arm/nrf52833dk_nrf52833/nrf52833dk_nrf52833.dts"&gt;sdk-zephyr/nrf52833dk_nrf52833.dts at main · nrfconnect/sdk-zephyr · GitHub&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/main/boards/arm/nrf52dk_nrf52832/nrf52dk_nrf52832.dts"&gt;sdk-zephyr/nrf52dk_nrf52832.dts at main · nrfconnect/sdk-zephyr · GitHub&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So the arduino_spi on the nrf52832 DK&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;arduino_spi: &amp;amp;spi2 {
	compatible = &amp;quot;nordic,nrf-spi&amp;quot;;
	status = &amp;quot;okay&amp;quot;;
	cs-gpios = &amp;lt;&amp;amp;arduino_header 16 GPIO_ACTIVE_LOW&amp;gt;; /* D10 */
	pinctrl-0 = &amp;lt;&amp;amp;spi2_default&amp;gt;;
	pinctrl-1 = &amp;lt;&amp;amp;spi2_sleep&amp;gt;;
	pinctrl-names = &amp;quot;default&amp;quot;, &amp;quot;sleep&amp;quot;;
};&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;and for the nRF52833 DK&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;arduino_spi: &amp;amp;spi3 {
	status = &amp;quot;okay&amp;quot;;
	cs-gpios = &amp;lt;&amp;amp;arduino_header 16 GPIO_ACTIVE_LOW&amp;gt;; /* D10 */
	pinctrl-0 = &amp;lt;&amp;amp;spi3_default&amp;gt;;
	pinctrl-1 = &amp;lt;&amp;amp;spi3_sleep&amp;gt;;
	pinctrl-names = &amp;quot;default&amp;quot;, &amp;quot;sleep&amp;quot;;
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Have you tried to change any of the values in the nRF52 bindings file?&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/main/samples/drivers/led_ws2812/nrf52-bindings.h"&gt;sdk-zephyr/nrf52-bindings.h at main · nrfconnect/sdk-zephyr · GitHub&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: [nRF52833-DK][Zephyr]WS2812 example not work?</title><link>https://devzone.nordicsemi.com/thread/377288?ContentTypeID=1</link><pubDate>Sun, 17 Jul 2022 09:39:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9eed150-cc02-4d77-8e96-c4599559a184</guid><dc:creator>Wols</dc:creator><description>&lt;p&gt;Here is two WS2812 example code&amp;#39;s spi signal scope output.&lt;br /&gt;&lt;br /&gt;52833 look like really&amp;nbsp;weird.&lt;br /&gt;&lt;br /&gt;But I have no idea what can I do next now.&lt;br /&gt;&lt;br /&gt;52833&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/1882.unknown.png" /&gt;&lt;/p&gt;
&lt;p&gt;52832&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt="52832" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/unknown-_2800_1_2900_.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF52833-DK][Zephyr]WS2812 example not work?</title><link>https://devzone.nordicsemi.com/thread/377218?ContentTypeID=1</link><pubDate>Fri, 15 Jul 2022 13:26:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2aa295ca-5bc3-445f-aa63-b77abb2cec44</guid><dc:creator>Wols</dc:creator><description>&lt;p&gt;I already ask in Discord.&lt;br /&gt;See :&amp;nbsp;&lt;a href="https://discord.com/channels/720317445772017664/883445320812466209/996617182991618094"&gt;discord.com/.../996617182991618094&lt;br /&gt;&lt;br /&gt;I&lt;/a&gt;&amp;nbsp;had print out this two value in&amp;nbsp;&lt;span&gt;drivers/spi/spi_nrfx_spim.c at&amp;nbsp;static void transfer_next_chunk&lt;/span&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;LOG_ERR(chunk_len);  
LOG_ERR(dev_config-&amp;gt;max_chunk_len);&lt;/pre&gt;&lt;br /&gt;I notice there has a huge difference in 52833 and 52832 code.&lt;br /&gt;I&amp;#39;ll check and tack a picture at later maybe monday.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF52833-DK][Zephyr]WS2812 example not work?</title><link>https://devzone.nordicsemi.com/thread/377192?ContentTypeID=1</link><pubDate>Fri, 15 Jul 2022 12:20:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb0b4f21-9ec0-4a3a-a66d-ac8298c0ab65</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;I would check with the Zephyr comunity, ask in the Discord server &lt;a href="https://zephyrproject.org/community/"&gt;https://zephyrproject.org/community/&lt;/a&gt; maybe there is someone that has experianced the same issue. &lt;br /&gt;&lt;br /&gt;I dont have the ws2812 to test so wont be able to do som testing any time soon. &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: [nRF52833-DK][Zephyr]WS2812 example not work?</title><link>https://devzone.nordicsemi.com/thread/377143?ContentTypeID=1</link><pubDate>Fri, 15 Jul 2022 09:34:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35136ddc-c165-4297-a5ed-7baad1e9ff9f</guid><dc:creator>Wols</dc:creator><description>&lt;p&gt;I just buy&amp;nbsp; another 52833 from&amp;nbsp;&lt;a href="https://www.raytac.com/tw/product/ins.php?index_id=121"&gt;https://www.raytac.com/tw/product/ins.php?index_id=121&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Same error happend.&lt;br /&gt;&lt;br /&gt;Zephyr-ws2812-52832 code, okay.&lt;br /&gt;&lt;span&gt;Zephyr-ws2812-52833 code, not work.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF52833-DK][Zephyr]WS2812 example not work?</title><link>https://devzone.nordicsemi.com/thread/377077?ContentTypeID=1</link><pubDate>Fri, 15 Jul 2022 06:46:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c34d462-292b-4ba7-8f72-a753a9dcdf45</guid><dc:creator>Wols</dc:creator><description>&lt;p&gt;Thanks&amp;nbsp; JONATHAN ,&lt;br /&gt;I notice that the code for 52832 will run &amp;quot;transfer_next_chunk&amp;quot; 3 time in evey wa2812 blink cycle(whlie cycle).&lt;br /&gt;But only run twice in 52833 version, still looking for reason.&lt;br /&gt;`drivers/spi/spi_nrfx_spim.c`&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;static void transfer_next_chunk(const struct device *dev)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF52833-DK][Zephyr]WS2812 example not work?</title><link>https://devzone.nordicsemi.com/thread/376934?ContentTypeID=1</link><pubDate>Thu, 14 Jul 2022 11:54:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63ff160c-02a2-4f17-8234-3fa83eefbb2d</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;There is currently summer vacation for our Devzone engineers so low staffing. We will be back to full force in week 31.&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;We can look more in to this but might take some time before we can look at it. So pleas be patient, and if you where to figure out the issue in the mean time then pleas update us.&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: [nRF52833-DK][Zephyr]WS2812 example not work?</title><link>https://devzone.nordicsemi.com/thread/376861?ContentTypeID=1</link><pubDate>Thu, 14 Jul 2022 02:14:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a4db57e-c8c4-47b3-8798-417aef01a94a</guid><dc:creator>Wols</dc:creator><description>&lt;p&gt;I accept this as an answer because&amp;nbsp;&lt;span&gt;is not neasasaerly a Nordic issue, more of a zephyr related.&lt;br /&gt;The problem&amp;nbsp; still happens.&lt;br /&gt;&lt;br /&gt;ws2812/52833.overlay and .conf should as same as 51822, because it just copy paste and renames.&lt;br /&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The pic and video show when I build&amp;nbsp;nrf52dk_nrf52832 it work well, keep red lighing.&lt;br /&gt;&lt;br /&gt;But if I build&amp;nbsp;nrf52833dk_nrf52833 option, the led keep blink, which mean the signal from 52833 to ws2812 is incorrect.&lt;br /&gt;&lt;br /&gt;I use same hardware(nRF52833-DK), same dts overlay and&amp;nbsp; .conf, so I think the only different is zephyr bord config.&lt;br /&gt;But I can&amp;#39;t find out where has different.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF52833-DK][Zephyr]WS2812 example not work?</title><link>https://devzone.nordicsemi.com/thread/376786?ContentTypeID=1</link><pubDate>Wed, 13 Jul 2022 12:34:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1aa07221-4656-4b9a-b1ed-dbce5bd6995b</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;This is not neasasaerly a Nordic issue, more of a zephyr related, as the sample you are using is not one of ours. But your issue is that you have not made the correct overlay file. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Check out how the device tre works &lt;a id="" href="https://nrfconnect.github.io/vscode-nrf-connect/devicetree/install.html"&gt;https://nrfconnect.github.io/vscode-nrf-connect/devicetree/install.html&lt;/a&gt;&amp;nbsp; here if you want to use our tools, or Zephyrs &lt;a id="" href="https://docs.zephyrproject.org/latest/build/dts/howtos.html"&gt;https://docs.zephyrproject.org/latest/build/dts/howtos.html&lt;/a&gt; here.&lt;br /&gt;&lt;br /&gt;It is not clear exactly what is not wokring for the video and picture you share, do you get anny build errors?&lt;br /&gt;&lt;br /&gt;I reccomed you ask in the Zephyr forum also. &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>