Fast, safe, and reliable charging that never lets you down
A
A
Hardware Overview
How does it work?
Charger 11 Click is based on the MCP73123, a highly integrated Lithium Iron Phosphate (LiFePO4) battery charge management controller for use in space-limited and cost-sensitive applications from Microchip. The MCP73123 is an efficient Lithium Iron Phosphate battery charger, thanks to specific charge algorithms for LiFePO4 batteries to achieve optimal capacity and safety in the shortest charging time possible. Besides its small physical size, the low number of external components makes this IC ideal for various applications. MCP73123 is designed to employ a constant current and constant voltage charge algorithm. The 3.6V factory preset reference voltage simplifies design. A digital potentiometer, the MCP4161, sets the fast charge constant current with an external 1K resistor in series. The MCP73123 also limits the charge current based on the temperature during high power or ambient conditions. This thermal regulation optimizes the charge cycle time while maintaining device reliability. PROG pin of the MCP73123 also serves as the enable pin, where on this Click, it is wired in rheostat configuration
with the digital potentiometer - that way, the charging current can be controlled. The digital potentiometer on Charger 11 click is MCP4161 which offers a wide range of product offerings using an SPI interface. WiperLock technology allows application-specific calibration settings to be secured in EEPROM. This digital pot is tied with a charger IC over its P0A control pin. Battery charging can be controlled by assigning values on MCP4161 from 0 to 10 kiloohms. As there is a 1 K resistor in series, it can never be 0 ohms on the MCP73123 charger's PROG pin. However, maximum resistance cannot exceed 11 kiloohms. Fast charging can be regulated with 10K on the PROG pin to get 130 mA. To get 1000 mA digital potentiometer needs to go down to 0,1 K, along with an external resistor, which makes 1,1 K. Communication with a digital potentiometer on this Click, and controlling the charger is done through the SPI interface. Another feature of Charger 11 click is battery voltage monitoring, which uses an MCP3221 Analog-To-Digital converter. It is a 12-bit resolution SOT12 package device that provides one
single-ended input based on advanced CMOS technology. Communication to the MCP3221 is done by the I2C interface, where standard and fast modes are available for this device. Charger 11 Click for voltage reference uses an MCP1541, which has a high precision output voltage of 4.096 volts, which is then compared to battery voltage to get precise measurements. This voltage reference circuit uses a combination of an advanced CMOS design and EPROM timing to provide initial tolerance of ±1% max. On the right side of the click board is an input screw terminal with corresponding markings, where the recommended external voltage of 6V can be applied. The left screw terminal is reserved for a Lithium Iron Phosphate battery with GND and VBAT+ markings. The green PWR LED will indicate it when connected to a power source. Red LED1 and green LED2 can be used for visual charge monitoring. These two LEDs are multipurpose and can be used for various things.
Features overview
Development board
PIC18F57Q43 Curiosity Nano evaluation kit is a cutting-edge hardware platform designed to evaluate microcontrollers within the PIC18-Q43 family. Central to its design is the inclusion of the powerful PIC18F57Q43 microcontroller (MCU), offering advanced functionalities and robust performance. Key features of this evaluation kit include a yellow user LED and a responsive
mechanical user switch, providing seamless interaction and testing. The provision for a 32.768kHz crystal footprint ensures precision timing capabilities. With an onboard debugger boasting a green power and status LED, programming and debugging become intuitive and efficient. Further enhancing its utility is the Virtual serial port (CDC) and a debug GPIO channel (DGI
GPIO), offering extensive connectivity options. Powered via USB, this kit boasts an adjustable target voltage feature facilitated by the MIC5353 LDO regulator, ensuring stable operation with an output voltage ranging from 1.8V to 5.1V, with a maximum output current of 500mA, subject to ambient temperature and voltage constraints.
Microcontroller Overview
MCU Card / MCU

Architecture
PIC
MCU Memory (KB)
128
Silicon Vendor
Microchip
Pin count
48
RAM (Bytes)
8196
You complete me!
Accessories
Curiosity Nano Base for Click boards is a versatile hardware extension platform created to streamline the integration between Curiosity Nano kits and extension boards, tailored explicitly for the mikroBUS™-standardized Click boards and Xplained Pro extension boards. This innovative base board (shield) offers seamless connectivity and expansion possibilities, simplifying experimentation and development. Key features include USB power compatibility from the Curiosity Nano kit, alongside an alternative external power input option for enhanced flexibility. The onboard Li-Ion/LiPo charger and management circuit ensure smooth operation for battery-powered applications, simplifying usage and management. Moreover, the base incorporates a fixed 3.3V PSU dedicated to target and mikroBUS™ power rails, alongside a fixed 5.0V boost converter catering to 5V power rails of mikroBUS™ sockets, providing stable power delivery for various connected devices.
Li-Polymer Battery is the ideal solution for devices that demand a dependable and long-lasting power supply while emphasizing mobility. Its compatibility with mikromedia boards ensures easy integration without additional modifications. With a voltage output of 3.7V, the battery meets the standard requirements of many electronic devices. Additionally, boasting a capacity of 2000mAh, it can store a substantial amount of energy, providing sustained power for extended periods. This feature minimizes the need for frequent recharging or replacement. Overall, the Li-Polymer Battery is a reliable and autonomous power source, ideally suited for devices requiring a stable and enduring energy solution. You can find a more extensive choice of Li-Polymer batteries in our offer.
Used MCU Pins
mikroBUS™ mapper
Take a closer look
Click board™ Schematic

Step by step
Project assembly
Track your results in real time
Application Output
1. Application Output - In Debug mode, the 'Application Output' window enables real-time data monitoring, offering direct insight into execution results. Ensure proper data display by configuring the environment correctly using the provided tutorial.

2. UART Terminal - Use the UART Terminal to monitor data transmission via a USB to UART converter, allowing direct communication between the Click board™ and your development system. Configure the baud rate and other serial settings according to your project's requirements to ensure proper functionality. For step-by-step setup instructions, refer to the provided tutorial.

3. Plot Output - The Plot feature offers a powerful way to visualize real-time sensor data, enabling trend analysis, debugging, and comparison of multiple data points. To set it up correctly, follow the provided tutorial, which includes a step-by-step example of using the Plot feature to display Click board™ readings. To use the Plot feature in your code, use the function: plot(*insert_graph_name*, variable_name);. This is a general format, and it is up to the user to replace 'insert_graph_name' with the actual graph name and 'variable_name' with the parameter to be displayed.

