Heyy
I working on project where i am planing using XIAO nrf52840 chip am using Ardunio IDE for Rapid development,
I was unable to implement wake and sleep functionalities , my requirement is to put by device into lowest power mode possible and wake it up every 15 min , on every wake up it should take reading from sensor and as we get 4 reading it should shoot over BLE to its client.
Honestly i dont have any software document for XIAO nrf52 for Ardunio ide i implemented other functionality by reading available blogs and example code, if you could share advnce link it would be helpful
please help me with following 2 code, tell me what header files and libraries i should use .....
Code 1:
Above code should wait for 10 sec and system should go in sleep mode but this isnt happening please help me with this
Code 2 : just replace sd_app_evt_wait() with sd_power_system_off() let me if RTC could wake it up?