Whenever we’re working with ‘true analog’ LED strips, that have 1-3 channels of RGB or White LEDs, we wish we had already invented to make wiring them easier: controlling these strips takes a bit of wiring since they almost always need 12VDC and driver FETs. Now, we’ve finally created the Adafruit NeoRGB Stemma board – which will make our lives easier, and maybe even some customer’s too!
The NeoRGB is a no-soldering, plug-and-play STEMMA board with a 2mm JST PH connector on one end, and a 5-pin 0.1″ screw terminal block on the other. It can convert standard 800KHz NeoPixel signal using a WS2811F chip to AO3406 N-channel FETs that are high efficiency and can sink a chunk of current – 3 Amps a piece with 50milliOhm Ron!
Basically, this means that you can treat any PWM-able common-anode RGB LED strip or LED as a single NeoPixel, at up to 16V and 3 Amps per channel. Perfect for large analog LEDs or arrays, LED strips, even ones that are not RGB, such as controlling 3 independent single-channel LEDs or strips. Note that the WS2811 bare chips don’t support 4 channels, so this won’t work on RGBW strips.
If you are using less than 2A of current total across all 3 channels:
Connect the white wire to your NeoPixel-compatible signal, 3 or 5V logic.
Connect the red wire to 3-16VDC, this will power the LED strip
Connect the black ground wire to your microcontroller and power supply shared ground
If you are using more than 2A of current total across all 3 channels, you’ll need to wire the power supply to the terminal block since JST PH connectors are only rated for 2A.
Connect the white wire to your NeoPixel-compatible signal, 3 or 5V logic.
Connect your 3-16V power supply positive pin to the V+ to the terminal block, keep the red wire from being used by taping it or cutting it off.
Connect the 3-16V power supply ground pin to the GND on the terminal block
Connect the black wire as a ‘reference’ ground to your microcontroller that is providing the NeoPixel signal
An onboard green ON LED will let you know that it is powered correctly, and a red Signal LED will lightly blink when data is sent on the Signal line. If you need to chain more than one, or want to connect some other NeoPixels to the output, there’s a pin for the Output signal on the board.
Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards
Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!
Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: Diving into the Raspberry Pi RP2350, Python Survey Results and more! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi
EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey
I really like this idea and would love to see a more advanced version.
I would love to see a 24V version of this. 24V strips are widely available, and don’t have the voltage drop problems of 5V strips on long runs. I guess I could use 12V strips, but I already have the 24V ones installed in my ceiling.
(It would be fine if that required a separate 5V logic power supply and 24V LED power supply, if that is easier).
Would also be great to see a 5 channel version, for RGBW and RGB-CCT strips. (For anyone who hasn’t come across it before, CCT is Changeable Colour Temperature, so they have 5 channels – R/G/B/Warm White/Cold White). Having two WS2811F chips on the board would allow that. It could be done with two of these modules as-is, but that’s kludgy and bulky.
Would also be really good to have a pluggable connector for data out. The ability to chain multiple of these, to control multiple strips, is a really powerful idea. Sure it’s doable with a soldered wire, but again that’s kludgy.
I really like this idea and would love to see a more advanced version.
I would love to see a 24V version of this. 24V strips are widely available, and don’t have the voltage drop problems of 5V strips on long runs. I guess I could use 12V strips, but I already have the 24V ones installed in my ceiling.
(It would be fine if that required a separate 5V logic power supply and 24V LED power supply, if that is easier).
Would also be great to see a 5 channel version, for RGBW and RGB-CCT strips. (For anyone who hasn’t come across it before, CCT is Changeable Colour Temperature, so they have 5 channels – R/G/B/Warm White/Cold White). Having two WS2811F chips on the board would allow that. It could be done with two of these modules as-is, but that’s kludgy and bulky.
Would also be really good to have a pluggable connector for data out. The ability to chain multiple of these, to control multiple strips, is a really powerful idea. Sure it’s doable with a soldered wire, but again that’s kludgy.