Hello, I am developing an an system and I am at the stage of optimizing for power. I using NRF6707 ( Very helpful !!) to measure current.
I cut SB9 of NRF52 DK and have NRF6707 on top of it.
I have some questions regarding the result I have.
First, when I use the Online Power Profiler, I get about 11uA for advertising at 1s. However When I actually test it on the test board, I get about 29uA. Is this a reasonable result or am I not doing something currently.
Also, in SDk12 What does #define SAADC_CONFIG_LP_MODE 1
do exactly and Should I use this for high frequency application (samples 2 channels with 1k)
Lastly, when I use the NRF6707 to profile power is it taking account the peripharial devices I attach to it? So if I attach for say axdl345 and communicate with it through spi, does the NRF6707 take account of the current used in the chip as well?
Thanks