0
\$\begingroup\$

I want to control some 20-30w led chip with mcu.They need 30-32V so i need step up for that. And thought about that cheap modules with XL6009. Is it possible to control them with PWM on EN pin?

\$\endgroup\$
1
  • \$\begingroup\$ Please link to the datasheet of the module. Without datasheet, we can't tell what it does, and then the right assumption is that it can't do what you want. \$\endgroup\$ Commented Aug 10, 2023 at 7:35

1 Answer 1

0
\$\begingroup\$

Without having a look at the circuit, we can't help you with what component to choose. Regarding the XL6009, if you have a look at the datasheet you can see that there is an enable pin :

enter image description here

You can also have a look at some typical application circuits to help you design yours.

\$\endgroup\$
5
  • \$\begingroup\$ yes something like this so i expect that would use typical schematic from datasheet. so if i would use pwm signal from mcu on EN pin would that result in 0-30v pwm output? \$\endgroup\$
    – useRR
    Commented Aug 10, 2023 at 9:04
  • \$\begingroup\$ if so would that be ok to dimm that led? \$\endgroup\$
    – useRR
    Commented Aug 10, 2023 at 9:12
  • \$\begingroup\$ @useRR It should do the job under some conditions. Firstly you will have to provide a DC input voltage to the IN+ pad and tune your potentiometer to get a 30V output. After that you will need your PWM signal to be 0-5V to use it as an enable signal. Secondly your PWM as to be under 400kHz for this component since it's the maximum switching frequency of the XL6009. \$\endgroup\$
    – Bibibou
    Commented Aug 10, 2023 at 9:33
  • \$\begingroup\$ Do i need to add some filter or its not necessary? \$\endgroup\$
    – useRR
    Commented Aug 10, 2023 at 10:39
  • \$\begingroup\$ @useRR without the datasheet of the PCB you wanna buy on ebay, it's hard to tell if there are already some filters or not. If not, it would be great to filter your IN+. \$\endgroup\$
    – Bibibou
    Commented Aug 10, 2023 at 12:06

Not the answer you're looking for? Browse other questions tagged or ask your own question.