ESP32 controlled LED board

I'm trying to make a project with an existing LED board/lamp, which I want to control with an ESP32 / ESP8266. Turn on/off and dim up/down.

I imagine it should be possible to remove the existing potientio meter from the LED driver board - and then connect an ESP32 board in some way instead, that can control the dimming.

The existing LED driver board:

The LED lamp :

The LED lamp use a 9V / 2,5Amp power supply.

I'm not sure how to do this or what is needed to make the improvement? Hope any of you can help me, thanks.

What is the voltage across the outer pot pins? Is it DC or AC? Be careful, or ask an experenced friend, if mains present on the board.

There is 3,0 V DC over the pot meter pins.

Good. Creating a variable DC signal calls for some extra circuitry. Either a filter attached to a PWM output, giving some ripple, or DAC circuit.

RT8482 is an LED driver. According to the datasheet, you may be able to replace the potentiometer with a digital potentiometer, or try changing the wiring and using the circuit with PWM control.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.