For a project we worked with a lt1173 boostconverter, to get 12V out of 3V3 and 5V. After analyzing the working thoroughly, I figured out that the duty cycle of the PWM, which operates the switch, controls the output voltage. So I thought; can't I use an arduino (or any other microcontroller) for this.
I thought I can put a PWM signal on an inductor and storage capacitor. And by controlling the duty cycle of the PWM signal (= analogRead) I could create a voltage higher then Vdd.
What I want to ask:
-
is this possible or would the induction voltage would do harm to the arduino. I am using a schottky diode as flyback diode ofc.
-
Do you need a feedback, I can use ofc the analog read and a voltage devider as feedback like existing boost converters do. But is it required, or would the output voltage be uncontrolable high
kind regards,
Bas