Author Topic: Linear Regulator Output Adjustment  (Read 592 times)

0 Members and 1 Guest are viewing this topic.

Offline joniengr081Topic starter

  • Regular Contributor
  • *
  • Posts: 169
  • Country: no
Linear Regulator Output Adjustment
« on: June 10, 2024, 06:31:34 am »
Hello,

I am wondering about Digital Potentiometer DS1868B in order to adjust the output voltage of a Linear Regular using voltage divider. Let's suppose I have a Linear Regulator with a fixed output of 3.3 V and the Linear Regulator can deliver or support 1.5 A load current.

If the load requirement I my design is variable between 2.5 V to 3.0 V with current approximately 1 A. Can I use Digital Potentiometer DS1868B in a voltage divider such that I can adjust the output voltage by Digital Potentiometer DS1868B through FPGA ?

How much current will run through the voltage divider resistors ? Do I need to care about power rating of the resistors used in the voltage divider ?
 

Offline xvr

  • Frequent Contributor
  • **
  • Posts: 290
  • Country: ie
    • LinkedIn
Re: Linear Regulator Output Adjustment
« Reply #1 on: June 10, 2024, 10:26:54 am »
Quote
Can I use Digital Potentiometer DS1868B in a voltage divider such that I can adjust the output voltage by Digital Potentiometer DS1868B through FPGA ?
You can't use Digital Potentiometer as direct divider between output of LDO and load because current capacity of DP is quite low (mA ranges).
You can't use DP in feedback/ground circuit of LDO because any divider here can also increase output voltage of LDO, but you need to decrease it.
You can create buffered (by transistor) divider between LDO output and load, but it will be roughly the same as adding another one LDO to already existing one.
 

Offline joniengr081Topic starter

  • Regular Contributor
  • *
  • Posts: 169
  • Country: no
Re: Linear Regulator Output Adjustment
« Reply #2 on: June 10, 2024, 11:58:57 am »
The third option you mentioned with transistor. Can I also invert the voltage as well ? But this will be a fixed output. I am wondering how can I control the voltage level through FPGA. I also need to make it adjustable.
 

Offline xvr

  • Frequent Contributor
  • **
  • Posts: 290
  • Country: ie
    • LinkedIn
Re: Linear Regulator Output Adjustment
« Reply #3 on: June 10, 2024, 12:08:52 pm »
No, transistor can't invert output - it used as simple follower. For digital control of output can be used various regulators (both liner and switched mode) and even trivial opamp circuit. It depends on requirements for current and stability. There are a set of regulator with direct digital control also exist.
 

Offline joniengr081Topic starter

  • Regular Contributor
  • *
  • Posts: 169
  • Country: no
Re: Linear Regulator Output Adjustment
« Reply #4 on: June 10, 2024, 12:13:39 pm »
Thanks for your comment. Do you mean linear regulator with digital control through FPGA. I am not aware of. Kindly give me some example because this is exactly what I am looking for.
 

Offline xvr

  • Frequent Contributor
  • **
  • Posts: 290
  • Country: ie
    • LinkedIn
Re: Linear Regulator Output Adjustment
« Reply #5 on: June 10, 2024, 12:23:13 pm »
Almost any PMIC. Most of them controlled through I2C
 


Offline David Hess

  • Super Contributor
  • ***
  • Posts: 16772
  • Country: us
  • DavidH
Re: Linear Regulator Output Adjustment
« Reply #7 on: June 10, 2024, 04:17:34 pm »
To lower the output voltage of a fixed regulator requires a negative supply, and the voltage divider may still need to be buffered with an operational amplifier or a couple of transistors.
 

Offline joniengr081Topic starter

  • Regular Contributor
  • *
  • Posts: 169
  • Country: no
Re: Linear Regulator Output Adjustment
« Reply #8 on: June 11, 2024, 05:07:27 am »
It is mentioned that "voltage divider may still need to be buffered with an operational amplifier or a couple of transistors."

The Linear Regulator we have is a fixed output of 3.3 V that can deliver or support 1.5 A load current as maximum.

The load requirement is variable between 2.5 V to 3.0 V with current approximately 1 A. The negative voltage (between 2.5 V to 3.0 V) is also fine. This is not mentioned in the port #1.

I am wondering how can I use operational amplifier to buffer and reduce the voltage of fixed output Linear Regulator.

There are two basic configuration of operational amplifier I can refer here.

Inverting: The output voltage is Vout = -(R1/R2) x Vin

Non-inverting: The output voltage is Vout = (1 + R1/R2) x Vin

The inverting configuration can reduce and invert the polarity. But how about the maximum load current capability ? is this limited by the output current of the Operational Amplifier ? Usually the output current of the Operational Amplifier is around 100 mA. How can I get 1 A ?
 
 

Offline joniengr081Topic starter

  • Regular Contributor
  • *
  • Posts: 169
  • Country: no
