Browse Source

Update README.md

v_master v0.1.0
Volodymyr Shymanskyy 8 years ago
committed by GitHub
parent
commit
27487442ae
1 changed files with 18 additions and 2 deletions
  1. +18
    -2
      README.md

+ 18
- 2
README.md View File

@ -7,8 +7,24 @@
A small Arduino library for GPRS modules, that just works
Currently only SIM800/SIM900 are tested.
More modules may be supported later.
Currently only SIM800/SIM900 are tested, more modules may be supported later.
## Features
#### Supports Arduino Client interface
This library is very easy to integrate with lots of sketches, which used Ethernet or WiFi previously.
Examples for **Blynk**, **MQTT**, **Web Client** and **File Download** are provided.
#### Tiny
WebClient example for Arduino Nano (with Software Serial) takes little resources:
```
Sketch uses 11,916 bytes (38%) of program storage space. Maximum is 30,720 bytes.
Global variables use 649 bytes (31%) of dynamic memory. Maximum is 2,048 bytes.
```
Now, you have more space for your experiments.
#### Uses internal modem buffer for receive
TinyGSM pulls data gently from the modem, so it can operate on very little RAM.
## Getting started


Loading…
Cancel
Save