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

Is TINY_GSM_MODEM_SIM7600 not supporting wifi connection? #784

Closed
JohnnyLiu2886 opened this issue Feb 28, 2024 · 1 comment
Closed

Is TINY_GSM_MODEM_SIM7600 not supporting wifi connection? #784

JohnnyLiu2886 opened this issue Feb 28, 2024 · 1 comment

Comments

@JohnnyLiu2886
Copy link

I am using LILYGO T-SIM7600G, a controller combined with T-SIM7600G and ESP32. I am able to get network from sim card using "modem.simUnlock(GSM_PIN)".

However, when I am trying to use "modem.networkConnect(wifiSSID, wifiPass)", I got "error: 'TinyGsm' {aka 'class TinyGsmSim7600'} has no member named 'networkConnect'; did you mean 'isNetworkConnected'?".

Does it mean this library is not supporting SIM7600G with wifi connection? Is it a software issue or a hardware issue? If that is a software issue, I would solve the problem by using wifi.h instead of TinyGSM.

@Gelemikke
Copy link

SIM7600 is an LTE modem only https://www.simcom.com/product/SIM7600X.html and does not support Wi-Fi connections. If you want to use Wi-Fi on your board you are correct to be using wifi.h or other esp32 specific libraries.

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

3 participants