Maker Pro
Maker Pro

Placement of batteries (button cells) in the same plane on two sides of PCB

Hi,
In my design I need 4 batteries in total and hence I have placed two on one side of the PCB and two on the other side right below the first two.
Because rest of the circuit isn't too big and the batteries are eating up too much space.
But will that cause a problem in any way if the power signal traces are running parallel to each other on the two sides of the board?
Do I need to change the placement or this won't cause any substantial problem?
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
I can't see there would be a problem.

But I'd probably put all the batteries on one side of the board.
 
I agree with *steve* and KrisBlueNZ.
I know you're concerned about the amount of space placing the batteries on one side of the board, but as a tech who has to work on boards designed by people like you, I appreciate it when the board construction
allows for easy access/replacement of batteries. Sooner or later that will need to be done. You might consider checking into the many different types of battery mounts. If space between boards allows, I've worked on
a lot of instruments where the battery mount is raised up off of the board, allowing for circuitry underneath the mount. (So board space is not impacted as much).
 
The question I would ask is why you need 4 batteries?

Bob

I am using opamps with dual rail supply
Opamp needs +- 6V.
And my microcontroller needs +3.3V
So I need four 3V batteries for generating these voltages.
Is there any other way I can generate these voltages on the board?
 
There are opamps that will operate from a single supply of 3V. How are you using them, do you need the whole 12V range?

Bob
 
Hi Bob,
Yes I need the entire 12 V range
I am using LM386 which needs a single supply of 6V and ground
and I am using LM741 which needs dual rail supply of +6V and -6V.
Also I am using a microcontroller which needs 3V.
So for generating these different voltage values I am using four 3V cells.
 

davenn

Moderator
The 741 is a VERY old Op-Amp
There are much newer and lower noise ones these days
it would be worth you considering a change :)
 
I understand that the opamps you have chosen may require + and - 6V, but that is not what I was asking.

The real question is whether the signals they are processing need to be in that range. Because if all of the signals can be confined to 0 to 3V, you can use 3V rail-to-rail opamps instead and get by with 1 battery. If you need + and - 3V your can get by with two batteries, or you can generate the - voltage from the + voltage with a buck-boost converter, which inverts the output voltage.

The '741 is an obsolete opamp that performs miserably compared to modern op amps.

Also did you know that with the 741 with + and - 6V, your outputs are going to be constrained to about + and - 3V?

And the LM386 can be replaced by bridge amplifiers that would match it's performance with 3V.

If you want any more help, you will have to tell us more about what you are trying to do. I just think that needing 4 batteries because you are using an obsolete op amp is not the optimal solution.


Bob
 
Top