Skip to content

Commit b7be7f4

Browse files
committed
feat(esp32-p4-function-ev): add board
1 parent 5994869 commit b7be7f4

File tree

2 files changed

+984
-0
lines changed

2 files changed

+984
-0
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"name": "ESP32-P4-Function-EV-Board",
3+
"version": 1,
4+
"description": "A multimedia development board based on the ESP32-P4 chip",
5+
"author": "Uri Shaked",
6+
"mcu": "esp32-p4",
7+
"mcuAttrs": {
8+
"flashSize": "16",
9+
"psramSize": "32",
10+
"psramType": "octal"
11+
},
12+
"fqbn": "esp32:esp32:esp32p4",
13+
14+
"width": 167.366,
15+
"height": 155.646,
16+
17+
"pins": {
18+
"5V.1": { "x": 48.0555, "y": 2.3065, "target": "power(5)" },
19+
"5V.2": { "x": 50.5955, "y": 2.3065, "target": "power(5)" },
20+
"GND.1": { "x": 53.1355, "y": 2.3065, "target": "GND" },
21+
"37": { "x": 55.6755, "y": 2.3065, "target": "GPIO37" },
22+
"38": { "x": 58.2155, "y": 2.3065, "target": "GPIO38" },
23+
"22": { "x": 60.7555, "y": 2.3065, "target": "GPIO22" },
24+
"GND.2": { "x": 63.2955, "y": 2.3065, "target": "GND" },
25+
"5": { "x": 65.8355, "y": 2.3065, "target": "GPIO5" },
26+
"4": { "x": 68.3755, "y": 2.3065, "target": "GPIO4" },
27+
"GND.3": { "x": 70.9155, "y": 2.3065, "target": "GND" },
28+
"1": { "x": 73.4555, "y": 2.3065, "target": "GPIO1" },
29+
"36": { "x": 75.9955, "y": 2.3065, "target": "GPIO36" },
30+
"32": { "x": 78.5355, "y": 2.3065, "target": "GPIO32" },
31+
"25": { "x": 81.0755, "y": 2.3065, "target": "GPIO25" },
32+
"GND.4": { "x": 83.6155, "y": 2.3065, "target": "GND" },
33+
"54": { "x": 86.1555, "y": 2.3065, "target": "GPIO54" },
34+
"GND.5": { "x": 88.6955, "y": 2.3065, "target": "GND" },
35+
"46": { "x": 91.2355, "y": 2.3065, "target": "GPIO46" },
36+
"27": { "x": 93.7755, "y": 2.3065, "target": "GPIO27" },
37+
"45": { "x": 96.3155, "y": 2.3065, "target": "GPIO45" },
38+
39+
"3V3.1": { "x": 48.0555, "y": 4.8465, "target": "power(3.3)", "tooltip": "bottom" },
40+
"7": { "x": 50.5955, "y": 4.8465, "target": ["GPIO7", "touch1:SDA"], "tooltip": "bottom" }, // SDA
41+
"8": { "x": 53.1355, "y": 4.8465, "target": ["GPIO8", "touch1:SCL"], "tooltip": "bottom" }, // SCL
42+
"23": { "x": 55.6755, "y": 4.8465, "target": "GPIO23", "tooltip": "bottom" },
43+
"GND.6": { "x": 58.2155, "y": 4.8465, "target": "GND", "tooltip": "bottom" },
44+
"21": { "x": 60.7555, "y": 4.8465, "target": "GPIO21", "tooltip": "bottom" },
45+
"20": { "x": 63.2955, "y": 4.8465, "target": "GPIO20", "tooltip": "bottom" },
46+
"6": { "x": 65.8355, "y": 4.8465, "target": "GPIO6", "tooltip": "bottom" },
47+
"3V3.2": { "x": 68.3755, "y": 4.8465, "target": "power(3.3)", "tooltip": "bottom" },
48+
"3": { "x": 70.9155, "y": 4.8465, "target": "GPIO3", "tooltip": "bottom" },
49+
"2": { "x": 73.4555, "y": 4.8465, "target": "GPIO2", "tooltip": "bottom" },
50+
"0": { "x": 75.9955, "y": 4.8465, "target": "GPIO0", "tooltip": "bottom" },
51+
"GND.7": { "x": 78.5355, "y": 4.8465, "target": "GND", "tooltip": "bottom" },
52+
"24": { "x": 81.0755, "y": 4.8465, "target": "GPIO24", "tooltip": "bottom" },
53+
"33": { "x": 83.6155, "y": 4.8465, "target": "GPIO33", "tooltip": "bottom" },
54+
"26": { "x": 86.1555, "y": 4.8465, "target": "GPIO26", "tooltip": "bottom" },
55+
"48": { "x": 88.6955, "y": 4.8465, "target": "GPIO48", "tooltip": "bottom" },
56+
"53": { "x": 91.2355, "y": 4.8465, "target": "GPIO53", "tooltip": "bottom" },
57+
"47": { "x": 93.7755, "y": 4.8465, "target": "GPIO47", "tooltip": "bottom" },
58+
"GND.8": { "x": 96.3155, "y": 4.8465, "target": "GND", "tooltip": "bottom" }
59+
},
60+
61+
"displays": [
62+
{
63+
"id": "lcd1",
64+
"x": 8.775,
65+
"y": 62.528,
66+
"width": 154.2144,
67+
"height": 85.92,
68+
"pixelWidth": 1024,
69+
"pixelHeight": 600,
70+
"chip": "ek79007",
71+
"touch": {
72+
"id": "touch1",
73+
"chip": "gt911"
74+
}
75+
}
76+
]
77+
}

0 commit comments

Comments
 (0)