Good morning,
I am developing a RAK4631 (Nordic nRF52840 + Semtech LoRa SX1262) and now I need to manage the power consumption. My environment today is a VSCode/PlatformIO/FreeRTOS, and I need to install the nRF5 SDK in the PlatformIO to be able to work with the functions: nrf_pwr_mgmt_run() or _WFE or _WF
BSP Library : 1.6.1
Bootloader : s140 6.1.1
My code today already can read and send by LoRa a payload composed by sensors: LIS3DH, BME680, u-blox GNSS ZOE-M8Q. My point is that I need to make the entire hardware goes to "deep sleep mode" during 15 minutes between each sensor reading cycle.
Could you help me?
Claudio