File tree Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -27,3 +27,22 @@ User can select standard I/O port for `printf` function from following options
27
27
* Uart1 ` /dev/ttyS1 `
28
28
* Uart2 ` /dev/ttyS2 `
29
29
* 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
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"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" ,
5
5
"url" : " https://github.com/siwiembedded/siwiduino"
6
- }
6
+ }
Original file line number Diff line number Diff line change 7
7
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
8
8
9
9
name=SIWIGSM Arduino
10
- version=0.3 .0
10
+ version=0.4 .0
11
11
12
12
# Tools
13
13
# -----
You can’t perform that action at this time.
0 commit comments