arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.13k stars 7k forks source link

Add files via upload #11976

Closed askarkafi closed 1 month ago

askarkafi commented 1 month ago

Title of PR: Add SimKafi Library - A Comprehensive Library for SIM900/SIM800 Modules

Description of PR:

Introduction The SimKafi library is a comprehensive library for working with SIM900/SIM800 GSM/GPRS modules. This library allows you to easily handle various functionalities of the module, including sending and receiving SMS, managing calls, sending HTTP requests, and managing the phonebook.

Main Features SMS Handling: Easily send and receive SMS using the SIM900/SIM800 module. Call Management: Make, answer, and manage calls with the module. HTTP Requests: Send HTTP requests and receive responses from web servers. Real-Time Clock Management: Update and retrieve real-time clock data from the module. Multi-Platform Support: Compatible with various Arduino platforms, including esp8266, esp32, and other popular platforms. Installation and Usage To install the library, follow these steps:

Download the library from the GitHub repository. Open the Arduino IDE. Navigate to Sketch -> Include Library -> Add .ZIP Library... and select the ZIP file you downloaded. Sample codes are available in the examples folder, which you can use to quickly get started.

Dependencies This library depends on the SoftwareSerial library. Please ensure that it is installed to make full use of SimKafi’s features.

Documentation Full API documentation and examples are available in the docs folder. You can also refer to the online documentation for more details.

Version Changes Version 1.1.0 includes the following improvements:

Added call management functionality. Added support for the ESP32 platform. Improved performance and fixed minor bugs.

CLAassistant commented 1 month ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.