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

Example Request for SIMCOM SIM7070 Switching between GNSS and mobile network connection (IDFGH-13736) #659

Open
timom25ns opened this issue Sep 18, 2024 · 2 comments
Assignees

Comments

@timom25ns
Copy link

Is your feature request related to a problem?

I'm using ESP-modem to connect to SIMCOM SIM7070G. While on paper it looks as a well-rounded module, a few issues prevent me from using it the way I would like to.

-it's impossible to enter CMUX mode repeatedly for SIMCOM SIM7070G #168 #168 (comment) , and will result in NO-CARRIER responses.

Some attention was already given to SIM7070, since it contains the specific GNSS command and also an example for processing), but there seems to be very little written about such a concurrent use with a mobile network.

Describe the solution you'd like.

If there was such an example within esp-modem, which is dealing with this issue, it would be really amazing. It would also be really helpful if there was a way of getting the GNSS data without leaving CMUX mode, maybe by doing some manual calls which would be otherwise taken care of by the esp_modem mode selector.

Describe alternatives you've considered.

No response

Additional context.

No response

@github-actions github-actions bot changed the title Example Request for SIMCOM SIM7070 Switching between GNSS and mobile network connection Example Request for SIMCOM SIM7070 Switching between GNSS and mobile network connection (IDFGH-13736) Sep 18, 2024
@timom25ns
Copy link
Author

@diplfranzhoepfinger

@david-cermak
Copy link
Collaborator

@timom25ns I'll take a look at it, already got one SIM7070G for testing.

-it's impossible to enter CMUX mode repeatedly for SIMCOM SIM7070G #168 #168 (comment) , and will result in NO-CARRIER responses.

I think this could be fixed or (worked around) easily using manual transitions.

GNSS and mobile network connection cannot work concurrently,

Not sure how to handle this, but might work if we pause the network on our side between GNSS commands?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants