Volodymyr Shymanskyy 7 years ago
parent
commit
5d6a9afcf9
1 changed files with 21 additions and 5 deletions
  1. +21
    -5
      README.md

+ 21
- 5
README.md View File

@ -40,21 +40,24 @@ Feature \ Modem | SIM800 | SIM8x8 | A6/A7/A20 | M590 | ESP8266
**Data connections** **Data connections**
TCP (HTTP, MQTT, Blynk, ...) | ✔ | ✔ | ✔ | ✔ | ✔ TCP (HTTP, MQTT, Blynk, ...) | ✔ | ✔ | ✔ | ✔ | ✔
UDP | | | | | UDP | | | | |
SSL/TLS (HTTPS) | ✔¹ | ✔¹ | 🅧 | 🅧 | ◌
SSL/TLS (HTTPS) | ✔¹ | ✔¹ | 🅧 | 🅧 | ◌
**USSD** **USSD**
Sending USSD requests | ✔ | ✔ | ✔ | ✔ | Sending USSD requests | ✔ | ✔ | ✔ | ✔ |
Decoding 7,8,16-bit response | ✔ | ✔ | ✔ | ✔ | Decoding 7,8,16-bit response | ✔ | ✔ | ✔ | ✔ |
**SMS** **SMS**
Sending | ✔ | ✔ | ✔ | ✔ | Sending | ✔ | ✔ | ✔ | ✔ |
Sending Unicode | ✔ | ✔ | ◌ | 🅧 | Sending Unicode | ✔ | ✔ | ◌ | 🅧 |
Receiving/Reading | | | | |
Reading | | | | |
Incoming message event | | | | ? |
**Calls** **Calls**
Dial, hangup | ✔ | ✔ | ✔ | 🅧 | Dial, hangup | ✔ | ✔ | ✔ | 🅧 |
Receiving calls | ◌ | ◌ | ◌ | 🅧 |
DTMF decoding | | | 🅧 | 🅧 |
Receiving calls | ✔ | ✔ | ✔ | 🅧 |
Incoming event (RING) | ◌ | ◌ | ◌ | 🅧 |
DTMF sending | ◌ | ◌ | ◌ | 🅧 |
DTMF decoding | ◌ | ◌ | 🅧 | 🅧 |
**Location** **Location**
GSM location service | ✔ | ✔ | 🅧 | 🅧 | GSM location service | ✔ | ✔ | 🅧 | 🅧 |
GPS/GNSS | 🅧 | ✔² | ◌¹ | 🅧 |
GPS/GNSS | 🅧 | ✔² | ◌¹ | 🅧 |
✔ - implemented  ◌ - planned  🅧 - not available for this modem ✔ - implemented  ◌ - planned  🅧 - not available for this modem
¹ - only some device models or firmware revisions have this feature ¹ - only some device models or firmware revisions have this feature
@ -84,6 +87,19 @@ More modems may be supported later:
Watch this repo for new updates! And of course, contributions are welcome ;) Watch this repo for new updates! And of course, contributions are welcome ;)
## Donation
[![Donate BountySource](https://img.shields.io/badge/Donate-BountySource-149E5E.svg)](https://salt.bountysource.com/checkout/amount?team=tinygsm-dev)
[![Donate Bitcoin](https://img.shields.io/badge/Donate-Bitcoin-orange.svg)](http://tny.im/aen)
If you have found TinyGSM to be useful in your work, research or company, please consider making a donation to the project commensurate with your resources. Any amount helps!
**All donations will be used strictly to fund the development of TinyGSM:**
- Covering cellular network expences
- Buying new hardware and modems for integration
- Bounty Budget (to reward other developers for their contributions)
- Implementing new features
- Quality Assurance
## Getting Started ## Getting Started
1. Using your phone: 1. Using your phone:


Loading…
Cancel
Save