You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TTP233H-HA6 is a great IC available on JLCPCB that can do capacitive touch sensing.
19
+
- Q: The signal output. Whatever you're trying to control should connect to Q.
20
+
- TOG: This is the toggle pin. If you connect this to VCC, the IC will toggle between on and off. If you connect this to GND, the IC is only on when you're actively touching it.
21
+
- VSS: Ground
22
+
- VDD: Power
23
+
- I: Input from the touchpad. This can be any type of conductive material.
24
+
- AHBL: Active high/low setting. If connected to VCC, Q will be charged when you're touching the pad. If connected to GND, Q will do the opposite.
14
25
15
-
## LED Example
26
+
<!--## LED Example
16
27
17
28
For the sensing touchpad, we use the part "TOUCHPAD 12mm circle nopaste nomask" from the EasyEDA User Contributed library. It's essentially a 12mm diameter circle in the copper layer of your PCB, with a circular silkscreen to show where it is.
18
29
@@ -22,7 +33,7 @@ In addition, there's a decoupling capacitor next to each TTP233H, because this i
22
33
23
34
The IC is driving a P-channel MOSFET, which allows you to drive high power loads from this IC.
24
35
25
-
When AHLB is connected to VCC, Q is low when you are touching the pad, and Q is high when you are not touching the pad. Because this is a P-Channel MOSFET, in this configuration, it allows current to flow through the LED when Q (connected to the MOSFET's base) is ground (i.e. you are touching the pad). (see ./MOSFET.md).
36
+
When AHLB is connected to VCC, Q is low when you are touching the pad, and Q is high when you are not touching the pad. Because this is a P-Channel MOSFET, in this configuration, it allows current to flow through the LED when Q (connected to the MOSFET's base) is ground (i.e. you are touching the pad). (see ./MOSFET.md).-->
0 commit comments