Update supported modules list
This commit is contained in:
@@ -15,7 +15,8 @@ A small Arduino library for GSM modules, that just works.
|
|||||||
[](https://github.com/vshymanskyy/TinyGSM/wiki)
|
[](https://github.com/vshymanskyy/TinyGSM/wiki)
|
||||||
[](https://github.com/vshymanskyy/TinyGSM/blob/master/LICENSE)
|
[](https://github.com/vshymanskyy/TinyGSM/blob/master/LICENSE)
|
||||||
|
|
||||||
Currently SIM800, SIM900, SIM5320 are tested, more modules may be supported later.
|
Supported modules: **SIM800, SIM800L, SIM808, SIM900, SIM900A, SIM908, SIM5320**
|
||||||
|
More modules may be supported later.
|
||||||
|
|
||||||
If you like **TinyGSM** - give it a star, or fork it and contribute!
|
If you like **TinyGSM** - give it a star, or fork it and contribute!
|
||||||
[](https://github.com/vshymanskyy/TinyGSM/stargazers)
|
[](https://github.com/vshymanskyy/TinyGSM/stargazers)
|
||||||
|
@@ -12,6 +12,8 @@ networkConnect KEYWORD2
|
|||||||
networkDisconnect KEYWORD2
|
networkDisconnect KEYWORD2
|
||||||
factoryReset KEYWORD2
|
factoryReset KEYWORD2
|
||||||
|
|
||||||
|
GsmSerial KEYWORD3
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
# Literals (LITERAL1)
|
# Literals (LITERAL1)
|
||||||
#######################################
|
#######################################
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "TinyGSM",
|
"name": "TinyGSM",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "A small Arduino library for GPRS modules, that just works. Includes examples for Blynk, MQTT, File Download, and Web Client. Supports GSM modules, that work over AT command interface: SIM800, SIM800L, SIM900",
|
"description": "A small Arduino library for GPRS modules, that just works. Includes examples for Blynk, MQTT, File Download, and Web Client. Supports GSM modules with AT command interface: SIM800, SIM800L, SIM808, SIM900, SIM900A, SIM908, SIM5320",
|
||||||
"keywords": "GSM, SIM800, SIM800L, SIM900, AT commands, AT",
|
"keywords": "GSM, SIM800, SIM800L, SIM808, SIM900, SIM900A, SIM908, SIM5320, AT commands, AT",
|
||||||
"authors":
|
"authors":
|
||||||
{
|
{
|
||||||
"name": "Volodymyr Shymanskyy",
|
"name": "Volodymyr Shymanskyy",
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
name=TinyGSM
|
name=TinyGSM
|
||||||
version=0.1.1
|
version=0.1.2
|
||||||
author=Volodymyr Shymanskyy
|
author=Volodymyr Shymanskyy
|
||||||
maintainer=Volodymyr Shymanskyy
|
maintainer=Volodymyr Shymanskyy
|
||||||
sentence=A small Arduino library for GPRS modules, that just works.
|
sentence=A small Arduino library for GPRS modules, that just works.
|
||||||
paragraph=Includes examples for Blynk, MQTT, File Download, and Web Client. Supports GSM modules, that work over AT command interface: SIM800, SIM800L, SIM900
|
paragraph=Includes examples for Blynk, MQTT, File Download, and Web Client. Supports GSM modules with AT command interface: SIM800, SIM800L, SIM808, SIM900, SIM900A, SIM908, SIM5320
|
||||||
category=Communication
|
category=Communication
|
||||||
url=https://github.com/vshymanskyy/TinyGSM
|
url=https://github.com/vshymanskyy/TinyGSM
|
||||||
architectures=*
|
architectures=*
|
||||||
|
Reference in New Issue
Block a user