-
Adding the LM358
05/07/2023 at 14:31 • 0 commentsLet's finally add the LM358 to the mix.
Without Load
It works quite well without any load.
Positive & Negative outputs are within 50mV of the input with a simple voltage follower.
With Load
As expected, with some load, the voltage isn't that great : 3.3V only at 2.4mA, which isn't surprising, given the output of the charge pump.
Conclusion & Improvements
My initial idea didn't work as well as expected. Without load it is perfect, but as soon as some load is added, the voltage drops.
But the good findings are that the charge pump is the weak link here. So, if it is improved it should be fine.
I'll planning to try 2 improvements:
- Using a LMC555, which is the CMOS version of the NE555 as suggested in the comments by Ken Yap.
- Using a CD4069 CMOS buffer to achieve the same effect than using the LMC555.
Once I'll manage a stable output even with the max expected load from the LM358, I'll aim to miniaturize on a PCB.
-
Breadboard Time for the Charge Pumps!
05/07/2023 at 13:23 • 0 commentsSimulation works nicely, now let's try it out for real.
As Ken Yap nicely commented, there is a strong voltage drop in the bipolar NE555, typically 1.7V. The usual way is to leverage a CMOS version such as the LMC555, but as I'm aiming for very common components, I'll use only regular NE555.
Building the charge pumps
The charge pumps are not hard to build. I'm using a simple breadboard, and a very simple DIY USB powering for 5V.
Testing the outputs
Now, it is time to test the 2 voltage outputs.
A very nice 9V and -4V.
Issue is that it doesn't hold the voltage as nicely with some load. I tested with a yellow LED in series with a 1k resistors and it falls to 4.5v with a current of 2.4 mA (2.4V across a 1k resistor).
Anyway, let's try with the LM358 now.
-
Everything starts in a simulator
05/07/2023 at 12:36 • 3 commentsFirst, I start all my designs in a simulator. I'm using the one from Paul Falstad, as it is dead simple to use, and working well enough for most of my needs.
I'm using a NE555 to generate a dual voltage power source from a single voltage one. The pattern is very common : a simple capacitor charge pump for each voltage.
I don't need to have a very high or low voltage, as I only need to supply a little more that the voltage drops in the opamp IC.
Note, I also leverage the fact that the NE555 has a rather strong output, and it will be able drive both charge pumps directly without needed to use buffers.
The values I'm using are also rather common as it is only power-of-ten. Which are the most easy to source components.
The diodes will be the very common 1N4148, also ubiquitous to find. Using some Schottky ones like the 1N5711 might be more efficient, but they are more difficult to source.
The circuit is available in the Live Simulation.