ArduinoLib_MAX17043
ArduinoLib_MAX17043 copied to clipboard
Alert is never triggered
I am using this library with the Sparkfun LiPo Fuel Gauge (https://www.sparkfun.com/products/10617) and am able to read all the different values through its interface.
I am not, however, able to get the alert interrupt working. The interrupt is never triggered and, although the measured voltage is below 3.7v and the alert threshold is set to 0 (32%) with a measured SoC of ~8, the alert interrupt is triggered and the inAlert() function always returns false.
I am currently measuring the following values with a single cell LiPo battery connected: vCell: 3.69v SoC: 8.58% AlertThreshold: 32%