I am working on a small project - I am using a GL865-DUAL V3 and a Motion detector(I2C) & its Battery powered. I am using the Python interpreter to run my application scripts.
Basically I need to interrupt the Telit GSM module when motion detected. The GSM module wakes up. Qualified the interrupt. If Interrupt is Valid it send out an SMS else goes back to sleep.
I donot want to use the Polling method as I believe the GSM Module will drain the battery.
I had a look at Event monitoring AT CMD set. I use it for Low Battery detection.
I am trying to find a way to get the Python script to do this but no luck with my attempts and information.
Please can someone suggest if its possible to do this interrupt based operation on a TELIT GSM -Python based design. or suggest any other method to get this feature implemented.
Thank you