Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a cloud pause capability needed for cellular modem devices like MKR NB 1500 #369

Open
TomWesthoff opened this issue Jul 16, 2023 · 0 comments
Labels
type: enhancement Proposed improvement

Comments

@TomWesthoff
Copy link

I would like to be able to “pause” the background processes that update Thing variables (dashboard updates).
I am using MKR NB 1500 where all communications are done using the onboard LTE modem. For example, based on conditions in my program I would like to send an SMS. This requires the modem to receive AT commands and wait for specific responses. If the Thing variable process is sending the same modem additional AT commands it will confuse the modem. The SMS must start and finish before the background updating resumes. Sending an SMS takes only a few seconds usually. See the send SMS example for the MKR NB 1500 board.
I would think this may not be an issue with Wi-Fi based boards.

If there is another way to do this, please let me know.

@per1234 per1234 added the type: enhancement Proposed improvement label Jul 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

2 participants