Skip to content

SIM800L GSM module Arduino Library focusing on IoT

License

Notifications You must be signed in to change notification settings

shuvangkardas/SIM800L

Repository files navigation

SIM800L

Build Status GitHub release GitHub commits MIT License LinkedIn

Arduino Library for SIM800L Module

Download the latest stable release from here. Please report any bugs in issues.

This is an arduino library for sim800 module. The library is developed focusing on internet connectivity for the arduino development. The library is much faster than any other library which can perform an http post request within an one and half second.

The library has following special features.

  • URL and input parameters supports both ram and flash memory
  • The post url can be set once as well as can be changed anytime.

Product Name Screen Shot

Installations

  • Click on the 'Clone or download' button
  • Select Download ZIP. then a .zip file will download to your computer.
  • Unzip the archive and rename resulting folder to 'SIM800L'
  • Move the folder to your libraries folder (~/sketches/libraries)

Examples


IDE Compatibility (Actually tested)

  • Arduino IDE v1.6.x
  • Arduino IDE v1.8.x