Friday 21 June 2019

Splitting a power supply between two circuits


I have two separate circuit boards (clock & radio) that I'd like to place within the same enclosure. One takes 12V, and the other needs 3V. How can I utilize one AC adapter to power both boards appropriately?



Answer




Use a 12V DC output AC Adapter to power the 12V module directly. You will then need a voltage regulator or DC to DC converter to reduce the 12V down to the 3V required for your other module. If the current requirement for the 3V module is low you could build a linear regulator out of an LM317, two resistors, two capacitors and a heatsink.


If your current requirement is more than a small number of mA the LM317 style design will get very hot and so a switching type DC-DC converter module would be required. You can find these for sale on eBay. Building your own switching regulator requires a certain amount of experience with such designs. Here is a sample type thing from eBay that could suit your needs.


enter image description here


(image from above linked eBay auction page)


Here is a diagram of how the power lines from the 12V wall adapter would connect into your two modules.


enter image description here


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...