You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Volodymyr Shymanskyy 0019157eb6 Add tools 8 years ago
examples Add source and examples 8 years ago
extras Add data 8 years ago
tools Add tools 8 years ago
.gitignore Add meta-info files 8 years ago
LICENSE Initial commit 8 years ago
README.md Add meta-info files 8 years ago
TinyGsmClient.h Add source and examples 8 years ago
TinyGsmFifo.h Add source and examples 8 years ago
keywords.txt Add meta-info files 8 years ago
library.json Add meta-info files 8 years ago
library.properties Add meta-info files 8 years ago

README.md

  _______ _____ __   _ __   __  ______ _______ _______
     |      |   | \  |   \_/   |  ____ |______ |  |  |
     |    __|__ |  \_|    |    |_____| ______| |  |  |

A small Arduino library for GPRS modules, that just works

Currently only SIM800/SIM900 are tested.
More modules may be supported later.

Getting started

  1. Using your phone: - Disable PIN code on the SIM card - Check your ballance - Check that APN,User,Pass are correct and you have internet
  2. Ensure the sim card is correctly inserted into the module
  3. Provide a good, stable power supply (up to 2A) (4.0-4.2V or 5V according to your module documentation)
  4. Provide good, stable serial connection (Hardware Serial is recommended)
  5. Check if GSM antenna is attached

License

This project is released under The GNU Lesser General Public License (LGPL-3.0)