[nRF52833-DK][Zephyr]WS2812 example not work?

Hi Nordic,

I am using nRf52833-DK with zephry, an now I'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 to same path , and rename to nrf52833dk_nrf52833.conf and nrf52833dk_nrf52833.overlay.

Here is the example build wilth "west build -b nrf52dk_nrf52832 samples/drivers/led_ws2812/ --pristine", and it work's well.

 

But if I build with " west build -b nrf52833dk_nrf52833 samples/drivers/led_ws2812/ --pristine", it not working like in video.

Is any way to fix it?

Parents Reply
  • I accept this as an answer because is not neasasaerly a Nordic issue, more of a zephyr related.
    The problem  still happens.

    ws2812/52833.overlay and .conf should as same as 51822, because it just copy paste and renames.
     

    The pic and video show when I build nrf52dk_nrf52832 it work well, keep red lighing.

    But if I build nrf52833dk_nrf52833 option, the led keep blink, which mean the signal from 52833 to ws2812 is incorrect.

    I use same hardware(nRF52833-DK), same dts overlay and  .conf, so I think the only different is zephyr bord config.
    But I can't find out where has different.

Children
Related