From 304d652a11ce97b2701bf759f5705da3882e24e1 Mon Sep 17 00:00:00 2001 From: "Ho Yun \"Bobby" Date: Tue, 14 Feb 2023 20:06:51 -0700 Subject: [PATCH 1/4] Update README.md adding revised LiPo Fuel Gauge SKU (no need to update version number since it's just the README.md) ;) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15fb48d..3037c83 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,10 @@ Parts of this library were inspired by [Daniel Porrey's max1704x library](https: ## Products That Use This Library +- [SparkFun LiPo Fuel Gauge (TOL-20680)](https://www.sparkfun.com/products/20680) - [SparkFun LiPo Fuel Gauge (TOL-10617)](https://www.sparkfun.com/products/10617) + ## Documentation - **[Installing an Arduino Library Guide](https://learn.sparkfun.com/tutorials/installing-an-arduino-library)** - Basic information on how to install an Arduino library. From 0bea460cd64f3c8897817ec11dc5f978f6f45ca0 Mon Sep 17 00:00:00 2001 From: "Ho Yun \"Bobby" Date: Mon, 27 Feb 2023 12:24:28 -0700 Subject: [PATCH 2/4] Update README.md - added a few additional products with the LiPo Fuel Gauge built in - no change to the code so we don't need to change the Library version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3037c83..1c31b01 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ Parts of this library were inspired by [Daniel Porrey's max1704x library](https: ## Products That Use This Library +- [Qduino Mini - Arduino Dev Board (DEV-13614)](https://www.sparkfun.com/products/13614) +- [SparkFun IoT RedBoard - ESP32 Development Board (WRL-19177)](https://www.sparkfun.com/products/19177) - [SparkFun LiPo Fuel Gauge (TOL-20680)](https://www.sparkfun.com/products/20680) - [SparkFun LiPo Fuel Gauge (TOL-10617)](https://www.sparkfun.com/products/10617) From 2254cf04dbf5316a823424af30c97daabb4b5785 Mon Sep 17 00:00:00 2001 From: "Ho Yun \"Bobby" Date: Wed, 1 Mar 2023 12:09:27 -0700 Subject: [PATCH 3/4] Update README.md Adding photos of a few boards that have the LiPo Fuel Gauge and a few product links. No changes to code so version number does not need to be changed. --- README.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1c31b01..b8a7557 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,17 @@ -# SparkFun MAX1704x Fuel Gauge Arduino Library +SparkFun MAX1704x Fuel Gauge Arduino Library +======================================== + + + + + + + + + + +
SparkFun LiPo Fuel Gauge - MAX17043 SparkX Qwiic Fuel Gauge - MAX17048
SparkFun LiPo Fuel Gauge - MAX17043 [TOL-20680]SparkX Qwiic Fuel Gauge - MAX17048 [SPX-17715]
+ The MAX17043/MAX17044 are ultra-compact, low-cost, host-side fuel-gauge systems for lithium-ion (Li+) batteries @@ -27,10 +40,11 @@ Parts of this library were inspired by [Daniel Porrey's max1704x library](https: ## Products That Use This Library -- [Qduino Mini - Arduino Dev Board (DEV-13614)](https://www.sparkfun.com/products/13614) -- [SparkFun IoT RedBoard - ESP32 Development Board (WRL-19177)](https://www.sparkfun.com/products/19177) -- [SparkFun LiPo Fuel Gauge (TOL-20680)](https://www.sparkfun.com/products/20680) -- [SparkFun LiPo Fuel Gauge (TOL-10617)](https://www.sparkfun.com/products/10617) +- [Qduino Mini - Arduino Dev Board (DEV-13614)](https://www.sparkfun.com/products/13614) - Built in MAX17048 +- [SparkFun IoT RedBoard - ESP32 Development Board (WRL-19177)](https://www.sparkfun.com/products/19177) - Built in MAX17048 +- [SparkX Qwiic Fuel Gauge - MAX17048 (SPX-17715) ](https://www.sparkfun.com/products/17715) +- [SparkFun LiPo Fuel Gauge - MAX17043 (TOL-20680)](https://www.sparkfun.com/products/20680) +- [SparkFun LiPo Fuel Gauge - MAX17043 (TOL-10617)](https://www.sparkfun.com/products/10617) ## Documentation From 6ea1765a513dde65e433dde12a70fced73b65fed Mon Sep 17 00:00:00 2001 From: "Ho Yun \"Bobby" Date: Thu, 31 Aug 2023 23:03:11 -0600 Subject: [PATCH 4/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b8a7557..966e9e6 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,9 @@ Parts of this library were inspired by [Daniel Porrey's max1704x library](https: ## Documentation - **[Installing an Arduino Library Guide](https://learn.sparkfun.com/tutorials/installing-an-arduino-library)** - Basic information on how to install an Arduino library. +- **[LiPo Fuel Gauge (MAX1704X) Hookup Guide](https://learn.sparkfun.com/tutorials/lipo-fuel-gauge-max1704x-hookup-guide)** - Basic hookup guide for the MAX1704X (i.e. MAX1703 and MAX17048). + + ## License Information