-
-
Notifications
You must be signed in to change notification settings - Fork 422
Open
Labels
GPIO and I2CDrivers talking to devices (or their chips) over internal GPIO or I2C interfacesDrivers talking to devices (or their chips) over internal GPIO or I2C interfacesraspberry
Description
There is UPS module for RPi 4B/3B (UPS-18650-Lite and for RPi Zero (UPS-Lite)
Both use either MAX17041 (older rev) or CW2015 (newer ver) fuel gauge chips with I2C interface.
Those are not 100% compatible, and not address-compatible (MAX17041 uses 0x36 and CW2015 uses 0x62). However, their read registers are similar (VCELL and SOC are the same address, only VCELL resolution is different).
There's similar device already (pijuice) which has the same target device (Raspberry Pi) and operation conditions (Li-Ion battery directly attached to SBC).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
GPIO and I2CDrivers talking to devices (or their chips) over internal GPIO or I2C interfacesDrivers talking to devices (or their chips) over internal GPIO or I2C interfacesraspberry