Skip to content

Releases: sparkfun/SparkFun_u-blox_SARA-R5_Arduino_Library

Version 1.1.13

03 Jan 08:49
c9cb44d
Compare
Choose a tag to compare

This release:

  • Fixes an overloaded-virtual warning on ESP32 (core v3.1.0) - thank you @mazgch #53

Version 1.1.12

30 May 07:53
cc961b2
Compare
Choose a tag to compare

This release:

  • Resolves compilation warnings on arduino-esp32 v3.0.0 - reported in #45 - resolved in #46 - thank you @mazgch

Version 1.1.11

21 Apr 15:57
11cc451
Compare
Choose a tag to compare

This release:

  • Adds socketSetSecure and corrects a small bug in setMQTTsecure - thank you @mazgch #43

Version 1.1.10

27 Feb 15:11
b0f9e3c
Compare
Choose a tag to compare

This release:

  • Improves getFileBlock so it will compile on STM32 toolchains

Version 1.1.9

15 Nov 13:58
d35bce3
Compare
Choose a tag to compare

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

03 Nov 12:38
22e738f
Compare
Choose a tag to compare

This release:

  • Updates Example4 with additional Access Technologies for the LARA-R6
  • Changes the private methods and variables to protected
    • This makes it much easier to derive your own class for (e.g.) the LARA-R6 and reuse methods like sendCommandWithResponse

Version 1.1.7

21 Aug 08:23
d8adcb3
Compare
Choose a tag to compare

This release:

  • Includes improvements by @dajtxx in #30 - thank you David
    • Fixes a memory bug caused by erroneous free
    • Adds enhanced support for MQTT
    • Adds support for FTP
    • Adds URC string constants
    • Adds getFileBlock method

Version 1.1.6

25 Feb 12:07
2b0d5b5
Compare
Choose a tag to compare

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

Version 1.1.5

25 Nov 11:47
30040ea
Compare
Choose a tag to compare

This release:

Version 1.1.4

12 Nov 09:34
4bb5a33
Compare
Choose a tag to compare

This release:

  • Improves the AT parsing - allowing the library to be used with the LENA-R8