Releases: arduino-libraries/Arduino_Cellular
Releases · arduino-libraries/Arduino_Cellular
Network Time Fixes
Arduino Cloud Support
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
- 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
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