espressif / esp-iot-solution

Espressif IoT Library. IoT Device Drivers, Documentations and Solutions.
Apache License 2.0
1.97k stars 783 forks source link

Request: Component for current fuel gauges for lithium-ion batteries MAX17048 (AEGHB-287) #8

Open sukeshak opened 6 years ago

sukeshak commented 6 years ago

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.

costaud commented 6 years ago

Thanks for the post. No problem, that component will be in the queue. Would you provide the link to the Arduino library?

sukeshak commented 6 years ago

Here are the details https://playground.arduino.cc/Main/MAX17043

https://github.com/lucadentella/ArduinoLib_MAX17043

JoelEB commented 6 years ago

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?