An open API service indexing awesome lists of open source software.

https://github.com/bgamari/solar-charger-v2

Another attempt at a solar powered battery charger and USB power supply
https://github.com/bgamari/solar-charger-v2

Last synced: over 1 year ago
JSON representation

Another attempt at a solar powered battery charger and USB power supply

Awesome Lists containing this project

README

          

# solar-charger-v2

This is a hardware design for a solar powered battery charger and USB supply.
The intended use case looks something like this,

Photovoltaic cell ----> solar charger ----> USB device
Vpv > Vbat | Vusb = 5V
|
battery pack
Vbat > Vusb

This allows the battery pack to be charged at the optimal rate to follow the
maximum power point of the photovoltaic cell. This optimization as well as
battery charge management is performed by the MCU (STM32L151).