I'm a bit new to the QN9080-Dk and MCUXpresso and I am trying to create a program that uses very low power. In particular I want the device to be in power down for 10 seconds, then wake up to collect and log data from one of the sensors, then return to power down. Repeat this 6 times then wake up send the data via bluetooth and then repeat the cycle again.
So my questions are:
How to write the code so that the device wakes up after 10 seconds automatically?
Can the BLE work in sleep mode?
I realize these might be some complicated questions, but if I can just get some starters or some resources that would be extremely helpful.