6 thoughts on “How to known the reason (event) for wake up from CFUN = 0”
Hello,
I want to detect the reason of wake up from the power mode CFUN=0.
There is any command?
It is possible to detect?.
Thanks a lot, Gabriel.
From what can be seen in the CFUN modes table in Telit Modules Software User Guide document (page 99 in rev. 15) all exit from power saving events have something to output through the AT interface, less the RTS off/on switch so the reason should be evident I think.
From what can be seen in the CFUN modes table in Telit Modules Software User Guide document (page 99 in rev. 15) all exit from power saving events have something to output through the AT interface, less the RTS off/on switch so the reason should be evident I think.
Hi Cosmin,
Thanks for your response.
But i think this does not resolv my situation.
The AT interface is the progam/debug interface, and my application is running only with the GE910-GNSS module.
I don’t have any microprocessor or similar connected to the DEBUG/PROG AT interface.
So, there is another method to know the reason of the wake-up?
Or perhaps, i could see If there is a missing call?
Thanks a lot,
So you are running a Python application I understand?
In this case you will use MOD.powerSaving(timeout) function which will block the application for the said timeout or until an event; at application restore check the return of the function, if 0 the reason is the timeout, if 1 is an external event in which case read the MDM output, for an incoming call you’ll see RING.
Thanks a lot, you are right I’m using the MDM.powerSaving.
Best Regards,
Thanks a lot, you are right I’m using the MDM.powerSaving.
We use cookies to enhance your browsing experience and help us improve our websites. To improve our website, we carefully select third parties that use cookies to allow us to serve specific content and achieve the purposes set out in our cookie policy. For more information on how to make adjustments through your browser to the cookies being used on your device, please click Find Out More link. By closing this banner or continuing to browse our website, you agree to our use of such cookies. FIND OUT MORE
Hello,
I want to detect the reason of wake up from the power mode CFUN=0.
There is any command?
It is possible to detect?.
Thanks a lot, Gabriel.
From what can be seen in the CFUN modes table in Telit Modules Software User Guide document (page 99 in rev. 15) all exit from power saving events have something to output through the AT interface, less the RTS off/on switch so the reason should be evident I think.
Hi Cosmin,
Thanks for your response.
But i think this does not resolv my situation.
The AT interface is the progam/debug interface, and my application is running only with the GE910-GNSS module.
I don’t have any microprocessor or similar connected to the DEBUG/PROG AT interface.
So, there is another method to know the reason of the wake-up?
Or perhaps, i could see If there is a missing call?
Thanks a lot,
So you are running a Python application I understand?
In this case you will use MOD.powerSaving(timeout) function which will block the application for the said timeout or until an event; at application restore check the return of the function, if 0 the reason is the timeout, if 1 is an external event in which case read the MDM output, for an incoming call you’ll see RING.
Thanks a lot, you are right I’m using the MDM.powerSaving.
Best Regards,
Thanks a lot, you are right I’m using the MDM.powerSaving.
Best Regards,