We follow the youtube video: www.youtube.com/watch
to add battery charging and fuel gauging to our nRF52832 Series project.
It works, but after we enable
CONFIG_PM_DEVICE=y
We follow the youtube video: www.youtube.com/watch
to add battery charging and fuel gauging to our nRF52832 Series project.
It works, but after we enable
CONFIG_PM_DEVICE=y
Hello,
''if CONFIG_PM_DEVICE_RUNTIME=y, the I2C bus will be interrupted and cause npM1300 PMIC init fail.

Hi, pls see my above log for PMIC npm1300 i2c read/write error when boot up and when CONFIG_PM_DEVICE_RUNTIME=y.
Hi, pls see my above log for PMIC npm1300 i2c read/write error when boot up and when CONFIG_PM_DEVICE_RUNTIME=y.
Thank you for sharing @blocky blast
Hello,
If the connection is properly done mentioned here nPM1300 and nPM1304: Fuel gauge you should get the result like following screenshot. This is what I got from npm1300 fuel gauge sample (setting this CONFIG_PM_DEVICE_RUNTIME=y).

I think you have a custom device. Have you tried to run default fuel gauge sample from NCS on your device first?
hi Kazi, what is the NCS version you using?