The SIM900 Arduino Shield Library is a versatile and powerful Arduino library for interfacing with the SIM900 GSM/GPRS module. This library provides a wide range of functionalities for working with the SIM900 module, including sending and receiving calls, sending and receiving SMS, updating and extracting real-time clock data, sending HTTP requests, and retrieving various information about the SIM900 module's status and the network it is connected to.
- Call Handling: Make and receive calls with ease.
- SMS Communication: Send and receive SMS messages effortlessly.
- Real-Time Clock: Update and extract real-time clock data from the module.
- HTTP Requests: Send HTTP requests and retrieve responses.
- Information Retrieval: Gather data about network operator, module status, SIM card information, and more.
- Phonebook Management: Store and retrieve phonebook accounts.
- Extensive Documentation: Well-documented code and usage examples.
What's Changed
- SoftwareSerial dependency removed. Upgraded to support C++11 by @mohake-keshavarzi in #1
New Contributors
- @mohake-keshavarzi made their first contribution in #1
Full Changelog: v1.0.0...v1.1.0