esp-iot-solution
esp-iot-solution copied to clipboard
Request: Component for current fuel gauges for lithium-ion batteries MAX17048 (AEGHB-287)
Hope to see a component for Battery fuel gauge like MAX17048.
Question: I found a Arduino library for MAX17048 but curious if it works without changes for ESP32 as well. If not can we see ESP-IDF component for them as well.
Thanks for the post. No problem, that component will be in the queue. Would you provide the link to the Arduino library?
Here are the details https://playground.arduino.cc/Main/MAX17043
https://github.com/lucadentella/ArduinoLib_MAX17043
I have tried using the MAX17048 with an ESP32 (Adafruit Huzzah32) using the following library: https://github.com/hideakitai/MAX17048. The IC will communicate with a 3.3V Arduino no problem, but when I attach the ESP32, all the readings are zero. I filed an issue within that repository. I was curious if anyone here has successfully used the 17048 with an ESP32?