This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Battery service work on nRF52840 DK but cannot run on customer board.

Hello Nordic support team,

We are making product relate to battery service.

Tool and SDK: - nRF5_SDK_17.0.2_d674dde

                        - SEGGER Embedded Studio for ARM Release 4.52c

- I using "ble_app_proximity" test on nRF52840 DK. It run well both on pca10056 and pca10056e platform.

    Battery percentage change on real time.

- But when i run  "ble_app_proximity" with pca10056e on nRF52811 customer board:

    Program can run with all service but battery percentage always 100% not change.

--> what is the reason battery percentage not change( it always 100%):

1. Do i need do change some thing with customer HW board eg: connect AIN pin to VDD for ADC function?,...

2. Do i need change any thing for SW config: with nRF52840 DK battery percentage change on real time with both pca10056 and pca10056e platform.

Related