Hello,
We are using in nrf51822 in a product.
I do not understand whether by definition and, thus, always, before connecting, whether a peripheral
goes to sleep between broadcasts or whether this is hardware or software configurable.
Is this related?
// Enter main loop.
for (;;)
{
if (NRF_LOG_PROCESS() == false)
{
power_manage();
}
}
thanks,
Richard