Re: Linear Regulator Output Adjustment
« Reply #9 on: June 11, 2024, 05:08:38 am »
Also back to Digital Potentiometer DS1868B from the first post. In which kind of application we can use Digital Potentiometer DS1868B ?
 

Offline xvr

  • Frequent Contributor
  • **
  • Posts: 290
  • Country: ie
    • LinkedIn
Re: Linear Regulator Output Adjustment
« Reply #10 on: June 11, 2024, 10:01:06 am »
Quote
I am wondering how can I use operational amplifier to buffer and reduce the voltage of fixed output Linear Regulator.
Something like this:


Quote
The inverting configuration can reduce and invert the polarity.
If you want to get negative voltage from opmap you should supply negative power for it.

Quote
But how about the maximum load current capability ? is this limited by the output current of the Operational Amplifier ?
Yes. You can use opamp with power output stages (as from Apex - but they are VERY expensive). Or use just powerfull enough opamps: Digikey opamps

(OPA567 - just first)

Or use transistor in output cascade (as above)
« Last Edit: June 11, 2024, 10:03:46 am by xvr »
 

Offline wraper

  • Supporter
  • ****
  • Posts: 17048
  • Country: lv
Re: Linear Regulator Output Adjustment
« Reply #11 on: June 11, 2024, 10:17:59 am »
You absolutely don't need digital potentiometer for this. You need either smoothed PWM or DAC.
 
The following users thanked this post: joniengr081

Offline wraper

  • Supporter
  • ****
  • Posts: 17048
  • Country: lv
Re: Linear Regulator Output Adjustment
« Reply #12 on: June 11, 2024, 10:20:58 am »
Quote
I am wondering how can I use operational amplifier to buffer and reduce the voltage of fixed output Linear Regulator.
Something like this:
...
Yes and the result is relatively expensive crappy 8-bit DAC.
 
The following users thanked this post: joniengr081

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 16772
  • Country: us
  • DavidH
Re: Linear Regulator Output Adjustment
« Reply #13 on: June 11, 2024, 11:02:55 am »
It is mentioned that "voltage divider may still need to be buffered with an operational amplifier or a couple of transistors."

The Linear Regulator we have is a fixed output of 3.3 V that can deliver or support 1.5 A load current as maximum.

The load requirement is variable between 2.5 V to 3.0 V with current approximately 1 A. The negative voltage (between 2.5 V to 3.0 V) is also fine. This is not mentioned in the port #1.

I am wondering how can I use operational amplifier to buffer and reduce the voltage of fixed output Linear Regulator.

Whether the operational amplifier is required depends on the whether the regulator has an adjustment pin or common pin.

An adjustment pin has low input bias current so the voltage divider, with a negative voltage reference, can be directly connected.  If the regulator has a common pin, then this is where the quiescent current of the regulator flows, and then the operational amplifier will be required to buffer the voltage divider, but a negative reference voltage will still be required.

In all cases a negative voltage reference will be required to pull the adjustment or common pin below ground to achieve a lower output voltage.
 

Offline joniengr081Topic starter

  • Regular Contributor
  • *
  • Posts: 169
  • Country: no
Re: Linear Regulator Output Adjustment
« Reply #14 on: June 11, 2024, 11:55:34 am »
@David Hess:

Thank you very much for your comment. Can you please explain bit more.
« Last Edit: June 11, 2024, 11:58:37 am by joniengr081 »
 

Offline joniengr081Topic starter

  • Regular Contributor
  • *
  • Posts: 169
  • Country: no
Re: Linear Regulator Output Adjustment
« Reply #15 on: June 11, 2024, 12:03:41 pm »
@xvr:
I did not know before that some operational amplifier can have higher output current for example 1A and above. 
 

Offline xvr

  • Frequent Contributor
  • **
  • Posts: 290
  • Country: ie
    • LinkedIn
Re: Linear Regulator Output Adjustment
« Reply #16 on: June 11, 2024, 01:21:46 pm »
Apex opamp can handle up to 50A and 2400V (not simultaneously of course)
 

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 16772
  • Country: us
  • DavidH
Re: Linear Regulator Output Adjustment
« Reply #17 on: June 11, 2024, 04:24:17 pm »
Thank you very much for your comment. Can you please explain bit more.

No matter how you lower the output voltage of the fixed regulator, it will require a supply voltage which is lower than ground by at least the amount that you want to lower the regulator's output.
 

Offline wraper

  • Supporter
  • ****
  • Posts: 17048
  • Country: lv
Re: Linear Regulator Output Adjustment
« Reply #18 on: June 11, 2024, 07:15:59 pm »
^Therefore generally you should use adjustable regulator version if you need voltage adjustment. Usually they output about 1.2V more than voltage present on adjustment pin.
 

Offline joniengr081Topic starter

  • Regular Contributor
  • *
  • Posts: 169
  • Country: no
Re: Linear Regulator Output Adjustment
« Reply #19 on: June 12, 2024, 11:49:48 am »
Thanks all for your comments. I will continue working on it and if there is still some question, I will put in a new thread.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf