Friday 29 June 2018

operational amplifier - How make a dual +-12V supply from a 24V SMPS


I'm trying to power a home-made load cell transmitter using a 24V single SMPS. I need to make +12, 0 and -12 Volts that are capable of 50mA. I wish to power multiple channels of opamps and bridges.


I don't have much budget and availability of components in India.


I have an idea to use 1 LM7812 an 1 LM7912(negative) linear voltage regulators and a voltage divider setup to do this as per the circuit below.


schematic



simulate this circuit – Schematic created using CircuitLab


Would this work? I've modified it from the suggestions and articles elsewhere.


Somebody suggested me one other circuit but I am concerned about the current capabilities of the opamp.


schematic


simulate this circuit


Would this work? If yes, please suggest suitable op-amp.


Are there any other techniques that would do the job economically?



Answer



You first idea will not work at all.





Your second idea will work, but many OP-Amps aren't going to deliver more than a few mA on their output, which limits the current your circuit may draw from the virtual ground. There are Power-OP-Amps available which may deliver up to a few ampere, but if you cannot get your hands on one, you can use a PNP/NPN transistor pair to increase the output current:


schematic


simulate this circuit – Schematic created using CircuitLab


The OP-Amp will take care of stabilizing the output so it matches the voltage set by the input voltage divider. Take care of capacitive loads, as Spehro noted in his answer, though.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...