-
Notifications
You must be signed in to change notification settings - Fork 70
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
Issues when using library with GPRS/GSM modem #34
Comments
Have you got it solved? I got the same error and solved it placing the code in another place. Anyway, it couldnt got connection. The problem is with the GPRS/GSM modem, in my case, with the board TSIM7000 |
Did you found solution? |
Hi! Sorry… No. I didn't get it. When I use the GSM connection, it compiles correctly, but it does not establish a connection; however, using the same board (tsim7000) but through wifi, it connects perfectly. Therefore, it must be some problem of the library or something like that, related to the interface. I haven't been able to get a deep log to see where it gets stuck. My knowledge escapes... |
@jichef @bkobylski4 I never got this to work. It's been a while since I looked at this but I believe the core issue may be with how TinyGPSPlus provides the interface. If I remember correctly, It creates some sort of a virtual interface that this library doesn't expect. |
Hi! Actually I've found some light, but I don't know how to integrate this solution in Arduino IDE |
Hello, I have a LilyGo T-A7670X GNSS/GSM module. The module crashes after calling wg.begin(). I'm assuming this is due to the wrong interface being selected.
trace:
The text was updated successfully, but these errors were encountered: