Skip to content

Releases: arduino-libraries/Arduino_Cellular

Arduino Cloud Support

23 May 15:42
Compare
Choose a tag to compare

This release adds compatibility with the Arduino IoT Cloud library. It does so by solving a name clash and by conditionally importing BearSSL.

SMS Enhancements

17 Apr 12:38
Compare
Choose a tag to compare
  • Add support for newline characters in SMS messages
  • Add index property to SMS
  • Fix incorrect date parsing of SMS timestamp
  • Add polling mechanism to SMS receive example
  • Remove need to supply APN settings for SMS tasks
  • Add option for deleting SMS
  • Add option to enable debug prints
  • Avoid need to connect to GPRS for SMS tasks

Initial Release

10 Apr 00:40
8727c3c
Compare
Choose a tag to compare

This library provides a toolkit for interacting with the official Arduino 4G Modules. It allows you to connect to the internet, send and receive SMS messages, and get location from the cellular network or GPS.

Enables the following features:

  • Fast 4G connection to the internet
  • Secure SSL connections with BearSSL
  • Get location using GPS or GSM
  • Time syncing with the cell provider and GPS
  • Send and Receive SMS Messages