LTE GNSS Breakout - SARA-R5 Hookup Guide
Contributors:
El Duderino, PaulZC
SARA-R5 Arduino Library
Note: The software examples assume you are using the latest version of the Arduino IDE on your computer. If this is your first time using Arduino, please review our tutorial on Installing the Arduino IDE. If you have not previously installed an Arduino library, please read through our Arduino Library Installation Guide
The SparkFun u-blox SARA-R5 Arduino Library provides a quick way to interact with the interfaces on the LTE GNSS Breakout. Install the library through the Arduino Library Manager tool by searching for "SparkFun u-blox SARA-R5". Users who prefer to manually install the library can get it from the GitHub Repository or download the .ZIP by clicking the button below:
The library primarily works by associating a selection of AT Commands from the Command Set Manual with standard Arduino functions to run automatically in a sketch.
View the full list of AT Commands included in this library (along with all other available functions) in the header file. The list of included AT Commands starts on line 67.