Hello,
First, the current of the advertising frame was too high (around factor 2) and I have switched on the DC-DC to correct for that by inserting sd_power_dcdc_mode_set(...) after the conn_params_init(); in the main.
Question:
- Why is the DC-DC not always on on this demo? (the nRF52 DK has the components for the DC-DC anyway)
The problem that I still have is the current between two advertisings. From what I understand, it should be around 2µA and it is around 200µA (not at all low power).
Questions:
- Why should I have to add in the code and where to make the component go down to 2µA between two advertisement?
- Why is it not "per default" in a demo application where, most of the people, want to see the low power characteristic of the chip?
Best regards,
Frédéric