Hello,
I want to make sensor sleep and wake-up according to VDD.
- When VDD is below 2.8V, Sensor sleep.
- When VDD is above 2.8V, Sensor wake-up.
Since my board measures battery voltage periodically, I could make sensor sleep.
But I don't have any idea how to wake-up sensor.
I found out that ANADETECT signal can be used.
But it looks like VDD is used as PREFSEL.
I want to use VDD as PSEL. And PREFSEL need to be fixed value, 2.8V.
How could I implement wake-up function?