Hello.
I am designing a PCB on which I will use a buck converter to stabilize voltage from 12V to 3.3V that will be used by a low-current microcontroller.
I am a new to PCB design and I've never used SMD buck converters, so I decided to buy the buck converter I intend to use and test how it works on a breadboard.
Since the chip comes in SOT23-6 package, I used SOT-to-DIP converter board.
I intend to use MT2492 buck converter (datasheet). It seems to follow my needs (12V input voltage, 3.3V output voltage). I will use no more than 200 mA of current even though 2A is allowed.
The problem
When I connected it as recommended by the datasheet I found that the output voltage is not what I expect it to be (3.3V). Usually it is higher, but it also can be lower.
If I understand correctly, the voltage at the Vfb (voltage feedback pin) must be equal to the regulator feedback reference voltage. In the case of MT2492 it must be equal to 0.6V. But it's not equal to 0.6V. Sometimes the voltage at the Vfb is 0.4V, sometimes it is 2V.
It is also dependent on the input voltage, while it should not be (or should it?).
I used two different power supplies: 5V and 12V. For the 12V power supply the output voltage also was higher, while all the other components were the same, including the voltage-dividing resistors.
Also, the output voltage seems to be stable, not noisy. However, wrong.
Connection
Here is the exact schematic of the connection of the buck converter on breadboard:
The resistor selection for the output voltage of 3.3V:
The inductor inductance selection:
I selected the inductor ripple current to be 30% of the maximum current (200 mA), so 60 mA. As per datasheet, the switching frequency is 0.6 MHz.
I could not find the inductor with the exact inductance in my local store, but I could find 10uH, 47uH, 100uH, 220uH.
I tried all of them. None of them fixed the problem.
For both input and output capacitors I used 22uF ceramic capacitors.
I could not find 22uF ceramic capacitors in package with legs, I could only find in SMD package. So I soldered copper wires (with isolation) to the terminals of the capacitors and then inserted the wires in the breadboard.
Notes
To ensure that the buck converter is not broken I bought and tried two more, and none of them worked as I expect.
Question
Can I always expect it to stabilize voltage to 0.6V at the Vfb pin?
If so, why the buck converter may not stabilize the voltage?
What should I try?
Thanks in advance!