| Author |
Message |
jamboard
Joined: Nov 19, 2009 Posts: 18 Location: UK
|
Posted: Thu Nov 19, 2009 5:10 am Post subject:
Power supply? Subject description: 12V DC -> -5V/0/5V DC |
 |
|
I need to generate -5V/0/5V for my synth project but I don't want to mess with 230V / transformers - indeed I want to build something small I can connect to one of the numerous 12V/500mA bricks I have around.
I need something like 150mA on the +5V rail (backlit display, a lot of LEDs + the audio circuitry), 50mA on the -5V rail (used only for the audio circuitry). Currently, I have a 7810 -> 2.2k/2.2k divider -> 741 -> BD135+BD136 push-pull (741 + push-pull replacing a high-output current op-amp), but I am not sure it is well suitable for the unbalanced load.
If you have already built something like that, your advice is appreciated! There are plenty of virtual ground circuits out there but I am just lost with all these options, none of them really matching my use case. |
|
|
Back to top
|
|
 |
blue hell
Site Admin

Joined: Apr 03, 2004 Posts: 24670 Location: The Netherlands, Enschede
Audio files: 330
G2 patch files: 320
|
Posted: Thu Nov 19, 2009 5:30 pm Post subject:
|
 |
|
jamboard.
Does the backlight have to be ground referenced? If not, the current could be better balanced ... _________________ Jan
also .. could someone please turn down the thermostat a bit.
9 3 4 .. erm .. not 13 then? .. hmm, ah eight! .. yeah yeah as in 8647 .. 47 is an 88 .. pwew .. numbles! |
|
|
Back to top
|
|
 |
jamboard
Joined: Nov 19, 2009 Posts: 18 Location: UK
|
Posted: Thu Nov 19, 2009 5:41 pm Post subject:
|
 |
|
Hi,
Good idea, if the backlight could be individually powered by the -5V/0V, this would shift ~50mA from the + rail to the - rail and balance the thing. But I'm using this:
http://www.sparkfun.com/commerce/product_info.php?products_id=813
which uses a common ground and supply for the back light, the controller, and the LCD itself. So the ground and +5V supply have to be the same as that of the microcontroller connected to the display (and pretty much all the digital section of the thing). |
|
|
Back to top
|
|
 |
blue hell
Site Admin

Joined: Apr 03, 2004 Posts: 24670 Location: The Netherlands, Enschede
Audio files: 330
G2 patch files: 320
|
Posted: Thu Nov 19, 2009 5:50 pm Post subject:
|
 |
|
Ah yes, I see .. a smart backlight, nice thing in itself ... but the pulse width modulation in combination with a virtual ground may not be the best idea indeed.
Can't come up with a smart idea for avoiding a real double supply tho.
At least make sure to have some proper AC decoupling for the virtual ground to filter out the PWM stuff (to the + and - supply lines). _________________ Jan
also .. could someone please turn down the thermostat a bit.
9 3 4 .. erm .. not 13 then? .. hmm, ah eight! .. yeah yeah as in 8647 .. 47 is an 88 .. pwew .. numbles! |
|
|
Back to top
|
|
 |
jamboard
Joined: Nov 19, 2009 Posts: 18 Location: UK
|
Posted: Thu Nov 19, 2009 6:18 pm Post subject:
|
 |
