.
This commit is contained in:
@ -1,15 +1,7 @@
|
||||
Id Description Qty Unit Designators
|
||||
1 Connector, 16 pins 1 D1Mini
|
||||
2 Connector, 3 pins 2 P1Connector, Water
|
||||
3 Connector, 4 pins 1 USB
|
||||
4 Connector, 6 pins 1 P1
|
||||
5 Wire, BK 0 m
|
||||
6 Wire, BN 0 m
|
||||
7 Wire, BU 0 m
|
||||
8 Wire, GN 0 m
|
||||
9 Wire, GR 0 m
|
||||
10 Wire, OG 0 m
|
||||
11 Wire, RD 0 m
|
||||
12 Wire, VT 0 m
|
||||
13 Wire, WH 0 m
|
||||
14 Wire, WHGN 0 m
|
||||
1 Cable, 3 wires 0 m
|
||||
2 Cable, 4 wires 0 m
|
||||
3 Connector, 20 pins 1 D1Mini
|
||||
4 Connector, 3 pins 2 P1Connector, Water
|
||||
5 Connector, 4 pins 1 USB
|
||||
6 Connector, 6 pins 1 P1
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 571 KiB After Width: | Height: | Size: 554 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 706 KiB After Width: | Height: | Size: 712 KiB |
@ -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:
|
||||
|
Reference in New Issue
Block a user