shenmueman3 wrote:Is there a diy instruction on how this would be accomplished? I like the idea of just replacing the batteries when needed. I got a bunch of the eneloop batteries too.
I don't know with 4 batteries but I do know with 3 batteries with the Adafruit powerboost 1000c.
You'd need 4/5AA better known as 14430 batteries.
Those are Lipoly (Lithium polymer) with a voltage of 1,20 to 1,25v.
To calculate the total capacity you calculate it like this example with 2550 mAh;
(3 * 2500) = 7500 mAh total, this is rated at 3,6 / 3,75V
However the pi and the rest works at 5v! if you want to calculate the total capacity at 5v do it like this;
(3 * 2500 mAh * 1,2v ) / 5v = 1800 mAh.
With this 5400 mAh you could calculate about how long the battery lasts if you look up the consumption per part in the gameboy zero.
With 4 batteries you'd need another power board, you cannot use the Adafruit Powerboost 1000c.
With 4 batteries a 1,2v / 1,25v @ 2500 mAh you'd do 4*2500 = 10000 mAh total and there's no conversion needed.
You wonder how 4 batteries make 5v? 4x 1,25v would do that

.
Also get branded ones like Sanyo/Eneloop/Panasonic etc etc... don't go cheap and get cheap ones from ebay.
Those may be instable or get really warm and cause all kind of problems like certain telephones you read about in the news right now

.
Also if I'm correct instead of in series you can also do parallel with 14500 batteries.
Those 14500 batteries are rated at 3,6v and if you use them in parallel they're still rated at 3,6v but you get X * the capacity in mAh from X batteries. You can use either, 3, 4, 5 etc and it can up pretty quickly in capacity.