Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7k
Add files via upload#11976
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Add files via upload#11976
Uh oh!
There was an error while loading.Please reload this page.
Conversation
CLAassistant commentedAug 30, 2024
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
@askarkafi I don't know how you possibly got the impression that this would accomplish anything. It will not, so I close this as invalid.
I guess your intention was to submit your library for inclusion in theArduino Library Manager??? If so, you can learn the actual way to do that here:
https://github.com/arduino/library-registry#adding-a-library-to-library-manager
If you are going to do that, please read those instructions very carefully and follow them exactly. If you proceed in the same haphazard manner as you did with this pull request, the only thing you are going to accomplish is wasting both of our time.
If you have any questions or concerns, you are welcome to request assistance on Arduino Forum:
https://forum.arduino.cc/c/development/libraries/39
I monitor that forum category closely so I will be sure to see your post and provide prompt assistance.
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 theGitHub 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 theonline 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.