Releases: sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library
Releases · sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library
Version 1.1.13
Version 1.1.12
Version 1.1.11
Version 1.1.10
Version 1.1.9
This release:
- Adds a new example which demonstrates how to connect to ThingSpeak using MQTT
- Random temperature data is published to your channel
- The code also subscribes to the channel topic, so you can read the data back again
- Please note: the example demonstrates a simple use of MQTT on the SARA-R5. It only uses a Client ID, Username and Password for authentication. It does not demonstrate how to use root and client certificates. For that, please see @mazgch HPG Solution - the certificates are stored on the SARA-R5's internal file system and loaded into the security profile.
Version 1.1.8
This release:
- Updates Example4 with additional Access Technologies for the LARA-R6
- Changes the
private
methods and variables toprotected
- This makes it much easier to derive your own class for (e.g.) the LARA-R6 and reuse methods like
sendCommandWithResponse
- This makes it much easier to derive your own class for (e.g.) the LARA-R6 and reuse methods like
Version 1.1.7
Version 1.1.6
This release:
- Adds changes which make the parser more tolerant to spaces in URC responses
- This improves compatibility with modules like the LENA-R8 and LARA-R6
- Based on original code by @mazgch - thank you Michael