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

Make better use of modem URCs #41

Open
dajtxx opened this issue May 18, 2023 · 0 comments
Open

Make better use of modem URCs #41

dajtxx opened this issue May 18, 2023 · 0 comments
Labels
enhancement New feature or request firmware Issues and enhancements related to firmware development.

Comments

@dajtxx
Copy link
Contributor

dajtxx commented May 18, 2023

The code is too dependent on timing at present - the config command download code was a good example of this.

However, other URCs are useful too, such as network registration and packet layer IP address assignment.

The code could be reworked to use these, such as by setting flags to say the event has been received.

The config download would be relatively simple - if the URC arrives then set a flag and download the config commands just before logging out of MQTT.

The IP address URC would be useful for setting a flag to say the packet layer is up and might be more meaningful than the current early exit flag in the modem initialisation code.

@dajtxx dajtxx added enhancement New feature or request firmware Issues and enhancements related to firmware development. labels May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request firmware Issues and enhancements related to firmware development.
Projects
None yet
Development

No branches or pull requests

1 participant