Skip to content

Commit 86eb76a

Browse files
committed
xiao ESP32-C3 docu
1 parent 1eae95d commit 86eb76a

File tree

3 files changed

+48
-6
lines changed

3 files changed

+48
-6
lines changed
File renamed without changes.

boards/esp32c3/xiao_esp32c3.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,12 @@ The following **env.json** file can be used as a starting point for the configur
7878
"title": "XIAO ESP32C3",
7979
"description": "XIAO_ESP32C3 board",
8080
"loglevel": "2",
81-
"logFile": "1"
81+
"logFile": "1",
82+
"connecttime": "20s",
83+
"safemode": "0",
84+
"sd": "1",
85+
"i2c-scl": "7",
86+
"i2c-sda": "6"
8287
}
8388
},
8489
"ota": {
@@ -89,14 +94,12 @@ The following **env.json** file can be used as a starting point for the configur
8994
"zone": "CET-1CEST,M3.5.0,M10.5.0/3"
9095
}
9196
},
92-
"state": {
93-
"0": { "savedelay": "8s" }
94-
},
9597
"digitalin": {
9698
"boot": {
9799
"title": "Boot button signal",
98100
"pin": "9",
99-
"invert": "true"
101+
"invert": "true",
102+
"pullup": "1"
100103
}
101104
}
102105
}

boards/esp32s3/xiao-esp32s3.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,52 @@ BLE Enable Power Consumption: Active Model:~85 mA
4141
Working temperature: -40 ° C~65 ° C
4242
Size: 21 x 17.5mm
4343
44-
4544
```
4645

4746
[text](https://github.com/limengdu/SeeedStudio-XIAO-ESP32S3-Sense-camera)
4847

4948
[text](https://www.hackster.io/pradeeplogu0/getting-started-with-xiao-esp32-s3-sense-ad12a0)
5049

50+
``` JSON
51+
{
52+
"device": {
53+
"0": {
54+
"name": "xiaos3",
55+
"description": "XIAO_ESP32S3 board",
56+
"title": "XIAO ESP32S3",
57+
"button": "9",
58+
"loglevel": "2",
59+
"logFile": "1",
60+
"connecttime": "20s",
61+
"safemode": "0",
62+
"sd": "1",
63+
"i2c-scl": "7",
64+
"i2c-sda": "6"
65+
}
66+
},
67+
"ota": {
68+
"0": {}
69+
},
70+
"ntptime": {
71+
"0": {
72+
"zone": "CET-1CEST,M3.5.0,M10.5.0/3"
73+
}
74+
},
75+
"diag": {
76+
"0": {}
77+
},
78+
"digitalin": {
79+
"boot": {
80+
"title": "Boot button signal",
81+
"pin": "9",
82+
"invert": "true",
83+
"pullup": "1"
84+
}
85+
}
86+
}
87+
88+
```
89+
5190

5291
## See Also
5392

0 commit comments

Comments
 (0)