SlimeVR / SlimeVR-Tracker-ESP

SlimeVR tracker firmware for ESP32/ESP8266 and different IMUs
Apache License 2.0
840 stars 288 forks source link

Add support for BQ27441 battery monitor #323

Open zakrent opened 5 months ago

zakrent commented 5 months ago

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.