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 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?
Hi Kazi,
Yes, I have tried to run default fuel gauge sample from NCS 2.9.2 with Nrf52832 board.
By default setting, it works normally, but after I add below to prj.conf:
00> mfd_npm1300_init
00> *** Booting nRF Connect SDK v2.9.2-4ab7b98fc76f ***
00> *** Using Zephyr OS v3.7.99-aa34a5632971 ***
00> Pmic device not ready.
Hi Kazi,
Yes, I have tried to run default fuel gauge sample from NCS 2.9.2 with Nrf52832 board.
By default setting, it works normally, but after I add below to prj.conf:
00> mfd_npm1300_init
00> *** Booting nRF Connect SDK v2.9.2-4ab7b98fc76f ***
00> *** Using Zephyr OS v3.7.99-aa34a5632971 ***
00> Pmic device not ready.