I have an ultra low power application that needs to broadcast it's proximity on a 1sec interval. However, about 75% of the day I would like the device to be powered down and not transmitting.. This should be controlled by a GPIO line. i.e. when a GPIO line is triggered high (but not held), the device should be transmitting and after a certain time, the device will sleep again unless the GPIO is triggered again.
It's not clear from the documentation the flexibility of this device. Would the above be possible ?
Thanks N.