Releases: sparkfun/SparkFun_LTE_Shield_Arduino_Library
Releases · sparkfun/SparkFun_LTE_Shield_Arduino_Library
v1.3.0
v1.2.0
Version 1.1.1
Version 1.1.0
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
toSerialUSB
- Set
LTEShieldSerial
toSerial1
(also set Serial-select switch on shield to "HARD") - (Optional) Set the
lte.begin
baud rate to 115200 (hardware port can handle it!)