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

GSM modules #3019

Closed
GeorgeGkinis opened this issue Jan 26, 2020 · 2 comments
Closed

GSM modules #3019

GeorgeGkinis opened this issue Jan 26, 2020 · 2 comments
Labels

Comments

@GeorgeGkinis
Copy link

GeorgeGkinis commented Jan 26, 2020

Missing feature

It would be incredibly useful to be able to use a cellular 2G/3G/4G/NB-iot/LTE-catM modem like SIM7000 or Quectel equivalent.

The underlying network stack should be used.

On ESP-IDF this is achieved utilising PPPoS supported by lwIP.

Support for the CMUX GSM 07.10 protocol should be considered during design, as it could allow to simultaneously use GPS, sending AT commands/SMS e.t.c. without interrupting network traffic.

Justification

Many IoT solutions rely on cellular modems for communication.

Workarounds

No workarounds have been found.
Trying to implement using UART wit AT commands is cumbersome and libraries like MQTT, HTTP e.t.c. cannot be reused.

@stale
Copy link

stale bot commented Jan 20, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jan 20, 2021
@stale stale bot closed this as completed Feb 7, 2021
@lePereT
Copy link

lePereT commented Jun 9, 2022

Could we reopen this issue please? PPPoS would be an incredibly useful feature, not just for modems but also for getting internet access over UART connections, using much less power than ethernet magnetics eg https://www.instructables.com/Connect-the-Raspberry-Pi-to-network-using-UART/

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

No branches or pull requests

2 participants