Skip to content

Commit 65c1c72

Browse files
committed
Siwiduino Release v0.4.0
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent c8fe41d commit 65c1c72

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,22 @@ User can select standard I/O port for `printf` function from following options
2727
* Uart1 `/dev/ttyS1`
2828
* Uart2 `/dev/ttyS2`
2929
* USB Uart `/dev/ttyUSB0`
30+
31+
# Supported Platforms
32+
## SIWI S20U GSM Module
33+
* S20U Module
34+
* S20 GSM development Board
35+
<img src="https://siwiembedded.github.io/asset/s20gsm_board.png" alt="s20 gsm board" width="50%">
36+
37+
## Quectel M66 2G GSM
38+
<img src="https://www.quectel.com/UploadImage/Product/20200304152709774.png" alt="Quectel M66" width="50%">
39+
40+
## Quectel MC60 2G GSM
41+
<img src="https://www.quectel.com/UploadImage/Product/20200302164806327.png" alt="Quectel MC60" width="50%">
42+
43+
## Quectel MC20 2G GSM
44+
<img src="https://www.quectel.com/UploadImage/Product/20200302175738828.png" alt="Quectel MC20" width="50%">
45+
46+
## Quectel M56 GSM
47+
<img src="https://www.quectel.com/UploadImage/Product/20200304115535722.png" alt="Quectel M56" width="50%">
48+

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framework-siwiduino",
3-
"description": "Arduino Wiring-based Framework For SiWi GSM Modules",
4-
"version": "0.3.0",
3+
"description": "Arduino Wiring-based Framework For SiWi and Quectel GSM Modules",
4+
"version": "0.4.0",
55
"url": "https://github.com/siwiembedded/siwiduino"
6-
}
6+
}

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
88

99
name=SIWIGSM Arduino
10-
version=0.3.0
10+
version=0.4.0
1111

1212
# Tools
1313
# -----

0 commit comments

Comments
 (0)