Help with Rechargeable battery power for Arduino based bot

greenhorn

Enclave Plus
Juggernaut
I am trying to build a OTTO DIY bot for my son to practice scratch

I am not able to find a solution for the battery - the official build thread says to use this

But this is nowhere to be found. Can someone help me with finding a substitute battery + charger combo?

I was planning to use a TP4056 based module
which is commonly available with a 1250 mah battery
but it looks like this module puts too much current for such a small battery
It can be modified but SMD Soldering is beyond my comfort zone
What are my other options ? Can i go ahead with the above combo?
 
The battery shield that you linked, is of a rare type because it uses a rare sized cell which is 16340, now I think this is due to the size constraints of your bot.

The similar shield for widely popular 18650 cell is available here, it will be slightly bigger, check if the size of this works for you.

1744449821393.png
 
That 2S battery holder does not have any charging and discharging support circuitry.

You have to charge them manually by other means, by removing the cells from the holder.

You don't want to discharge the cells completely, because when lithium cells goes into deep discharge, below 2.5v, it requires different charging strategy. This is where discharge support circuity helps, it never lets cell go below a certain voltage by disconnecting the load automatically.

If you charge a deep discharged cell manually by applying 4.2 volts, it can cause it go into thermal runaway, and cause fire and explosion. A good charger will detect that the cell is deeply discharged, it will charge it the right way.

Caution - a lithium cell and a kid is involved in a project, be careful. Make sure never plug the cells in reverse polarity, it happens very often because 18650 cells are not meant to be used barebones.

Reputable kids toy never come with 18650 cells in market for a reason. They prefer much safer Ni-CD Rechargeable Batteries.
 
I have ordered one of these
Once the bot is assembled it's all closed and he won't have access to it
Can we use a 5v power adapter to charge this or do you need a specific voltage power adapter
Found this a little simpler to use
 
Last edited:
  • Like
Reactions: greenhorn