/A6lib

An Arduino library for communicating with SIMCOM SIM800X or Ai-Thinker A6 GSM module.

Primary LanguageC++MIT LicenseMIT

A6lib

Build Status release APMLicense docs platform

An Arduino library for controlling Ai-Thinker A6 GSM modem, It currently supports ESP8266 and AVR architectures and also works with other GSM modems supporting standard AT command set(e.g SIM800, SIM900,...)

Getting Started

  • Clone or download latest git version to your Arduino/libraries directory
  • Before include it to your project, you may need to modify A6lib.h:
/* comment the following to disable them */
//#define DEBUG
#define SIM800_T
//#define A6_T
  • Then include it and use the public APIs to control your modem or check out one of the examples

Related Information