I've done some more research and found that the MOSFET interleaving technique I'm using has already been discovered which is nice to know.
https://dl.acm.org/doi/10.1145/3772326.3774741I've also found some research on wide input and output range buck converters.
https://www.sciencedirect.com/science/article/abs/pii/S1879239125004709I've also found some research on single bit feedback control which will be used to regulate the buck converters.
https://www.sciencedirect.com/science/article/abs/pii/S0947358024002061Input power sequencing solutions exist, but they assume conditions that don't exist in this project.
https://resources.altium.com/p/what-power-sequencer-ichttps://www.analog.com/en/resources/analog-dialogue/articles/complex-power-supply-sequencing.htmlhttps://www.microchip.com/en-us/about/media-center/blog/2022/why-is-power-sequencing-neededhttps://docs.amd.com/r/en-US/xapp1375-power-sequencing/Digital-Sequencing-with-Analog-DevicesFrom what I've seen, the above solutions are quite complex and based on previous projects and breadboard circuits, simpler solutions exist.
Every solution that I've found assumes that the input supply is fixed and not power constrained. Because the power source will be a capacitor at start up with a very small charging current, the input conditions are a lot different and a different solution is required.
Pulse transformer gate drive circuits exist,
https://www.ti.com/lit/an/slla602/slla602.pdf?ts=1776513359966. But they make assumptions that don't apply when dual MOSFETs are used. The duty cycle and frequency will be fixed which eliminates a lot of problems.
Single bit feedback control is also well studied, but the solutions shown are complex.
https://www.sciencedirect.com/science/article/abs/pii/S0947358024002061The YouTube channel, "The Signal Path" has an excellent demonstration of how single bit feedback is used in analog to digital conversion.
,
https://youtu.be/z9u-QTDAeaM?t=757The hardware is extremely simple consisting of a comparator and gated flip-flop. When used as voltage regulator, the output will be taken after the integrator. An integrator is simply a low pass filter and the buck converter inductor and filter capacitor are a good substitute. LC low pass filters are a solved problem. The remaining hardware and calculations are used to extract a numerical value. but these are irrelevant in terms of voltage regulation. What is important is that the circuit is a simple, stable feedback loop which can regulate over a very wide dynamic range with high precision. I don't think it's possible to make the current voltage regulator circuit any simpler. A current regulator circuit will be equally simple.
The capacitor as power supply problem has been solved in one specific case with the triac driver design, but that solution is not extendible to other use cases. The proposed circuit should work better, but this won't be known until a full prototype is built. The individual parts have been tested, but a test of the full circuit under actual operating conditions is required. I believe the logic defining the solution is correct, but whether the circuit as designed correctly implements the logic remains to be seen.
The chips with UVLO capability can only turn on or off at one voltage. They have no capability to turn on at a particular high voltage and then turn off at a particular low voltage. This makes the feature useless for a capacitance based power source. There might be some way to add additional circuitry to take advantage of the UVLO feature, but the chip doesn't export its reference voltage which is required for voltage comparison. The only way to infer whether sufficient voltage is present is by trying to drive the output. This assumes that some other power is available to power up the chip and then test the UVLO.
The point of this project is not to make a commercial product. The end result will be a single board. The point of this project is to raise a number of different questions. Answers are a dime a dozen, especially now that AI is prevalent. Instead, asking the right questions is much harder and much more satisfying.
A good example is Edison's design of the electric dynamo. It was mathematically proven that an electric dynamo could only achieve maximum theoretical efficiency of 50%. This was the correct response to what was thought to be the right question. Edison thought otherwise and asked different questions during his research.
https://www.gutenberg.org/cache/epub/820/pg820-images.html, Such was the trend of public opinion at the time, but "after Mr. Kruesi had finished the first practical dynamo, and after Mr. Upton had tested it thoroughly and verified his figures and results several times—for he also was surprised—Edison was able to tell the world that he had made a generator giving an efficiency of 90 per cent." Ninety per cent. as against 40 per cent. was a mighty hit, and the world would not believe it. Criticism and argument were again at their height, while Upton, as Edison's duellist, was kept busy replying to private and public challenges of the fact.... "The tremendous progress of the world in the last quarter of a century, owing to the revolution caused by the all-conquering march of 'Heavy Current Engineering,' is the outcome of Edison's work at Menlo Park that raised the efficiency of the dynamo from 40 per cent. to 90 per cent." Edison never made money on his light bulb because of the constant patent fights. Instead, he made improvements to the telephone, concrete, batteries and numerous other everyday items. He also discovered wireless transmission before Hertz, but didn't understand what he had discovered. Hertz knew what questions to ask and had the mathematical ability to explain his findings. Edison happily conceded the discovery to Hertz mainly because of Hertz's better understanding.
Edison's assertions were treated with scepticism by the scientific world, which was not then ready for the discovery and not sufficiently furnished with corroborative data. It is singular, to say the least, to note how Edison's experiments paralleled and proved in advance those that came later; and even his apparatus such as the "dark box" for making the tiny sparks visible (as the waves impinged on the receiver) bears close analogy with similar apparatus employed by Hertz. Indeed, as Edison sent the dark-box apparatus to the Paris Exposition in 1881, and let Batchelor repeat there the puzzling experiments, it seems by no means unlikely that, either directly or on the report of some friend, Hertz may thus have received from Edison a most valuable suggestion, the inventor aiding the physicist in opening up a wonderful new realm. In this connection, indeed, it is very interesting to quote two great authorities. In May, 1889, at a meeting of the Institution of Electrical Engineers in London, Dr. (now Sir) Oliver Lodge remarked in a discussion on a paper of his own on lightning conductors, embracing the Hertzian waves in its treatment: "Many of the effects I have shown—sparks in unsuspected places and other things—have been observed before. Henry observed things of the kind and Edison noticed some curious phenomena, and said it was not electricity but 'etheric force' that caused these sparks; and the matter was rather pooh-poohed. It was a small part of THIS VERY THING; only the time was not ripe; theoretical knowledge was not ready for it." Again in his "Signalling without Wires," in giving the history of the coherer principle, Lodge remarks: "Sparks identical in all respects with those discovered by Hertz had been seen in recent times both by Edison and by Sylvanus Thompson, being styled 'etheric force' by the former; but their theoretic significance had not been perceived, and they were somewhat sceptically regarded."
The open question is how to make a MOSFET gate drive circuit which uses a capacitor based power supply with the least amount of power consumption both during start up and while running.
This may even be the wrong question.
There may be a different type of solution base on different operating principles. The obvious one is to use a current limiter and shunt regulator to drive the control circuit directly. This might be better, but the required operating current must be known in advance. With the capacitor power supply, there's a tradeoff between time and current. A low current and long startup time keeps static power consumption down, but dynamic power consumption caused by the high frequency gate drive may be problematic.
The only way to find out is to build the circuit and try out the different ideas.