Git Product home page Git Product logo

sim900's Introduction

Arduino SIM900 Shield Comprehensive Library

Arduino CI Arduino Lint Arduino Release License: LGPL3.0

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.

SIM900 Arduino Shield SIM900 Vector

Note: The SIM900::request(SIM900HTTPRequest) function is still underdevelopment.

Features

  • 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.

Getting Started

Installation

To use this library, follow these steps:

  1. Download the library from the GitHub repository.
  2. Open your Arduino IDE.
  3. Click on Sketch -> Include Library -> Add .ZIP Library...
  4. Select the downloaded library ZIP file.

Alternatively, you can click on the Library Manager then type "SIM900" to install this library for your projects.

Hardware Setup

Make sure you have the following components:

  • Arduino board compatible with the SIM900 Shield.
  • SIM900 Shield with a SIM card inserted.
  • 3V CR1220 coin battery for RTC (optional).

Connect the SIM900 Shield to your Arduino board, ensuring it's properly powered and connected. Refer to your hardware documentation for detailed instructions on connecting the module.

Usage

To use the SIM900 module in your Arduino sketch:

#include <SoftwareSerial.h>
#include <sim900.h>

SoftwareSerial shieldSerial(7, 8);  //RX and TX

void setup() {
  Serial.begin(9600);               // Initialize serial communication
  SIM900 sim900(&shieldSerial);     // Initialize the SIM900 shield

  // Your code goes here...
}

void loop() { }

Examples

The repository includes a variety of example sketches that demonstrate the library's features. You can find them in the examples folder.

Contribution and Feedback

Contributions and feedback are all welcome to enhance this library. If you encounter any issues, have suggestions for improvements, or would like to contribute code, please do so.

Credits

TODO

  1. Receiving, listing, dumping, deleting, and setting the preferred message storage.
  2. Functional HTTP requesting.

License

Copyright 2023 - Nathanne Isip

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

sim900's People

Contributors

nthnn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.