This commit is contained in:
Ton
2025-06-28 19:30:22 +02:00
parent cd060b3c53
commit a8819f95ef
5 changed files with 933 additions and 906 deletions

View File

@ -2,18 +2,19 @@ templates: # defining templates to be used later on
- &img_width
width: 375
- &wire
category: bundle
# category: bundle
shield: false
show_equiv: false
show_name: false
show_wirecount: false
show_wirenumbers: false
cables:
P1c1:
<<: *wire
# gauge: 0.14 mm2
# length: 0.2
wirelabels: [+5V, Request, Data GND, N.C., Data, Power GND]
wirelabels: [+5V, Request, Data GND]
colors: [WH,VT, BU]
P1c2:
<<: *wire
@ -37,7 +38,8 @@ cables:
# gauge: 0.14 mm2
# length: 0.2
wirelabels: [+5V, D+, D-, GND]
colors: [RD, WH,GR, BK]
colors: [RD, WH,GN, BK]
connectors:
P1Connector:
pins: [1,2,3]
@ -47,9 +49,10 @@ connectors:
image:
src: ../images/d1_mini_pinout.png # path to the image file
<<: *img_width
pins: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16]
pins: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]
pinlabels: [+5V, GND, GPIO02, GPIO00, GPIO04, GPIO05, RX, TX,
RST, ADC, GPIO16, GPIO14, GPIO12, GPIO13, GPIO15, +3.3V]
RST, ADC, GPIO16, GPIO14, GPIO12, GPIO13, GPIO15, +3.3V,
USB5V, USBd+, USBd-, USBGND]
P1:
image:
src: ../images/P1I.png # path to the image file
@ -83,9 +86,9 @@ connections:
- Waterc: [1,2,3]
- Water: [+5V, Signal, GND]
-
- D1Mini: [+5V, GND]
- USBPowerc: [+5V, GND]
- USB: [+5V, GND]
- D1Mini: [USB5V, USBd+, USBd-, USBGND]
- USBPowerc: [+5V,D+, D-, GND]
- USB: [+5V, D+, D-, GND]
tweak: