SparkFun
LiPo Fuel Gauge - MAX17043
· MPN: TOL-20680
Keep an eye on your single-cell LiPo battery before your project suddenly runs out of power. This compact fuel gauge board sits in circuit with your battery ...
Get notified when back in stock
Keep an eye on your single-cell LiPo battery before your project suddenly runs out of power. This compact fuel gauge board sits in circuit with your battery and reports the relative state of charge using the MAX17043 fuel gauge IC.
It combines a charge-estimation algorithm with direct A/D measurement of battery voltage, giving your microcontroller a practical way to know how much “fuel” is left. Communication is over I2C, and an alert pin can notify your project when the charge drops below a set percentage.
Supporting resources include schematic and Eagle design files, a hookup guide, the MAX17043G+U datasheet, a Fritzing part, C example code, and libraries for Arduino, Python / MicroPython / CircuitPython, and Particle Photon.
Features:
- Fuel gauge system for single-cell lithium-ion batteries
- Can be connected in circuit to monitor the battery.
- Hardware and Software Reset.
- I2C Interface
Jargon buster
Plain-language definitions for the technical terms used above.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- Fuel gauge IC
- A battery-monitoring chip that estimates how much charge is left in a rechargeable battery. It matters because it lets a microcontroller report battery level or take action before the project shuts down unexpectedly.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- LiPo
- A LiPo (lithium polymer) battery is a rechargeable lithium battery widely used in portable projects because it is light and compact. LiPo cells need correct charging circuitry and careful handling to stay safe, so equipment that supports LiPo generally includes charging or protection hardware suited to that battery type.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- MicroPython
- A version of the Python programming language made to run on microcontrollers. It matters because it lets beginners write readable code to control LEDs, sensors, motors and displays without needing to start with lower-level languages.
- State of charge
- The estimated remaining battery capacity, usually shown as a percentage. It helps you decide when to warn the user, reduce power use, or recharge the battery.
Find this product in
LiPo Fuel Gauge Schematic
Schematic · 83.4 KB · Click any page to view full size
MAX17043/MAX17044 Datasheet
Datasheet · 352.5 KB · Click any page to view full size
LiPo Fuel Gauge Schematic v1.1
Schematic · 28.3 KB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 649.8 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
LiPo Fuel Gauge Eagle Files v1.1
Schematic · ZIP · 46.6 KB
Eagle PCB design files for the LiPo Fuel Gauge v1.1.
LiPo Fuel Gauge Example Code v1.0
Example Code · ZIP · 18.2 KB
Sample code demonstrating use of the LiPo Fuel Gauge board.
LiPo Fuel Gauge Eagle Files
Schematic · ZIP · 160.6 KB
Latest Eagle PCB design files for the LiPo Fuel Gauge board.
Source Code
Open-source libraries, firmware & example projects for this product
This repo houses all of the SFE Fritzing parts for use in diagrams in tutorials. If you create a new part in Fritzing that correlates to an SFE part, please add it here so others may use it and to avoid duplication.
71b17bb
almost 2 years ago
· 339 commits
- kits Include SparkFun Inventor's Kit V4.1 over 2 years ago
- parts Add Horizontal and Vertical Qwiic Connector and Cable to Breadboard Half (Top View) about 6 years ago
- products Update 13664_sfe_samd21_mini_breakout.fzpz almost 2 years ago
- templates Renamed about 11 years ago
- License.md Create License.md about 7 years ago
- README.md Update README.md over 7 years ago
- SparkFun Plus.fzbz First Pass on SparkFun Plus bin file over 6 years ago
- SparkFun_Plus.png Adding png for fzbz use over 6 years ago
SparkFun LiPo Fuel Gauge
e3e707c
over 3 years ago
· 17 commits
- Firmware Upload Combined Arduino Examples used in Tutorial over 3 years ago
- Hardware Fix MAX1704X PROD_ID almost 4 years ago
- Production Update production files for v12 almost 4 years ago
- .gitattributes Adding hardware files, readme, example code about 11 years ago
- .gitignore Adding hardware files, readme, example code about 11 years ago
- LICENSE.md Adding hardware files, readme, example code about 11 years ago
- README.md Update README.md over 3 years ago
Firmware library for the MAX17043 LiPo fuel gauge IC - used on SparkFun's Photon Battery Shield.
f96f471
about 6 years ago
· 16 commits
- doc Adding MAX17043 datasheet. about 11 years ago
- firmware Fix alert bit clearing bug over 9 years ago
- LICENSE Initial commit about 11 years ago
- README.md Update README.md about 6 years ago
- spark.json Fix alert bit clearing bug over 9 years ago
An Arduino library to support the MAX17043 / MAX17044 / MAX17048 / MAX17049 battery fuel gauge
6ea1765
almost 3 years ago
· 35 commits
- examples Update Example4_MAX17048_KitchenSink.ino over 5 years ago
- src v1.0.4: add setDevice and setWirePort almost 4 years ago
- .gitattributes Initial commit over 5 years ago
- keywords.txt v1.0.4: add setDevice and setWirePort almost 4 years ago
- library.properties v1.0.4: add setDevice and setWirePort almost 4 years ago
- LICENSE Initial commit over 5 years ago
- README.md Update README.md almost 3 years ago
This repository implements a Python package for the SparkFun Qwiic MAX1704X.
99d01a0
over 1 year ago
· 18 commits
- .github Update doxygen deploy branch to master over 1 year ago
- docs Autogenerated. Convert PyPi packaging and add Readme Updates over 1 year ago
- examples Autogenerated: Fix example bullets/markdown links over 1 year ago
- .readthedocs.yml Initial commit over 1 year ago
- DESCRIPTION.rst Autogenerated: Bump version number to 2.0.0 over 1 year ago
- DOCUMENTATION.md Initial commit over 1 year ago
- LICENSE Initial commit over 1 year ago
- package.json Autogenerated: Bump version number to 2.0.0 over 1 year ago
- pyproject.toml Autogenerated: Bump version number to 2.0.0 over 1 year ago
- qwiic_max1704x.py Autogenerated: Convert comments to doxygen and add doxygen configs over 1 year ago
- README.md Autogenerated: Update supported boards. over 1 year ago
- requirements.txt Autogenerated: Add requirements.txt for circup packaging dependencies over 1 year ago