Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed Feb 4, 2017
1 parent 6d49e2d commit 3d9fcdc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ Examples for **PubSubClient ([MQTT](http://mqtt.org/))**, **[Blynk](http://blynk
![examples](/extras/examples.png)

### TinyGSM is tiny
WebClient example for Arduino Nano (with Software Serial) takes little resources:
The complete WebClient example for Arduino Uno (via Software Serial) takes little resources:
```
Sketch uses 13,802 bytes (44%) of program storage space. Maximum is 30,720 bytes.
Global variables use 661 bytes (32%) of dynamic memory. Maximum is 2,048 bytes.
Sketch uses 14094 bytes (43%) of program storage space. Maximum is 32256 bytes.
Global variables use 625 bytes (30%) of dynamic memory, leaving 1423 bytes for local variables. Maximum is 2048 bytes.
```
Now, you have more space for your experiments.
Arduino GSM library uses 15868 bytes (49%) of Flash and 1113 bytes (54%) of RAM in a similar scenario.
TinyGSM also pulls data gently from the modem (whenever possible), so it can operate on very little RAM.
**Now, you have more space for your experiments.**

### Supported modem models
- [x] SIMCom SIM800 series (SIM800A, SIM800C, SIM800L, SIM800H, SIM808, SIM868)
Expand Down

0 comments on commit 3d9fcdc

Please sign in to comment.