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 support for u blox SARA R5 modules #749

Closed sebastianbergner closed 1 month ago

sebastianbergner commented 10 months ago

This implementation is very similar to the SARA R4 module and the generic ublox implementation. Test setup: a custom ESP32 module and a MIKROE LTE IOT 5 CLICK module which has a ublox SARA-R510M8S (incl. GNSS) on-board

I was able to test the SMS/TCP(&MQTT)/GNSS&GPS functionalities using the AllFunctions examples code. The other example code files (where the SARA R5 can be used) have been updated but not tested! Also there are some changes to other files which do not concern the functionality of the SARA R5, but were made because I've formatted all files using clang-format.

If there are any questions, I will gladly try to answer them.