|
| Blue Hell wrote: | Ah yes, I see .. a smart backlight, nice thing in itself ... but the pulse width modulation in combination with a virtual ground may not be the best idea indeed.
Can't come up with a smart idea for avoiding a real double supply tho.
At least make sure to have some proper AC decoupling for the virtual ground to filter out the PWM stuff (to the + and - supply lines). |
I have a pair of 220uF / 100nF caps between the positive/negative rails and the virtual ground. Does that look reasonable?
I can think of one commercial synth which could have the same power requirements: the DSI Mopho (similarly looking LCD, powered by a 13-15V DC brick, not sure what's inside but say a micro and a bunch of CEM-like analog things...). How do they do it? |
|
|
Back to top
|
|
 |
blue hell
Site Admin

Joined: Apr 03, 2004 Posts: 24670 Location: The Netherlands, Enschede
Audio files: 330
G2 patch files: 320
|
Posted: Thu Nov 19, 2009 6:26 pm Post subject:
|
 |
|
Looks reasonable, but would check with scope ... re. how they do it ... probably a switching power supply. _________________ Jan
also .. could someone please turn down the thermostat a bit.
9 3 4 .. erm .. not 13 then? .. hmm, ah eight! .. yeah yeah as in 8647 .. 47 is an 88 .. pwew .. numbles! |
|
|
Back to top
|
|
 |
bod
Joined: Apr 28, 2009 Posts: 148 Location: Glasgow
|
Posted: Fri Nov 20, 2009 3:27 am Post subject:
|
 |
|
what about the ICL7660 (i think thats what its called), you could run 12v into that, create a -12v supply, regulate down to -5v with a 7905, and a 7805 for the +5v from the same 12v that was supplying the icl7660?
i've been using this for my cem3394 experiments and a variety of other things. the only issue with not regulating the negative supply, is that there is a slight voltage drop, so instead of -12v you get something like -11.6.
maybe there is a way round this though if any one knows? |
|
|
Back to top
|
|
 |
spippoli

Joined: Nov 23, 2008 Posts: 19 Location: Italia_pizza_mandolino
|
Posted: Fri Nov 20, 2009 4:42 am Post subject:
|
 |
|
| Don't know if a icl7660 would do, but anyway max1044 is a better chip. They're pin equivalent but with icl7660 you get a 10KHz ripple that will result in noise in the audio, while with max1044 (pins 1 and 8 bridged) the ripple is well out of audio frequencies |
|
|
Back to top
|
|
 |
jamboard
Joined: Nov 19, 2009 Posts: 18 Location: UK
|
Posted: Fri Nov 20, 2009 4:43 am Post subject:
|
 |
|
Two questions about this switched capacitors thing:
- I checked the datasheet of several 7660 likes and they all work at 10kHz. Would this create an audible whine/buzz? If you have a scope, can you observe this? Do you know some equivalent of the 7660 with a higher switching frequency? The MAX1044 (a 7660 clone) has a "BOOST" pin to enable a faster switching frequency outside the audio range, but it's not available in a DIP package...
- What would be the respective advantages/disadvantages of:
* Getting -12V with a 7660 and regulating each branch with a simple 7x05.
* Getting +5V with a 7x05 and inverting it with a 7660? |
|
|
Back to top
|
|
 |
jamboard
Joined: Nov 19, 2009 Posts: 18 Location: UK
|
Posted: Fri Nov 20, 2009 4:44 am Post subject:
|
 |
|
| spippoli wrote: | | Don't know if a icl7660 would do, but anyway max1044 is a better chip. They're pin equivalent but with icl7660 you get a 10KHz ripple that will result in noise in the audio, while with max1044 (pins 1 and 8 bridged) the ripple is well out of audio frequencies |
That's exactly what I was looking at Is the 1044 available in a DIP package? |
|
|
Back to top
|
|
 |
jamboard
Joined: Nov 19, 2009 Posts: 18 Location: UK
|
|
|
Back to top
|
|
 |
bod
Joined: Apr 28, 2009 Posts: 148 Location: Glasgow
|
Posted: Fri Nov 20, 2009 5:59 am Post subject:
|
 |
|
i agree that you do get ripple noise with the icl, and it bugged me endlessly for many moons... however, theres a thread in the MFOS forum that covers this, and someone there, who's name escapes me, found that connecting pin one of the icl7660 to the positive supply worked and removed the noise, at least at audio levels!
it work for me as well with the ones i had bought from Rapid in the uk. a nice wee hack!! |
|
|
Back to top
|
|
 |
jamboard
Joined: Nov 19, 2009 Posts: 18 Location: UK
|
Posted: Fri Nov 20, 2009 6:03 am Post subject:
|
 |
|
| bod wrote: | i agree that you do get ripple noise with the icl, and it bugged me endlessly for many moons... however, theres a thread in the MFOS forum that covers this, and someone there, who's name escapes me, found that connecting pin one of the icl7660 to the positive supply worked and removed the noise, at least at audio levels!
it work for me as well with the ones i had bought from Rapid in the uk. a nice wee hack!! |
On the MAX1044, the pin 1 (labelled "boost") is supposed to multiply the switching oscillator frequency by 6, moving it outside of the audio range. Maybe this is available on many other 7660 variants? |
|
|
Back to top
|
|
 |
bod
Joined: Apr 28, 2009 Posts: 148 Location: Glasgow
|
Posted: Fri Nov 20, 2009 6:11 am Post subject:
|
 |
|
http://electro-music.com/forum/topic-32855.html
thats the thread, i really made my day reading that and then trying it! i'm waiting on a new scope (if SWMBO takes a hint for my christmas poresent.... ) to see just how bad it is, but i cant hear it any more, and i works fine for my sound lab and filter modules i've built recently. i'm going to take them down to my friends recording studio to see if we can pick anything up on highend recording equipment.
the data sheet for the icl7660a (the 12v model) shows pin one as no connection, but maybe these are all just the same chips with different branding and different datasheets?
they can only pump out 100ma, but thats enough for most of my projects and modules, and cheap enough to build into each one. |
|
|
Back to top
|
|
 |
jamboard
Joined: Nov 19, 2009 Posts: 18 Location: UK
|
Posted: Wed Nov 25, 2009 4:41 am Post subject:
|
 |
|
| Thanks all, it worked perfectly with a 1044! |
|
|
Back to top
|
|
 |
|