Hi,
I configured the nRF52832 in nRF52DK in LE Advertisement mode by programing it with "peripheral_lbs" example program in nRF connect extension in Visual Studio Code.
To disable UART, I've given "CONFIG_SERIAL=n" in prj.conf. and I've set advertising interval to be 1 second by making changes in gap.h .
Still the current I'm measuring for the LE Advertisement state is 510uA at the current measurement point, which seems to be higher than expected.
while disabling the advertisement state in the same program ("peripheral_lbs"), I'm expecting the chip to be in sleep state. But that state too, the current measured is 409uA.
Both these current numbers looks higher for sleep and advertisement states.
what are the numbers to be expected from nRF52832 at these states and how to achieve that state and measure the current.
Regards,
Arun