Overunity.com Archives is Temporarily on Read Mode Only!



Free Energy will change the World - Free Energy will stop Climate Change - Free Energy will give us hope
and we will not surrender until free energy will be enabled all over the world, to power planes, cars, ships and trains.
Free energy will help the poor to become independent of needing expensive fuels.
So all in all Free energy will bring far more peace to the world than any other invention has already brought to the world.
Those beautiful words were written by Stefan Hartmann/Owner/Admin at overunity.com
Unfortunately now, Stefan Hartmann is very ill and He needs our help
Stefan wanted that I have all these massive data to get it back online
even being as ill as Stefan is, he transferred all databases and folders
that without his help, this Forum Archives would have never been published here
so, please, as the Webmaster and Creator of this Forum, I am asking that you help him
by making a donation on the Paypal Button above
Thanks to ALL for your help!!


PWM chip with constant impulse time ?

Started by forest, April 19, 2015, 10:43:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

forest

Hi


I have a question for experienced electronic gurus here :


Do you know any chip which is working similiar to SG3525 or any other PWM , but with fixed (which can be set by user) ON time , while managing output voltage (like in DC-DC converters using voltage divider feedback) but with variable OFF time (and thus variable frequency) ?
Is there a known method of such kind of building DC converters ? How is that kind called ?


MarkE ? TinselKoala ? Somebody ?

picowatt

Quote from: forest on April 19, 2015, 10:43:00 AM
Hi


I have a question for experienced electronic gurus here :


Do you know any chip which is working similiar to SG3525 or any other PWM , but with fixed (which can be set by user) ON time , while managing output voltage (like in DC-DC converters using voltage divider feedback) but with variable OFF time (and thus variable frequency) ?
Is there a known method of such kind of building DC converters ? How is that kind called ?


MarkE ? TinselKoala ? Somebody ?


Pulse Frequency Modulation  (PFM)

http://www.digikey.com/en/articles/techzone/2014/mar/the-advantages-of-pulse-frequency-modulation-for-dc-dc-switching-voltage-converters

forest

Thanks picowatt


Do you know any simple popular pure PFM chip ?
Do you know if voltage regulation feedback loop in  PFM mode can be made using software code inside such microcontrollers as Attiny or Atmega ? Any code for that ? Mainly I wonder how to implement load regulation in case somebody switched off/on most of load and overvoltage on output capacitor should be prevented.

Drak

Hi forest,

I'm building a switching power supply using AVR's and other helper chips (mostly out of boredom). The ATtiny26 can PWM out at 250khz. I'm using an ATmega168p to control the ATtiny26's on time 0-255. If you want faster pwm than that you will either have to sacrifice resolution or choose a different chip.

forest

Drak


Maybe, but I'm not using PWM nor plan to use it (Well, maybe if I investigate it deeper to find the way to limit ON time width).
Thanks.PFM is exacly what I want with analog pin watching output capacitor voltage. Seems a lot of hacking before me to implement correct code :-)