vshymanskyy / TinyGSM

A small Arduino library for GSM modules, that just works
GNU Lesser General Public License v3.0
1.91k stars 708 forks source link

Arduino IDE Library Manager v1.8.16 always installs v0.10.9 of TinyGSM? #593

Open Humancell opened 2 years ago

Humancell commented 2 years ago

While debugging my issues with the SIM7080G, I realized I was using an older version of TinyGSM - 0.10.9. But this was on a brand new install of the Arduino IDE, and a brand new install of the "Latest" version of TinyGSM.

I saw the version 0.10.9 being displayed in the debug messages, even though the Arduino IDE says I had 0.11.3 installed. I attempted to "downgrade" via the IDE and it reflected the change, but the TinyGsmCommon.h still reflected 0.10.9.

I manually deleted the library folder and attempted installs of various version via the Arduino IDE Library Manager, but again, no matter what I did the TinyGsmCommon.h still showed 0.10.9.

Could there be an issue of with the Github tags?

star297 commented 2 years ago

Did you manage to your 7080 working? I have three 7070G's with GNSS but could not get any to connect to cell using a SIM that works in my 7000E and 7600E modules. Not using the 7070G's now due to the RF stage cant' operate on GSM and GNSS at the same time, so pretty much useless.

Humancell commented 2 years ago

Hello,

No, I have my 7080G working, but not with this library at all. I've made several attempts to try and learn more about how to debug the situation but I had to give up on TinyGSM with this module for now. The library works with my 7000G, but not the 7080G. :-(

SRGDamia1 commented 2 years ago

Are you still having an issue with the library manager? Usually the Arduino IDE pulls the newest version based on the release number, so I think it should be seeing 0.11.3.

star297 commented 2 years ago

@Humancell

No, I have my 7080G working, but not with this library at all. I've made several attempts to try and learn more about how to debug the situation but I had to give up on TinyGSM with this module for now. The library works with my 7000G, but not the 7080G. :-(

Scott, do you have any example code/library where you got the 7080G working, I would like to see why its not working on tinyGSM. I can get my 7070G to connect to the cell at 2G with data using AT commands but no luck if I use a basic 7000 working program here. I'm using ESP32. The examples here are too broad, would be nice for some modem specific examples.

This probably should be a different topic.