Reading max17043 on ESP32S2 Feather #12513
Unanswered
dstnceswmer
asked this question in
ESP32
Replies: 2 comments 5 replies
-
The schematics seem to be here: https://learn.adafruit.com/adafruit-esp32-s2-feather/downloads |
Beta Was this translation helpful? Give feedback.
1 reply
-
There is GPIO7 called I2C_PWR, and the I2C pull-up resistors are connected to VSENSOR. You could try to set Pin(7) to 1. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I am working with the ESP32-S2 Feather - 2 MB PSRAM and Stemma QT/Qwiic Adafruit 5000 that I picked up from here:
https://www.amazon.com/dp/B09MBLN5V7?psc=1&ref=ppx_yo2ov_dt_b_product_details
I am trying to read from the onboard max17043 LiPO monitoring device to see the battery level. The Adafruit site for this product says it should be available at address 0x36:
https://learn.adafruit.com/adafruit-esp32-s2-feather/power-management
The problem is any libraries/examples I've been able to find are all Circuit Python not Micropython. I have connected t external devices over I2C fine so far but am unsure how to connect to this on-board device without knowing the SCL/SDA pin numbers etc...
Searching for a schematic of this board has not been of much help either.
Looking for any assistance on getting this working. Let me know if there's any more information I should provide.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions