Hi,
I have question about 'Sensor controller engine' ability.
My use case: I have device that behave in 2 different ways depends if it connected or not, this device need to connect to 'Collector' device, the 'Collector' device send RF messages all the time each.
- If the device connected, so it gonna send keep alive command each 20 seconds to the father.
- if the device not connected, he need to listen to RF each 3 seconds in order to find the channel and connect.
My question is, can i make these logic in the Sensor controller engine? i want the main MCU(M3) to be sleep most of the time, just if there is RF(with my protocol) in the air the M3 will wake up.
