Li-Ion Battery Recycling / Charging
by ml17950 in Circuits > Electronics
688 Views, 4 Favorites, 0 Comments
Li-Ion Battery Recycling / Charging
Getting Used Parts
Brick some old Laptop batteries to get some 18650 Li-Ion batteries (4,2 Volt each).
Getting New Parts
If not in your electronic box, buy some TP4056 Li-Ion charger modules. 5 Pcs costs only a few bucks.
Update: If you have to buy some, take the never version. (Thanks to Orngrimm / see Discussions)
Powerpacks
Charger
Testing
The version with the solar panels charged between 0.5 and 1 Volt during the day (cloudy an no real sunshine). Need to be monitored on another day.
But sun don't cost anything, so why not charge two, three days? The TP4056 will stop charging, if the target of 4.2 Volt is reached.
Extension: Monitoring
Like in the discussions requested, I made a way to monitor the charging process.
I added an ESP8266 and connected the ADC input via a 120 KΩ resistor to + of the charging battery.
Why a 120 KΩ resistor? The ADC of an ESP has an internal volatge divider and is able to measure up to 3.3 V. But the fully chared battery will habe 4.2 V. So I added this value, to change the relationchip of the voltages. Now an ADC value of 1023 (max.) match 4.2 V.
The ESP is waking up every 15 minutes from deep-sleep, reading/calculating the voltage and sends it via HTTP request to my raspberry. You can use any other webservice, via email, mqtt, etc if you implement it in your code.
Day 1 was cloudy, with a little sunshine. Day 2 was cloudy and sometimes raining.
The demo-code for the ESP8266 you'll find on GitHub.