Add support for BQ27441 battery monitor #199

Open
opened 2026-04-05 17:52:12 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @zakrent on 4/8/2024

Adds support for BQ27441 battery gauge IC.
This IC is used for example in this sparkfun dev board: https://www.sparkfun.com/products/13777 and also can be used on custom PCBs.
It uses Sparkfun library for this IC: https://github.com/sparkfun/SparkFun_BQ27441_Arduino_Library, it is MIT license.
I modified this library slightly to disable Wire.begin() call in it.

*Originally created by @zakrent on 4/8/2024* Adds support for [BQ27441](https://www.ti.com/product/BQ27441-G1) battery gauge IC. This IC is used for example in this sparkfun dev board: https://www.sparkfun.com/products/13777 and also can be used on custom PCBs. It uses Sparkfun library for this IC: https://github.com/sparkfun/SparkFun_BQ27441_Arduino_Library, it is MIT license. I modified this library slightly to disable `Wire.begin()` call in it.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/SlimeVR-Tracker-ESP#199