bookkeeping
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
Id Description Qty Unit Designators
|
||||
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
|
||||
1 Cable, 2 x 0.14 mm² 0.2 m
|
||||
2 Cable, 3 wires 0 m
|
||||
3 Cable, 4 wires 0 m
|
||||
4 Connector, 2 pins 1 DisplayButton
|
||||
5 Connector, 20 pins 1 D1Mini
|
||||
6 Connector, 3 pins 2 P1Connector, Water
|
||||
7 Connector, 4 pins 2 Oled, USB
|
||||
8 Connector, 6 pins 1 P1
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 554 KiB After Width: | Height: | Size: 842 KiB |
1094
wireviz/p1_water.svg
1094
wireviz/p1_water.svg
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 712 KiB After Width: | Height: | Size: 789 KiB |
@ -39,7 +39,19 @@ cables:
|
||||
# length: 0.2
|
||||
wirelabels: [+5V, D+, D-, GND]
|
||||
colors: [RD, WH,GN, BK]
|
||||
|
||||
displayButtonc:
|
||||
<<: *wire
|
||||
gauge: 0.14 mm2
|
||||
length: 0.2
|
||||
wirelabels: [Signal, GND]
|
||||
colors: [BK, BK]
|
||||
I2Cc:
|
||||
<<: *wire
|
||||
# gauge: 0.14 mm2
|
||||
# length: 0.2
|
||||
wirelabels: [+5V, SCL, SDA, GND]
|
||||
colors: [RD,WH,VT, BK]
|
||||
############################
|
||||
connectors:
|
||||
P1Connector:
|
||||
pins: [1,2,3]
|
||||
@ -53,6 +65,12 @@ connectors:
|
||||
pinlabels: [+5V, GND, GPIO02, GPIO00, GPIO04, GPIO05, RX, TX,
|
||||
RST, ADC, GPIO16, GPIO14, GPIO12, GPIO13, GPIO15, +3.3V,
|
||||
USB5V, USBd+, USBd-, USBGND]
|
||||
Oled:
|
||||
image:
|
||||
src: ../images/0.91_oled_71TqXRmQ9SL._AC_SL1500_single_.jpg
|
||||
<<: *img_width
|
||||
# pins: [1,2,3,4]
|
||||
pinlabels: [+5V, SCL,SDA, GND]
|
||||
P1:
|
||||
image:
|
||||
src: ../images/P1I.png # path to the image file
|
||||
@ -71,7 +89,14 @@ connectors:
|
||||
<<: *img_width
|
||||
# pins: [1-4]
|
||||
pinlabels: [+5V, D+, D-, GND]
|
||||
|
||||
DisplayButton:
|
||||
image:
|
||||
src: ../images/mini_smd_switch_single.jpeg # path to the image file
|
||||
#<<: *img_width
|
||||
width: 125
|
||||
pins: [1,2]
|
||||
pinlabels: [Signal, GND]
|
||||
######################
|
||||
connections:
|
||||
-
|
||||
- D1Mini: [+5V, GND, RX]
|
||||
@ -89,7 +114,14 @@ connections:
|
||||
- D1Mini: [USB5V, USBd+, USBd-, USBGND]
|
||||
- USBPowerc: [+5V,D+, D-, GND]
|
||||
- USB: [+5V, D+, D-, GND]
|
||||
|
||||
-
|
||||
- D1Mini: [GPIO13, GND]
|
||||
- displayButtonc: [Signal, GND]
|
||||
- DisplayButton: [Signal, GND]
|
||||
-
|
||||
- D1Mini: [GND,GPIO04,GPIO05,+5V]
|
||||
- I2Cc: [GND,SCL,SDA,+5V]
|
||||
- Oled: [GND,SCL,SDA,+5V]
|
||||
|
||||
tweak:
|
||||
override:
|
||||
|
Reference in New Issue
Block a user