Software Support
Library Description
This library contains API for Charger 11 Click driver.
Key functions:
charger11_spi_increment_wiper
- Incrementing wiper positioncharger11_spi_decrement_wiper
- Decrementing wiper positioncharger11_i2c_get_volt
- Getting output voltage
Open Source
Code example
The complete application code and a ready-to-use project are available through the NECTO Studio Package Manager for direct installation in the NECTO Studio. The application code can also be found on the MIKROE GitHub account.
/*!
* @file main.c
* @brief Charger11 Click example
*
* # Description
* This is an example that demonstrates the use of the Charger 11 Click board.
*
* The demo application is composed of two sections :
*
* ## Application Init
* Initalizes INT ( ST ), PWM ( LG ), AN ( LR ) pins and SPI, I2C, LOG modules.
*
* ## Application Task
* Waits for user input in order to increment, decrement wiper or log report
* (Wiper position and Output voltage)
*
* Additional Functions :
* - charger11_log_wiper_position( charger11_t *ctx ) - Logs current Wiper position.
* - charger11_case_plus( charger11_t *ctx ) - Increments Wiper position.
* - charger11_case_minus( charger11_t *ctx ) - Decrements Wiper position.
* - charger11_case_report( charger11_t *ctx ) - Logs current Wiper position and Output voltage.
*
* @author Stefan Ilic
*
*/
#include "board.h"
#include "log.h"
#include "charger11.h"
static charger11_t charger11;
static log_t logger;
/**
* @brief Charger 11 log wiper position.
* @details This function reads wiper position and logs it on UART terminal.
*/
void charger11_log_wiper_position( charger11_t *ctx );
/**
* @brief Charger 11 increase wiper position.
* @details This function increases wiper position and logs it on UART terminal.
*/
void charger11_case_plus( charger11_t *ctx );
/**
* @brief Charger 11 decrease wiper position.
* @details This function decreases wiper position and logs it on UART terminal.
*/
void charger11_case_minus( charger11_t *ctx );
/**
* @brief Charger 11 log wiper position and voltage.
* @details This function reads wiper position and voltage and logs them on UART terminal.
*/
void charger11_case_report( charger11_t *ctx );
void application_init ( void ) {
log_cfg_t log_cfg; /**< Logger config object. */
charger11_cfg_t charger11_cfg; /**< Click config object. */
/**
* Logger initialization.
* Default baud rate: 115200
* Default log level: LOG_LEVEL_DEBUG
* @note If USB_UART_RX and USB_UART_TX
* are defined as HAL_PIN_NC, you will
* need to define them manually for log to work.
* See @b LOG_MAP_USB_UART macro definition for detailed explanation.
*/
LOG_MAP_USB_UART( log_cfg );
log_init( &logger, &log_cfg );
log_info( &logger, " Application Init " );
// Click initialization.
charger11_cfg_setup( &charger11_cfg );
CHARGER11_MAP_MIKROBUS( charger11_cfg, MIKROBUS_1 );
err_t init_flag = charger11_init( &charger11, &charger11_cfg );
if ( ( I2C_MASTER_ERROR == init_flag ) || ( SPI_MASTER_ERROR == init_flag ) ) {
log_error( &logger, " Application Init Error. " );
log_info( &logger, " Please, run program again... " );
for ( ; ; );
}
log_info( &logger, " Application Task " );
charger11_case_report( &charger11 );
}
void application_task ( void ) {
char uart_char;
if ( log_read( &logger, &uart_char, 1 ) ) {
switch (uart_char) {
case '+' : {
charger11_case_plus( &charger11 );
break;
}
case '-' : {
charger11_case_minus( &charger11 );
break;
}
case 'r' : {
charger11_case_report( &charger11 );
break;
}
default : {
log_printf( &logger, "> Invalid command \r\n" );
break;
}
}
}
}
void main ( void ) {
application_init( );
for ( ; ; ) {
application_task( );
}
}
void charger11_log_wiper_position( charger11_t *ctx ) {
float wiper_position;
uint8_t aux_wiper_position;
aux_wiper_position = charger11_spi_get_wiper_position( ctx );
wiper_position = ( float ) aux_wiper_position / 255.0;
wiper_position *= 100.0;
log_printf( &logger, "> Wiper position : %.2f %%\r\n", wiper_position );
}
void charger11_case_plus( charger11_t *ctx ) {
log_printf( &logger, "> Wiper incremented\r\n" );
charger11_spi_increment_wiper( ctx );
charger11_log_wiper_position( ctx );
}
void charger11_case_minus( charger11_t *ctx ) {
log_printf( &logger, "> Wiper decremented\r\n" );
charger11_spi_decrement_wiper( ctx );
charger11_log_wiper_position( ctx );
}
void charger11_case_report( charger11_t *ctx ) {
float volt_data;
charger11_log_wiper_position( ctx );
volt_data = charger11_i2c_get_volt( ctx, 4096.0 );
log_printf( &logger, "> Output voltage : %d mV\r\n", ( uint16_t ) volt_data );
}
// ------------------------------------------------------------------------ END
Additional Support
Resources
Category:Battery charger