On nrf52832 and nRF5 Mesh1.0.0
When running idle state(not RX/TX), current comsumption is over 400uA.
And every 100ms, CPU is wake up.(small working.)
What happen?
On nrf52832 and nRF5 Mesh1.0.0
When running idle state(not RX/TX), current comsumption is over 400uA.
And every 100ms, CPU is wake up.(small working.)
What happen?
Thank you.
which does TimeSlot use HFXO or HFINT for HFCLK?
If HFXO is use, can stop in NRF_MESH's TimeSlot-running?
And
Is NRFMESH still high current consumption in the future?
What HFCLK source to use is configurable, but not as straightforward as simply choosing one or the other. You use one of these enums to choose the configuration. The default configuration used in the mesh SDK is NRF_RADIO_HFCLK_CFG_XTAL_GUARANTEED.
nRF Mesh is a work in progress and not fully power optimized yet. We are working on adding features that will improve the current consumption.
Thank you.
I hope them.