Description: One of the unusual features of the out-of-production Programmable Drum Set was its use of touch switches for control. Like most touch switches, these detect the difference in the capacitance of a plate when it is being touched by a finger versus the parasitic capacitance of the plate alone. The capacitance added by touching the plate is detected using a square wave oscillator. In the diagram below IC1:A and IC1:B, two gates from a 4001 CMOS Quad NOR IC, form an astable multivibrator with a 50kHz frequency as determined by the time constant of R2 and C2. The square wave output is buffered by IC1:C and used to drive a group of touch switches. Only two switch plates - TS1 and TS2 - are shown in the illustration, but in the PDS, 16 touch switches were excited by this one clock. When the clock waveform is high, the capacitance of the sensing plate (TS2, for example) quickly charges through the forward biased diode D4 whether the pad is being touched by a finger or not. When the clock is low, the capacitor discharges through R5 and with no finger present the voltage quickly falls below the threshold required to switch IC2:C. Because of the inversion of the gate, its output is a series of positive pulses at the clock frequency. The pulses quickly charge C4 through D5, but the C4 - R7 time constant is long enough that C4 can't discharge between pulses, so the output of IC2:D (which is the "switch" output) is low when there is no finger on the pad.
A finger touching the pad dramatically increases its capacitance and the larger capacitance cannot discharge through R5 fast enough to allow IC2:C to switch, so its output pulses go away and its output stays low. With the charging pulses gone, C4 soon discharges through R7 and when its voltage falls below the threshold of IC2:D, this gate's output switches high, which represents the switch being "on".
Some touch switch designs tend to be "bouncy", which is to say that they may toggle rapidly between "on" and "off" when the pad is in that gray area between touched and, uh ... untouched. This design gets rid of the "on" bounce with short delays before responding - a finger has to be on the pad for 1mS or so before the output changes state.
To debounce the "off" cycle, the clock is turned off briefly when a switch is released. In the circuit above, diodes D3 and D6 and resistor R6 form an OR circuit that causes the voltage across R6 to be high when any output is high. This voltage goes low when a switch is released, causing the monostable comprising C3, R4 and IC1:D to produce a short pulse that momentarily kills the clock by gating it off in IC1:C. While the clock is stopped the switch will read as "off" even if the finger is pressed back on the pad.
This circuit is pretty forgiving of supply voltages. In the PDS, it was run from a 6V battery but anything from 5V to 18V should work fine.
In the PDS, the touch pads were copper land areas about 1/4" X 3/4" etched on the edge of the circuit board that also mounted the rest of the electronics. The pads were covered with epoxy ink to protect them and also legend their function. It looked like this. In prototype form, the pads can be covered by a strip of cellophane tape. It's not a good idea to touch the bare plate with your finger because this can produce unreliable operation. Changes in the size of the pads may require adjustments of the time constants.
The Pressure (Velocity) sensitive version The circuit shown below measures this change in capacitance and converts it to a Pulse Width Modulated signal. The clock shown in the drawing is the same clock used in the earlier touch switches, but its frequency may need to be adjusted up or down for best operation. The clock signal is coupled to the two inputs of a 4030 CMOS ExOR gate by R1 and R2. When no finger is touching the pad associated with R1, the parasitic capacitance at the two inputs is about the same so the clock signal is more or less the same at both inputs. Since an ExOR gate has a high output only when the two inputs are different, the output stays low even though the two inputs are clocking. As the finger is brought up to the pad and capacitance increases, the phase of the input to pin 1 (with the touch pad) begins to lag. As the two inputs get more different the output of the gate produces a pair of pulses (one on the leading edge of the clock signal and the other on the trailing edge) and the width of the pulses increases. R5 and C1 integrate this variable width pulse to extract its average dc value. This voltage is amplified by the voltage follower with gain consisting of IC1, R3 and R4 and is available as a Pressure Control Voltage.One of the unusual features of the out-of-production Programmable Drum Set was its use of touch switches for control. Like most touch switches, these detect the difference in the capacitance of a plate when it is being touched by a finger versus the parasitic capacitance of the plate alone.
The capacitance added by touching the plate is detected using a square wave oscillator. In the diagram below IC1:A and IC1:B, two gates from a 4001 CMOS Quad NOR IC, form an astable multivibrator with a 50kHz frequency as determined by the time constant of R2 and C2. The square wave output is buffered by IC1:C and used to drive a group of touch switches. Only two switch plates - TS1 and TS2 - are shown in the illustration, but in the PDS, 16 touch switches were excited by this one clock.
When the clock waveform is high, the capacitance of the sensing plate (TS2, for example) quickly charges through the forward biased diode D4 whether the pad is being touched by a finger or not. When the clock is low, the capacitor discharges through R5 and with no finger present the voltage quickly falls below the threshold required to switch IC2:C.
Because of the inversion of the gate, it's output is a series of positive pulses at the clock frequency. The pulses quickly charge C4 through D5, but the C4 - R7 time constant is long enough that C4 can't discharge between pulses, so the output of IC2:D (which is the "switch" output) is low when there is no finger on the pad.
A finger touching the pad dramatically increases its capacitance and the larger capacitance cannot discharge through R5 fast enough to allow IC2:C to switch, so its output pulses go away and its output stays low. With the charging pulses gone, C4 soon discharges through R7 and when its voltage falls below the threshold of IC2:D, this gate's output switches high, which represents the switch being "on".
Some touch switch designs tend to be "bouncy", which is to say that they may toggle rapidly between "on" and "off" when the pad is in that gray area between touched and, uh ... untouched. This design gets rid of the "on" bounce with short delays before responding - a finger has to be on the pad for 1mS.
or so before the output changes state. To debounce the "off" cycle, the clock is turned off briefly when a switch is released. In the circuit above, diodes D3 and D6 and resistor R6 form an OR circuit that causes the voltage across R6 to be high when any output is high. This voltage goes low when a switch is released, causing the monostable comprising C3, R4 and IC1:D to produce a short pulse that momentarily kills the clock by gating it off in IC1:C.
While the clock is stopped the switch will read as "off" even if the finger is pressed back on the pad. This circuit is pretty forgiving of supply voltages. In the PDS it was run from a 6V battery but anything from 5V to 18V should work fine. In the PDS, the touch pads were copper land areas about 1/4" X 3/4" etched on the edge of the circuit board that also mounted the rest of the electronics.
The pads were covered with epoxy ink to protect them and also legend their function. It looked like this. In prototype form, the pads can be covered by a strip of cellophane tape. It's not a good idea to touch the bare plate with your finger because this can produce unreliable operation. Changes in the size of the pads may require adjustments of the time constants. Disclaimer: I have not built this pressure sensitive touch switch circuit so it may have unforeseen problems - in the real world of design this often happens, at least to me.
The idea exploits the fact that the capacitance produced by the finger on the pad is roughly proportional to the force of the finger on the pad. The Pressure (Velocity) sensitive version
The circuit shown below measures this change in capacitance and converts it to a Pulse Width Modulated signal.
The clock shown in the drawing is the same clock used in the earlier touch switches, but it’s frequency may need to be adjusted up or down for best operation. The clock signal is coupled to the two inputs of a 4030 CMOS ExOR gate by R1 and R2. When no finger is touching the pad associated with R1, the parasitic capacitance at the two inputs is about the same so the clock signal is more or less the same at both inputs.
Since an ExOR gate has a high output only when the two inputs are different, the output stays low even though the two inputs are clocking. As the finger is brought up to the pad and capacitance increases, the phase of the input to pin 1 (with the touch pad) begins to lag.
As the two inputs get more different the output of the gate produces a pair of pulses (one on the leading edge of the clock signal and the other on the trailing edge) and the width of the pulses increases. R5 and C1 integrate this variable width pulse to extract it’s average dc value. This voltage is amplified by the voltage follower with gain consisting of IC1, R3 and R4 and is available as a Pressure Control Voltage.
A CMOS NAND gate or NOR gate can form a monostable multivibrator, commonly referred to as a single-shot. This circuit is extensively used to delay pulse signals, allowing for signal stretching and shaping. The main principle involves utilizing the threshold...
This resonance generator circuit, also known as an oscillating sound generator, is designed using the CMOS integrated circuit 4011 (Quad 2-Input NAND Gate). It consists of four NAND gates. Each oscillator circuit utilizes two gates. The circuit is capable of...
This is a touch switch designed to control LEDs, relays, and similar devices through a buffer transistor stage. It can be constructed using any CMOS inverter chip.
The touch switch circuit operates by utilizing the capacitive touch sensing principle, which allows...
Capacitor Cl and body capacitance (C2) of the operator form a voltage divider from the hot side of the AC line to ground. The voltage across Cl is determined by the ratio of Cl to C2. A higher voltage is...
The Pulse Demodulator, as illustrated in the accompanying image, consists of a CMOS Hex Inverter. This circuit is capable of performing envelope detection on amplitude pulses.
The Pulse Demodulator utilizing a CMOS Hex Inverter is designed to extract the envelope of...
The BH-SK-I is a touch light switch circuit that integrates a single bond voice integrated circuit. The circuit is divided into two sections: the left section represents the general lighting lines, while the right section illustrates the touch switch. This...
The circuit can be utilized to simulate large capacitances using components of smaller values. With the specified values and a capacitance of 10 µF, an effective capacitance of 10,000 µF was achieved. The quality factor (Q) is constrained by the...
This is a simpler repeating timer circuit. It uses just one CMOS IC wired as an asymmetric oscillator. The length of time the relay remains energized and the length of time it remains de-energized are set independently.
The repeating timer circuit...
This switch responds to the touch of a finger to turn lights and/or appliances on or off. The device utilizes the human body as an antenna to pick up a 60-Hz hum, which is applied to a metal plate by...
We use cookies to enhance your experience, analyze traffic, and (if you allow) serve personalized ads.
By clicking Accept All, you agree to our use of cookies.
Learn more