From 27487442ae37427651051788a8c68f3628ffe825 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Thu, 1 Dec 2016 16:35:16 +0200 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9ba7e7..fbb0f62 100644 --- a/README.md +++ b/README.md @@ -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