We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f00469 commit f7b207dCopy full SHA for f7b207d
boards/sim868.json
@@ -0,0 +1,36 @@
1
+{
2
+ "build": {
3
+ "core": "siwigsm",
4
+ "cpu": "arm9ejs",
5
+ "f_cpu": "260000000L",
6
+ "mcu": "MT2503",
7
+ "variant": "sim868",
8
+ "newlib": "nano",
9
+ "siwilib": "release",
10
+ "extra_flags": "-DPLATFORM_SIM868U=1",
11
+ "hwids": [
12
+ [
13
+ "0x0E8D",
14
+ "0x0003"
15
+ ]
16
17
+ },
18
+ "connectivity": [
19
+ "gsm",
20
+ "bluetooth",
21
+ "gps"
22
+ ],
23
+ "frameworks": [
24
+ "arduino",
25
+ "siwisdk"
26
27
+ "name": "SIMCOM SIM868 GSM Module",
28
+ "upload": {
29
+ "maximum_ram_size": 96256,
30
+ "maximum_size": 262144,
31
+ "require_upload_port": true,
32
+ "speed": 460800
33
34
+ "url": "https://www.simcom.com/product/SIM868.html",
35
+ "vendor": "SIMCom"
36
+}
0 commit comments