-
Notifications
You must be signed in to change notification settings - Fork 0
/
diagram.json
58 lines (58 loc) · 1.91 KB
/
diagram.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"version": 1,
"author": "Tomasz Witke",
"editor": "wokwi",
"parts": [
{
"type": "board-esp32-s3-devkitc-1",
"id": "esp",
"top": 19.02,
"left": -91.43,
"attrs": { "flashSize": "16", "psramSize": "8", "psramType": "octal" }
},
{
"type": "board-ili9341-cap-touch",
"id": "lcd1",
"top": 101.88,
"left": -478.34,
"rotate": 270,
"attrs": {}
},
{ "type": "wokwi-ky-040", "id": "encoder1", "top": 347.3, "left": -250.4, "attrs": {} },
{ "type": "wokwi-ir-receiver", "id": "ir1", "top": -116.55, "left": 36.62, "attrs": {} },
{
"type": "wokwi-led-ring",
"id": "ring1",
"top": -108.46,
"left": -492.81,
"rotate": 270,
"attrs": { "pixels": "32" }
},
{
"type": "wokwi-pir-motion-sensor",
"id": "pir1",
"top": -120.8,
"left": 127.02,
"attrs": {}
},
{ "type": "wokwi-dht22", "id": "dht1", "top": -143.7, "left": 244.2, "attrs": {} }
],
"connections": [
[ "esp:TX", "$serialMonitor:RX", "", [] ],
[ "esp:RX", "$serialMonitor:TX", "", [] ],
[ "lcd1:GND", "esp:GND.1", "black", [ "h115.2", "v-38.4" ] ],
[ "lcd1:VCC", "esp:3V3.2", "red", [ "h105.6", "v-240" ] ],
[ "lcd1:SDA", "esp:4", "blue", [ "h28.8", "v-124.8" ] ],
[ "lcd1:SCL", "esp:5", "blue", [ "h38.4", "v-124.8" ] ],
[ "lcd1:MISO", "esp:6", "green", [ "h48", "v-124.8" ] ],
[ "lcd1:SCK", "esp:7", "green", [ "h57.6", "v-134.4" ] ],
[ "lcd1:MOSI", "esp:15", "green", [ "h67.2", "v-134.4" ] ],
[ "lcd1:D/C", "esp:16", "green", [ "h76.8", "v-134.4" ] ],
[ "lcd1:RST", "esp:17", "green", [ "h86.4", "v-134.4" ] ],
[ "lcd1:CS", "esp:18", "green", [ "h96", "v-134.4" ] ],
[ "encoder1:GND", "esp:GND.1", "black", [ "h38.4", "v-143.2" ] ],
[ "encoder1:VCC", "esp:5V", "red", [ "h28.8", "v-143.6" ] ],
[ "lcd1:LED", "esp:14", "red", [ "h0" ] ]
],
"dependencies": {}
}