So aside from my usual programming, game devs and stuff, i recently picked up a new hobby.
Electronic Engineering, Designing and making circuits to be exact. I'm not nearly as skilled as person who studied it as major, But i had few successful results.
I design schematic in EDA Software and then order PCBs from China ( Which is stupid cheap for the quality ) and then put them together with soldering iron.
I could go for proper soldering station with hot air gun for better SMD soldering, But for now i'm just using cheap iron.
The circuit shown in this picture is variable Boost-Buck Circuit. Not the best topology possible, But for a beginner/DIY i think it does the job.
Haven't tested it yet but how it works is
12 V Input > (Boost) 50V 3A > (Variable Buck) 1 ~ 50V 3A
So it's what i can call "Noob's variable voltage supply".
Other than that, i mostly made USB Charger Circuits. Though, handling mains AC Voltage is too dangerous and making a proper circuit
that takes mains voltage is hard too, besides, AC-DC SMPS modules are cheaper, faster to just buy one.
But i have powerful 19V 4.74A 90W Adapter laying around, so i'm thinking of making a big USB charger to charge all my gadgets . So stay tuned x3
Electronic Engineering, Designing and making circuits to be exact. I'm not nearly as skilled as person who studied it as major, But i had few successful results.
I design schematic in EDA Software and then order PCBs from China ( Which is stupid cheap for the quality ) and then put them together with soldering iron.
I could go for proper soldering station with hot air gun for better SMD soldering, But for now i'm just using cheap iron.
The circuit shown in this picture is variable Boost-Buck Circuit. Not the best topology possible, But for a beginner/DIY i think it does the job.
Haven't tested it yet but how it works is
12 V Input > (Boost) 50V 3A > (Variable Buck) 1 ~ 50V 3A
So it's what i can call "Noob's variable voltage supply".
Other than that, i mostly made USB Charger Circuits. Though, handling mains AC Voltage is too dangerous and making a proper circuit
that takes mains voltage is hard too, besides, AC-DC SMPS modules are cheaper, faster to just buy one.
But i have powerful 19V 4.74A 90W Adapter laying around, so i'm thinking of making a big USB charger to charge all my gadgets . So stay tuned x3
Category Crafting / All
Species Unspecified / Any
Size 1280 x 960px
File Size 868 kB
Listed in Folders
hell yeah! electronic engineering is my bread and butter :3
and actually power supply creation is one of my primary fields x3
there are actually a number of high-efficiency buck-boost single chip solutions out there, can't remember the exact part number but TI and ST both make very good ones
and actually power supply creation is one of my primary fields x3
there are actually a number of high-efficiency buck-boost single chip solutions out there, can't remember the exact part number but TI and ST both make very good ones
typically not, the only real disadvantage of a buck-boost design over any other typology is the fact that one is always going to be less efficient in one mode than the other, not as much as two cascaded controllers but still enough to be annoying.
i did a little googling and some i have used that you might be interested in is the LT1072 and higher power LT1269CT
The LT1072 has a more detailed datasheet than the 1269 and includes lots of fun applications including voltage inverters and using a single controller for a split +/- supply and in a package thats much easier to solder than my go-to buck-boost chip the TPS63060, also the 1269 and 1072 look totally interchangeable just one having a higher power switch so one design should work with both :3
i did a little googling and some i have used that you might be interested in is the LT1072 and higher power LT1269CT
The LT1072 has a more detailed datasheet than the 1269 and includes lots of fun applications including voltage inverters and using a single controller for a split +/- supply and in a package thats much easier to solder than my go-to buck-boost chip the TPS63060, also the 1269 and 1072 look totally interchangeable just one having a higher power switch so one design should work with both :3
SEPIC designs have advantages, such as they are inherently current limiting and hard to kill, but complex and very high noise, typically used in automotive environments
but im glad to see more people get in to EE :3 if you ever have any questions let me know id be happy to answer, my specialties are power supplies, metrology, analog front ends and, digital design but have dabbled in a little bit of everything :P
but im glad to see more people get in to EE :3 if you ever have any questions let me know id be happy to answer, my specialties are power supplies, metrology, analog front ends and, digital design but have dabbled in a little bit of everything :P
Not bad
For various DC/DC boards i tend to just buy ready made chinese modules like these:
https://www.ebay.com/itm/NEW-DC-Boo.....e/123567641150
https://www.ebay.com/itm/DC-DC-Conv.....t/382219150784
Not only because they are so darn cheap that i can't even buy the components for that price, but also because they often actually work pretty well and it saves me work drawing a PCB. Always nice to keep a few around for a project.
For this particular project i would recommend making the first regulator a tracking supply. These types of regulators loose efficiency if the difference between the output and input is high. Instead of always boosting to 50V you can add a bit of circuitry to make the boost regulator output always follow about 3V above the buck regulator output. This means it needs to boost less and the buck needs to drop less. In this arrangement for under 10V output the boost regulator would stop switching at all and simply passes the output trough its internal diode, making it even more efficient. The datasheets usually don't tell you about these tricks.
Oh and a cheep hot air station is really helpful when working with SMD chips. I think i got mine for like 40 USD many years ago and its still doing the job, can even do BGA chips with it provided there is enough patience.
For various DC/DC boards i tend to just buy ready made chinese modules like these:
https://www.ebay.com/itm/NEW-DC-Boo.....e/123567641150
https://www.ebay.com/itm/DC-DC-Conv.....t/382219150784
Not only because they are so darn cheap that i can't even buy the components for that price, but also because they often actually work pretty well and it saves me work drawing a PCB. Always nice to keep a few around for a project.
For this particular project i would recommend making the first regulator a tracking supply. These types of regulators loose efficiency if the difference between the output and input is high. Instead of always boosting to 50V you can add a bit of circuitry to make the boost regulator output always follow about 3V above the buck regulator output. This means it needs to boost less and the buck needs to drop less. In this arrangement for under 10V output the boost regulator would stop switching at all and simply passes the output trough its internal diode, making it even more efficient. The datasheets usually don't tell you about these tricks.
Oh and a cheep hot air station is really helpful when working with SMD chips. I think i got mine for like 40 USD many years ago and its still doing the job, can even do BGA chips with it provided there is enough patience.
As far as im aware of this is the easiest trick to do tracking preregulation:
https://anotherelectronicsblog.file.....freg.png?w=650
Its that P MOSFET that is doing the trick. Here two regulators are chained together and the transistor is riding on the output voltage of the first switching regulator. Because the gate of the FET is tied to the output of the 2nd one means that whenever the main output is lower than the gate threshold voltage of the transistor(about 2 to 5V, depends on what FET you use) then the transistor turns on and feeds current into the voltage divider on the FB pin. This makes the divider voltage rise making the first regulator thinks that the output is too high so it reduces the voltage. It keeps doing this until the voltage is just below the transistors threshold, turning the transistor back off and this stops the regulator from reducing its output any more. This backwards feedback loop keeps doing it and makes sure the 1st regulator always outputs about 2 to 5V above the output of that 2nd regulator.
In this particular schematic its used to reduce the power loss on the 2nd linear regulator (Good for clean low noise output), but this same thing can be used with any combination regulators as long as the 1st regulator has a external FB pin. The FET also carries no power so it can be a tiny SMD signal FET that costs a few cents each.
In fact you can likely easily mod your existing board to do this by soldering a small SOT-23 FET across the top feedback resistor on your boost regulator (The FET is about the same size as a resistor anyway) and running a bodge wire from the gate to the output.
I can give you a poke on discord if you want any other tips and tricks.
https://anotherelectronicsblog.file.....freg.png?w=650
Its that P MOSFET that is doing the trick. Here two regulators are chained together and the transistor is riding on the output voltage of the first switching regulator. Because the gate of the FET is tied to the output of the 2nd one means that whenever the main output is lower than the gate threshold voltage of the transistor(about 2 to 5V, depends on what FET you use) then the transistor turns on and feeds current into the voltage divider on the FB pin. This makes the divider voltage rise making the first regulator thinks that the output is too high so it reduces the voltage. It keeps doing this until the voltage is just below the transistors threshold, turning the transistor back off and this stops the regulator from reducing its output any more. This backwards feedback loop keeps doing it and makes sure the 1st regulator always outputs about 2 to 5V above the output of that 2nd regulator.
In this particular schematic its used to reduce the power loss on the 2nd linear regulator (Good for clean low noise output), but this same thing can be used with any combination regulators as long as the 1st regulator has a external FB pin. The FET also carries no power so it can be a tiny SMD signal FET that costs a few cents each.
In fact you can likely easily mod your existing board to do this by soldering a small SOT-23 FET across the top feedback resistor on your boost regulator (The FET is about the same size as a resistor anyway) and running a bodge wire from the gate to the output.
I can give you a poke on discord if you want any other tips and tricks.
FA+

Comments