.
This commit is contained in:
BIN
images/usb_connector.jpeg
Normal file
BIN
images/usb_connector.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
@ -1,12 +1,15 @@
|
||||
Id Description Qty Unit Designators
|
||||
1 Connector, 16 pins 1 D1Mini
|
||||
2 Connector, 3 pins 2 P1Connector, Water
|
||||
3 Connector, 6 pins 1 P1
|
||||
4 Wire, BK 0 m
|
||||
5 Wire, BN 0 m
|
||||
6 Wire, BU 0 m
|
||||
7 Wire, GN 0 m
|
||||
8 Wire, OG 0 m
|
||||
9 Wire, VT 0 m
|
||||
10 Wire, WH 0 m
|
||||
11 Wire, WHGN 0 m
|
||||
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
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 414 KiB After Width: | Height: | Size: 571 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 656 KiB After Width: | Height: | Size: 706 KiB |
@ -32,6 +32,12 @@ cables:
|
||||
# length: 0.3
|
||||
wirelabels: [+5V, Signal, GND]
|
||||
colors: [BN, BK, BU]
|
||||
USBPowerc:
|
||||
<<: *wire
|
||||
# gauge: 0.14 mm2
|
||||
# length: 0.2
|
||||
wirelabels: [+5V, D+, D-, GND]
|
||||
colors: [RD, WH,GR, BK]
|
||||
connectors:
|
||||
P1Connector:
|
||||
pins: [1,2,3]
|
||||
@ -56,6 +62,12 @@ connectors:
|
||||
<<: *img_width
|
||||
pins: [1,2,3]
|
||||
pinlabels: [+5V, Signal, GND]
|
||||
USB:
|
||||
image:
|
||||
src: ../images/usb_connector.jpeg # path to the image file
|
||||
<<: *img_width
|
||||
# pins: [1-4]
|
||||
pinlabels: [+5V, D+, D-, GND]
|
||||
|
||||
connections:
|
||||
-
|
||||
@ -70,6 +82,10 @@ connections:
|
||||
- D1Mini: [+5V, GND, GPIO00]
|
||||
- Waterc: [1,2,3]
|
||||
- Water: [+5V, Signal, GND]
|
||||
-
|
||||
- D1Mini: [+5V, GND]
|
||||
- USBPowerc: [+5V, GND]
|
||||
- USB: [+5V, GND]
|
||||
|
||||
|
||||
tweak:
|
||||
|
Reference in New Issue
Block a user