Comments on: Guide for WS2812B Addressable RGB LED Strip with Arduino https://randomnerdtutorials.com/guide-for-ws2812b-addressable-rgb-led-strip-with-arduino/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Tue, 18 Feb 2025 18:57:17 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Bill Anderson https://randomnerdtutorials.com/guide-for-ws2812b-addressable-rgb-led-strip-with-arduino/#comment-1008963 Tue, 18 Feb 2025 18:57:17 +0000 http://randomnerdtutorials.com/?p=26734#comment-1008963 In reply to NickD.

If you look at the code for the “ColorPalette” example, the line “leds[i] = ColorFromPalette( currentPalette, colorIndex, brightness, currentBlending);” and set “i” to the value of the LED you want to control then only that one LED will be turned on. Remember that the LEDs start counting from 0.

]]>
By: Cme https://randomnerdtutorials.com/guide-for-ws2812b-addressable-rgb-led-strip-with-arduino/#comment-989600 Sat, 07 Dec 2024 23:10:27 +0000 http://randomnerdtutorials.com/?p=26734#comment-989600 As always, super helpful, clear and concise – another excellent tutorial thank you!

Playing around with the VCC-GND pico “clone” board which comes equipped with 1 WS2812B RGB LED and could not get it to work. After many frustrating attempts, I found a post that mentioned the pads marked “RGB” (poorly silk screened – looks more like a resistor marking!) on the board must be soldered together for the LED to be connected to GPIO23 as it is shown in the limited documentation for this board. Once that is done, viola it works!

]]>
By: kazem https://randomnerdtutorials.com/guide-for-ws2812b-addressable-rgb-led-strip-with-arduino/#comment-971586 Mon, 14 Oct 2024 03:44:03 +0000 http://randomnerdtutorials.com/?p=26734#comment-971586 Great tutorial as always thanks Rui and Sara. If you answer Malisa’s question I will benefit from it too. Thanks again

]]>
By: IwouldlikesomeIntel https://randomnerdtutorials.com/guide-for-ws2812b-addressable-rgb-led-strip-with-arduino/#comment-923186 Sun, 09 Jun 2024 07:13:03 +0000 http://randomnerdtutorials.com/?p=26734#comment-923186 Where can I find the code for the third demonstration on this page where it goes like a rainbow?

]]>
By: Sara Santos https://randomnerdtutorials.com/guide-for-ws2812b-addressable-rgb-led-strip-with-arduino/#comment-896358 Mon, 04 Mar 2024 15:26:36 +0000 http://randomnerdtutorials.com/?p=26734#comment-896358 In reply to James Miller.

Thanks 😀

]]>
By: James Miller https://randomnerdtutorials.com/guide-for-ws2812b-addressable-rgb-led-strip-with-arduino/#comment-896250 Mon, 04 Mar 2024 01:21:59 +0000 http://randomnerdtutorials.com/?p=26734#comment-896250 In reply to Mark Wallis.

Random Nerd Tutorials is by far the best. Their examples are well written and always work.

]]>
By: Sara Santos https://randomnerdtutorials.com/guide-for-ws2812b-addressable-rgb-led-strip-with-arduino/#comment-882009 Thu, 04 Jan 2024 21:22:09 +0000 http://randomnerdtutorials.com/?p=26734#comment-882009 In reply to Dave.S.

You’re welcome!
Regards,
Sara

]]>
By: Dave.S https://randomnerdtutorials.com/guide-for-ws2812b-addressable-rgb-led-strip-with-arduino/#comment-881971 Thu, 04 Jan 2024 17:41:30 +0000 http://randomnerdtutorials.com/?p=26734#comment-881971 Wow, just tried this demo on a 35 LED ring, looks amazing, thanks RT team.

]]>
By: Alan https://randomnerdtutorials.com/guide-for-ws2812b-addressable-rgb-led-strip-with-arduino/#comment-872215 Wed, 15 Nov 2023 19:06:13 +0000 http://randomnerdtutorials.com/?p=26734#comment-872215 ) so I do appreciate your answer... I'll give it a try! Thank you again Alan]]> In reply to Sampo.

Thank you Sampo…. I thought this might never get answered (it is over a year ago…. 😊 ) so I do appreciate your answer…

I’ll give it a try!

Thank you again

Alan

]]>
By: Sampo https://randomnerdtutorials.com/guide-for-ws2812b-addressable-rgb-led-strip-with-arduino/#comment-872005 Tue, 14 Nov 2023 17:01:12 +0000 http://randomnerdtutorials.com/?p=26734#comment-872005 In reply to Alan.

It is possible. You need to connect the last WS2812b data output back to controlling device. The device then outputs 24 bit data packets counting them until they appear in the other end of the led strip.

]]>