To significantly reduce power consumption when no racers are passing in front of the antenna (well over 90% of the time on a 24-hour event), I would like to implement Power Mode = “SLEEP” as describing in the M6e Nano documentation.
Can anyone confirm my understanding that this is an idle power mode setting that is used whenever the M6e is not actively doing synchronous or asynchronous reads? In other words, when the M6e is given a Read command, it is awoken automatically from the set idle mode (Sleep in this case) and returns to the same idle power mode when the Read ends.
Also, any Python wrapper (Raspberry PI) out there that implements that function ?
Thanks in advance