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

Added EC20 gsm client #707

Open manojsahukar opened 1 year ago

manojsahukar commented 1 year ago

EC20/25 gsm client added with GPS support.

Zontex commented 1 year ago

@vshymanskyy can merge?

Zontex commented 1 year ago

btw @majnun1337 do you think it's possible to add the ability to get GPS coordinates? as the EC/EG25 have GPS built-in

manojsahukar commented 1 year ago

@Zontex the GPS functionality is already supported.

Zontex commented 1 year ago

@majnun1337 when I tried on EG25-G and keep getting unhandled errors (seems can't parse it) and the uart baud rate and pins seems to be ok (i tested few at commands with micropython, modem responding) any idea why's that?

Zontex commented 1 year ago

@majnun1337 could you add main code example that works for you? seems to be baudrate related issue .. either too fast or something, I can't communicate with the board properly. using ESP32.

asi-9 commented 7 months ago

Working with EC25, I am unable to connect to MQTT broker using this branch with EC20 gsm support. Can someone please provide any example code.