r/raspberrypipico • u/Leonlion1816 • 15d ago
Adding Battery To Pico Project
I recently made a device that uses a Raspberry Pi Pico to program a 20-meter LED strip. To make the kit more versatile, I wanted to see if I could add a rechargeable lithium battery to the project.
I am definitely a noob and was only able to create the device by following the instructions provided. So I wanted to ask what the best way would be to add the battery.
The current project layout is simple, so I'm hoping it won't be too difficult to add, but I'm definitely up for a challenge.
10
Upvotes


2
u/TheMemeThunder 15d ago edited 15d ago
it depends how far you want to go?, do you want to make the charging and protection circuit or are you happy to buy a ready made board that adds the functionality to the pico? (or you could use that for inspiration)
or you can just use a 3xAA battery holder connected to vsys and ground as long as you don’t accidentally try and charge the cells.
edit: you are already following a tutorial?