Please include the following information, in order for us to help you as effectively as possible.
- What product do you wish to discuss? RAK4631, RAK19007, RAK5860, + fram modeule and RTC module
Using Arduino BSP how do I put the RAK4631 to sleep? I need it to wake on a timer or an external interrupt.
I read in another post that the lora modeule had to be initialised to allow the MCU to go to sleep:
| |// We are not using LoRa here|
||// But to keep power consumption low we need|
||// to initialize the radio|
||lora_rak4630_init();|
||// And send it to sleep mode|
||Radio.Sleep();|
However, I find I am still using 9.4mA at idle and using delay or semaphores dont make a difference