Trigger Python Programme by ARTIK-020

Hello Everyone,
I am using BalenaFin v1.0 CM3 (8gb) with Raspbian Image. I am running a pretty hefty Python Programme on it. I want to get the CM3 to sleep when not in use and want to rerun the Python Programme by an external trigger (a sensor) connected to the Artik-020. Can anyone point out the appropriate resources?

Thanks

Hi there, this could be achieved by implementing the sleep logic in the co-processor. We have an example here to help you get started.

Thanks @ab77 :grinning: