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 "MinimalModemNBIOTExample" not working, compilation error #81

Open
rFlightFPV opened this issue Oct 3, 2024 · 3 comments
Open

Comments

@rFlightFPV
Copy link

I'm trying to compile the example MinimalModemNBIOTExample and have set my APN in line 68, the only change to the code. I get a compilation error in Arduino IDE 2.3.3 as follows:

error: 'RegStatus' was not declared in this scope; did you mean 'SimStatus'?

Thank you for your help!

@rFlightFPV
Copy link
Author

SOLVED: Install libraries as per instructions ("Copy all the folders in the LilyGo-T-SIM7080G/lib directory to <C:\Users\UserName\Documents\Arduino\libraries>. ").

@rFlightFPV
Copy link
Author

@lewisxhe could you please try to replicate the following? If I copy all the libraries in the "lib" folder of this repository to my libraries folder the "MinimalModemNBIOTExample.ino" sketch complies fine. However, if I update my libraries I get the error error: 'RegStatus' was not declared in this scope; did you mean 'SimStatus'?
I pinned it down to the TinyGSM library. The sketch compiles with TinyGSM 0.11.5, with the current 0.12.0 it does not.

As far as I saw within the TinyGSM library it now has added functionality for the SIM7080 modem. It would imo be great if the sketch could be updated accordingly, many thanks!

@rFlightFPV rFlightFPV reopened this Oct 13, 2024
lewisxhe added a commit that referenced this issue Oct 14, 2024
@lewisxhe
Copy link
Contributor

Already updated, but not sure if other features will be affected.

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

2 participants