
Overview
In many applications, lithium batteries are used as our power solutions.
In this kind of application, the most two important things are the power boost and battery charger. These two points are a prerequisite for the system.
The traditional power boost and battery charge circuit are usually divided into two separate parts, the circuit will be relatively cumbersome to build.
The Monolithic Power Systems (MPS) MP2636 is highly-integrated, flexible switch-mode battery charger with system power path management, designed for single-cell Liion or Li-Polymer batteries used in a wide range of portable applications.
It is really simple to use, once you plug a lipo battery, it will work like a power bank.
When there is an external power supply from VIN, it will charge the battery automatically, and the CHG led will light up; when there is no external power, only battery on battery port, the Boost will be ON.
Tech specs
- Charge mode input voltage (VIN): 4.5-6.0V
- Boost mode output voltage (VOUT): 5V
- Suitable for battery voltage: 4.2V (3.7V lithium battery full of 4.2V)
- Charge mode Maximum charge current: 2.5A
- Boost mode Maximum output current: 2.5A
- Switching frequency: 600KHz
- Charging mode efficiency:> 90%
- Boost mode efficiency:> 90%
- Support battery overcharge protection
- Temperature protection: more than 150 ℃, automatic power failure
Get Inspired

Arduino boards are used in a wide—massive even—variety of projects. Sometimes, however, all you need is something to give your project the ability to blink an LED, sound an alarm, or accomplish some other simple task. For this purpose, maker Jeremy S. Cook has developed a sort of standard method for using these devices, with a 4-position DIP switch soldered to inputs D9-D12, and a double-CR2032 battery pack attached with shrink wrap. This standardization makes for a very compact setup that can be implemented in a project very quickly. The configuration also highlights the use of “INPUT_PULLUP” in Arduino code, with switches wired to ground. Cook’s technique avoids floating inputs without the need for external resistors.