2
\$\begingroup\$

I want to use a buck converter which steps down 12 V DC to 5 V constant DV output to power my custom PCB.

I came across a buck converter in market which can do it but there is potentiometer on it which can be adjusted to vary the output voltage.

Below you can see the schematic for the buck converter and where I plan to remove the potentiometer and put fixed resistors to get a 5 V constant output.

enter image description here

enter image description here

Can someone help me in how to put fixed resistors in place of potentiometer and how to calculate the value of resistor?

MP2307 Data sheet

\$\endgroup\$
8
  • \$\begingroup\$ Please link the data sheet for the MP2307. \$\endgroup\$
    – Andy aka
    Commented Jun 21, 2023 at 14:35
  • 1
    \$\begingroup\$ The datasheet will explain how to calculate the resistor value, but if you have the unit in front of you why not just set the desired voltage, remove the pot, measure the resistance that gives the voltage? \$\endgroup\$ Commented Jun 21, 2023 at 14:39
  • 1
    \$\begingroup\$ It is straight-forward from the data sheet I have linked. \$\endgroup\$ Commented Jun 21, 2023 at 14:41
  • \$\begingroup\$ Here's a site to calculate feedback resistor values given the part's feedback or reference voltage. You can put the low side resistor value in as "fixed" and it will tell you what to use for the high side and what the output voltage and tolerance will be: syncbuck.com \$\endgroup\$
    – John D
    Commented Jun 21, 2023 at 14:52
  • \$\begingroup\$ Thanks all for replying, got it !! \$\endgroup\$
    – Ashish1313
    Commented Jun 21, 2023 at 14:55

2 Answers 2

5
\$\begingroup\$

What matters is the internal reference voltage inside the circuit. The data-sheet states a reference voltage of 0.925 V. Therefore, the resistive divider made of your potentiometer and the low-side resistance \$R_2\$ must be sized so that, in regulation, the voltage at pin 5 is 0.925 V.

You can either disconnect your potentiometer once you have the correct voltage and measure its resistance or calculate the resistance value with the below expression:

enter image description here

This is an approximate expression neglecting the bias current contribution from the feedback pin but if the current in the divider is strong enough, it is usually not an issue. The calculation is also given in the data-sheet, page 7.

\$\endgroup\$
2
\$\begingroup\$

$$V_{FB} = V_{OUT}\ \frac {R_2}{R_1 + R_2} $$

Which means that:

$$R_1 = \left( \frac {V_{OUT}}{V_{FB}} - 1\right) \ R_2$$

So using the 8.2kΩ on the board with 5V output, you need to replace the potentiometer with 36.1kΩ (standard 2%) resistor.

Less parts to replace.

\$\endgroup\$

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