Gracefull sleep and wakeup mode #88
Unanswered
devprofile98
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Disabling the functionality is not a modem sleep, it is rather a modem "shutdown" mode. In this mode, everything is closed, even your MQTT connections. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, Thank you for this great library. Is there any specific sequence of function calls to make the SIM device asleep ( or minimum functionality mode ) and ensure all of the library parts are aware of this?
in my first try, I called
lwgsm_set_func_mode(0, ...)
but aftercalling lwgsm_set_func_mode(1, ...)
, there will be a failed assertion on one of the MQTT semaphore, I wanted to ensure if there is a known path for the sleep mode to work correctly and if it is implemented already or if it depends on how the client has used the LWCELL library.Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions