Hi all
How to put BL654 in deep sleep mode and standby doze mode using nordic nrf52840 ?? Also how to turn the system off??
Thanks
Hi all
How to put BL654 in deep sleep mode and standby doze mode using nordic nrf52840 ?? Also how to turn the system off??
Thanks
Hi
If you still have the logging showing you NRF_SUCCESS or not after the idle_state_handle() call the chip will wake up right away and enable the logging module, which will cause an additional current draw. Try making the loop just contain idle_state_handle();.
Best regards,
Simon
Hi thanks
Do I really have to remove the logger in order to put the chip to sleep mode?? Is there a way to clear the logger for certain period of time so the chip will go to sleep properly??
Hi thanks
Do I really have to remove the logger in order to put the chip to sleep mode?? Is there a way to clear the logger for certain period of time so the chip will go to sleep properly??