High power consumption when using BLE nrf52840 sense

Hi llala_lolo,
Post 13 in the link below may be helpful.
You can reduce current consumption by just using DCDC mode.

// Enable DC-DC converter
NRF_POWER->DCDCEN = 1;

System_ON_Sleep of XIAO BLE - #13 by msfujino