Add pressure coupler documentation

This commit is contained in:
redfast00 2021-08-09 10:15:52 +02:00
parent 93230c3736
commit 0fed39618c
No known key found for this signature in database
GPG key ID: 5946E0E34FD0553C

View file

@ -0,0 +1,21 @@
# Pressure coupler
## Left side (facing front panel)
From top to bottom:
- input on/off -> connected to single white wire, switch is between that and ground
- bridge balance -> connected to blue wire. This is a voltage divider between ground and VCC, read this with `analogRead()`
- calibration -/off/+ -> connected to twisted white/orange wire, connects
the white wire to ground, nothing to ground or the orange wire to ground
- multichoice switch -> has 16 positions, each yellow wire is a bit of the number of the position
so for example, if the switch is in the third position (so 2 when counting 0-based, or 0010 in binary),
wire 2 will be connected to ground, all other wires will be left floating
Red is connected to VCC (5V), black to ground
## Right side
Switches are connected to white wires (2 positions) or white and orange wires (3 positions). Knobs are connected to blue wires.
Switches connect to ground or keep wire floating. Knobs are a voltage divider between ground (black) and VCC (red).