Cloning a Sennheiser BA2015 battery pack
One of the annoying things about electronics is that so many companies must make their own incompatible battery packs. For many products these are expensive but at some level still reasonable, the battery pack contains the protection circuitry and some guaranteed high quality Li-ion cells.
This is not one of those devices. A significant portions of all wireless microphones by Sennheiser use the same BA2015 battery pack. These devices can also take two regular AA batteries but when using those it won't charge them in the dock. So how much would you pay for a bit of plastic around two standard Ni-mh AA batteries?
This is one of the cheaper legit ones. The smaller changes ask $80-$100 for them
I think this is a top contender for most expensive package of AA batteries you can get, and I have several microphones that need to have these replaced.
From the official Sennheiser page for these batteries:
It contains two rechargeable NiMH cells and is inserted into the battery compartment instead of two standard AA cells. The battery pack features an integrated sensor which indicates the battery status, monitors temperature during recharging and avoids the charging of non-rechargeable batteries.
The integrated sensor that gives this battery pack all these features is in fact a $0.02 NTC temperature sensor, most of the functionality they list here is actually the battery management chip that's in the microphone, not in the battery pack.
The only real reason for these things to exist is to avoid the charging of non-rechargeable batteries since you can put Alkaline AA batteries in this microphone and run it for a few hours, so this avoids that edge case of someone both owning the super expensive charging docks but removing the original battery and putting cheap non-rechargable batteries in there.
I get that might be a problem and I can't think of a better solution either, but that doesn't mean you have to ask this much money for this. It seems like third party battery manufacturers agree. This is why it's possible to get way cheaper replacement parts for it.
Third party replacement battery pack from the home brand of a dutch webshop
This is a lot better already! And a reasonable person would these in the microphones and be happy. But I'm not a reasonable person.
These packs just contain two cells made by Panasonic that you can just buy. If you go really cheap they can be $.95 per cell, for matching the specs of the original Sennheiser pack it's around $2.50 per cell. The NTC temperature sensor can be as cheap as $0.02 for the SMT part, but to be easier to construct and match the original a more expensive through hole part can be used for $0.20 instead. So for making 5 of these battery packs:
Prices from Mouser, it can be a lot cheaper if you use a ship that doesn't have as much markup.
Building a battery pack
The batteries in my microphones have already been replaced by the third party ones, so that means I have some old legit Sennheiser batteries to tear down to make a proper copy.
The first thing I did before breaking open the battery pack was make a rough model of the battery in OpenSCAD while the original still had accurate dimensions.
3D printed test for outer dimensions and the original
This is a pretty simple design but it's not very solid because the walls have to be quite thin to make it fit both the batteries and fit the original case size.
After this I opened it up, this had to be done destructively because it seems like the plastic parts are friction welded closed. The cells themselves are also glued in the plastic case.
This is the rear of the original battery pack, nicely showing which cells I should order to replace the ones inside. Both cells are in the same direction and the markings here show which contact is positive and negative.
The negative terminal is just a hole in the case that directly exposes the negative terminal of one of the cells
The positive terminal is the button top of the other cell in the pack. To make this work these are actually two different cells, one is flat top so the cell doesn't poke out and the other is a button top. In my design I'm using two flat-top cells instead and the button contact is actually a tiny magnet.
Now for the magic part that makes the battery pack work:
There is a third contact on the top of the pack. This is used to detect if you have a battery pack inserted or two seperate AA batteries that might not be chargeable. If this contact is blocked by a piece of tape the microphone will act exactly like two regular batteries are inserted and the charging dock will do the whole blinking red led thing to indicate it cannot charge.
With a bit of work I managed to destroy the plastic case enough to take it apart and break the glue layer.
The two cells are welded together with a metal strip to connect the positive and negatives and the third contact just connects to a NTC with the other terminal...