.
This commit is contained in:
@ -1,8 +1,11 @@
|
||||
Id Description Qty Unit Designators
|
||||
1 Connector, 16 pins 1 ESP32Expansion
|
||||
2 Connector, 3 pins 2 GPIO4, GPIO8
|
||||
3 Connector, 3 point, female, 3 pins 4 DS1820_Aanvoer, DS1820_Bad, DS1820_Dak, DS1820_Retour
|
||||
2 Connector, 3 point, female, 3 pins 4 DS1820_Aanvoer, DS1820_Bad, DS1820_Dak, DS1820_Retour
|
||||
3 Connector, 4 point, female, 4 pins 1 Encoder
|
||||
4 Connector, female, 5 pins 1 Relay
|
||||
5 Wire, 0.14 mm², BK 0.6 m DSw, Relayw
|
||||
6 Wire, 0.14 mm², RD 0.6 m DSw, Relayw
|
||||
7 Wire, 0.14 mm², YE 0.6 m DSw, Relayw
|
||||
6 Wire, 0.14 mm², BN 0.3 m EncoderW
|
||||
7 Wire, 0.14 mm², BU 0.3 m EncoderW
|
||||
8 Wire, 0.14 mm², GNYE 0.3 m EncoderW
|
||||
9 Wire, 0.14 mm², RD 0.6 m DSw, EncoderW
|
||||
10 Wire, 0.14 mm², YE 0.6 m DSw, Relayw
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 152 KiB After Width: | Height: | Size: 192 KiB |
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 60 KiB |
@ -1,31 +1,33 @@
|
||||
connections:
|
||||
-
|
||||
- GPIO4: [GND,+3.3V,Signal]
|
||||
- ESP32Expansion: [GND,+3.3V,GPIO04]
|
||||
- DSw: [GND,+3.3V,Signal]
|
||||
- DS1820_Dak: [GND,+3.3V,Signal]
|
||||
-
|
||||
|
||||
- GPIO4: [GND,+3.3V,Signal]
|
||||
- ESP32Expansion: [GND,+3.3V,GPIO04]
|
||||
- DSw: [GND,+3.3V,Signal]
|
||||
- DS1820_Bad: [GND,+3.3V,Signal]
|
||||
-
|
||||
- GPIO4: [GND,+3.3V,Signal]
|
||||
- ESP32Expansion: [GND,+3.3V,GPIO04]
|
||||
- DSw: [GND,+3.3V,Signal]
|
||||
- DS1820_Aanvoer: [GND,+3.3V,Signal]
|
||||
-
|
||||
- GPIO4: [GND,+3.3V,Signal]
|
||||
- DSw: [GND,+3.3V,Signal]
|
||||
- DS1820_Retour: [GND,+3.3V,Signal]
|
||||
-
|
||||
- GPIO8: [GND, Signal]
|
||||
- Relayw: [GND,Signal]
|
||||
- Relay: [GND, Signal]
|
||||
|
||||
-
|
||||
- ESP32Expansion: [GND,+3.3V,GPIO04]
|
||||
- DSw: [GND,+3.3V,Signal]
|
||||
- DS1820_Retour: [GND,+3.3V,Signal]
|
||||
|
||||
-
|
||||
- ESP32Expansion: [GND, GPIO09]
|
||||
- Relayw: [GND,Signal]
|
||||
- Relay: [GND, Signal]
|
||||
-
|
||||
- ESP32Expansion: [GND,+3.3V,GPIO04]
|
||||
- DSw: [GND,+3.3V,Signal]
|
||||
- DS1820_Retour: [GND,+3.3V,Signal]
|
||||
-
|
||||
#- EncoderW: [GND,GPIO00, GPIO01, GPIO04]
|
||||
- Encoder: [GND,pinA, pinB, Switch]
|
||||
- EncoderW: [1,2,3,4]
|
||||
- ESP32Expansion: [GND,GPIO00, GPIO01, GPIO03]
|
||||
|
||||
metadata:
|
||||
title: Zwembad verwarming installatie
|
||||
|
@ -36,6 +36,10 @@ connectors:
|
||||
DS1820_Retour:
|
||||
<<: *ds_f # copying items from the template
|
||||
<<: *con_ds # copying items from the template
|
||||
Encoder:
|
||||
type: 4 point
|
||||
subtype: female
|
||||
pins: [GND, pinA, pinB, Switch]
|
||||
DompelPomp:
|
||||
type: 2 point
|
||||
subtype: female
|
||||
@ -86,8 +90,8 @@ cables:
|
||||
category: bundle
|
||||
gauge: 0.14 mm2
|
||||
length: 0.3
|
||||
wirelabels: [GND, +3.3V, Signal]
|
||||
colors: [BK, RD, YE]
|
||||
wirelabels: [GND, Signal]
|
||||
colors: [BK, YE]
|
||||
RelayPower:
|
||||
<<: *wire
|
||||
category: bundle
|
||||
@ -106,7 +110,6 @@ cables:
|
||||
<<: *wire
|
||||
wirelabels: [fase,nul, aarde]
|
||||
colors: [BN,BU, GNYE]
|
||||
|
||||
dcPower:
|
||||
<<: *wire
|
||||
category: bundle
|
||||
@ -114,7 +117,13 @@ cables:
|
||||
wirelabels: [GND, +5V]
|
||||
colors: [BK, RD]
|
||||
|
||||
|
||||
EncoderW:
|
||||
<<: *wire
|
||||
category: bundle
|
||||
gauge: 0.14 mm2
|
||||
length: 0.3
|
||||
colors: [BN,BU, GNYE, RD]
|
||||
# wirelabels: [GND, pinA, PinB, ]
|
||||
|
||||
tweak:
|
||||
override:
|
||||
|
Reference in New Issue
Block a user