How would i wire a 4 pin rgb strip. (power,G,R,B) to the esp32 which requires almost 22 volts of power to run!

How would i wire a 4 pin rgb strip. (power,G,R,B) to the esp32 which requires almost 22 volts of power to run !!!

2 Likes

Something like this:

This is for a LED strip that requires up to 60V and 18A across three separate LED strings (within one strip) which is what your LED strip sounds like. It includes the logic to convert the sequential data stream into the three separate strings.

Here is a similar item:

which does the same job but is driven from 3 separate data lines using PWM to control the brightness of each of the colors and therefore the colour of the whole strip.

If you post the details of your LED strip and the MCU you are using then it might be possible to be more specific about exactly which item would suit best and what code would be neeed to get it all working.

4 Likes

Hi Vineel,

How are you traveling with your ESP32 LED strip project? Were you able to get it powered using Jeff’s suggestions or a different device?

1 Like