TinyGSM icon indicating copy to clipboard operation
TinyGSM copied to clipboard

A small Arduino library for GSM modules, that just works

Results 248 TinyGSM issues
Sort by recently updated
recently updated
newest added

Hi if I use Sim7020 with multiserial in my esp32 the module response well, but it works only a 5 second ifs i use tinygsm, seems like freeze, but if...

Hi, I am quite new to this project and I came across #260 which was never merged back in 2019 but I think would be a great addition to this...

Hi, I'm using a TTGO T-call with SIM800L to send sensor data to my own webserver. Occasionally (it's not possibel to reproduce the failor) the data is send, but I've...

[ ] I have read the Troubleshooting section of the ReadMe ## What type of issues is this? [ ] Request to support a new module [ ] Bug or...

[x] I have read the Troubleshooting section of the ReadMe ## What type of issues is this? [ ] Request to support a new module [ ] Bug or problem...

Привет! Отправляю данные на свой сервер, модем sim800c, json строкой. При получении данных теряются некоторые цифры, иногда запятые в числе. Что можно сделать? Может есть какая опция которую я не...

Hello, This is weird. When I use the client.connect(server,port) with a server URL it gets a connection error with the following AT log: Connected to GSM Network AT+CGATT? +CGATT: 1...

[X ] I have read the Troubleshooting section of the ReadMe **What type of issues is this?** [ ] Bug or issue with library functionality - not recognizing the response...

I've added support to read SMS and get call status (AT+CPAS) similar to the getCallStatus function of adafruit fona library. All example codes are included in examples.

I've been trying to connect to AWS using a ESP32 with SIM7000G Firmware : 1351B05SIM7000A This is the code that I'm using in the void loop part. ` modem.sendAT("+SMCONN"); if...