How to control WS2814 RGBW 24V LED-Strip with adafruit neopixel

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
JustinAimway
 
Posts: 4
Joined: Fri Mar 10, 2023 7:35 am

How to control WS2814 RGBW 24V LED-Strip with adafruit neopixel

Post by JustinAimway »

Hello, is there any support for the WS2814 RGBW LED-Strips from the Adafruit Neopixel library or will it be available in the future? I didn't find any arduino library to use these strips and when I use the adafruit neopixel library for my WS2814 like I do with my sk6812 RGBW LED-Strip, I can't control the LED-colors.

User avatar
dastels
 
Posts: 15662
Joined: Tue Oct 20, 2015 3:22 pm

Re: How to control WS2814 RGBW 24V LED-Strip with adafruit neopixel

Post by dastels »

Do you have the strip object configured for RGBW?

Dave

User avatar
JustinAimway
 
Posts: 4
Joined: Fri Mar 10, 2023 7:35 am

Re: How to control WS2814 RGBW 24V LED-Strip with adafruit neopixel

Post by JustinAimway »

dastels wrote: Fri Mar 10, 2023 11:34 am Do you have the strip object configured for RGBW?

Dave
i think so, this is my object declaration:

Adafruit_NeoPixel leds(NUMPIXELS, PIN, NEO_GRBW + NEO_KHZ800);

User avatar
dastels
 
Posts: 15662
Joined: Tue Oct 20, 2015 3:22 pm

Re: How to control WS2814 RGBW 24V LED-Strip with adafruit neopixel

Post by dastels »

Yes, that's right for an RGBW strip.

What strip product do you have?

Dave

User avatar
JustinAimway
 
Posts: 4
Joined: Fri Mar 10, 2023 7:35 am

Re: How to control WS2814 RGBW 24V LED-Strip with adafruit neopixel

Post by JustinAimway »

dastels wrote: Tue Mar 14, 2023 11:39 am Yes, that's right for an RGBW strip.

What strip product do you have?

Dave
I have the WS2814 RGBW LED Strip (24V, 30-120W) from BTF-Lightning

User avatar
dastels
 
Posts: 15662
Joined: Tue Oct 20, 2015 3:22 pm

Re: How to control WS2814 RGBW 24V LED-Strip with adafruit neopixel

Post by dastels »

Can you post a link, please, so I can have a look at it??

Dave

User avatar
JustinAimway
 
Posts: 4
Joined: Fri Mar 10, 2023 7:35 am

Re: How to control WS2814 RGBW 24V LED-Strip with adafruit neopixel

Post by JustinAimway »

I fixed it. I had a problem with my external power suply.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”