Skip to content

Releases: sparkfun/SparkFun_LTE_Shield_Arduino_Library

v1.3.0

18 Jun 19:47
147b23b
Compare
Choose a tag to compare

Support STM32 Arduino core

v1.2.0

24 Sep 22:40
Compare
Choose a tag to compare

Fix compiler warnings and pointer comparison error.

Version 1.1.1

20 Dec 22:43
Compare
Choose a tag to compare

Pulled in memory leak fixes to address issue #2.

Version 1.1.0

11 Dec 20:44
Compare
Choose a tag to compare

Added support for and tested on SAMD21 boards, using the hardware serial port.

"00_Register_Operator" example was modified to more-easily set a different Serial Monitor and/or LTE Shield serial ports. This example still defaults to supporting AVR architectures, like the Arduino Uno, but can be modified to use the SAMD21 by:

  • Comment out line beginning with SoftwareSerial lteSerial
  • Set SerialMonitor to SerialUSB
  • Set LTEShieldSerial to Serial1 (also set Serial-select switch on shield to "HARD")
  • (Optional) Set the lte.begin baud rate to 115200 (hardware port can handle it!)

V_1.0.0

20 Nov 22:31
Compare
Choose a tag to compare

Initial public release of the SparkFun LTE Shield Arduino library.