STEP 1 / 6ELECTRONICS

Simple Touch Sensitive Switch

A touch switch is a type of switch that can be activated simply by having an object come into contact with it. In addition to being utilized on public computer terminals, it is also utili…

Circuit Atlas themed schematic for Simple Touch Sensitive Switch
PROJECT#161
TRACKElectronics
PARTS03
STAGES06
STEP 1 / 6 · Overview

Know the mission before touching a wire.

Understand what you are making, prepare the right tools, and make the workbench safe.

01

Project details

Simple Touch Sensitive Switch is a electronics project. A touch switch is a type of switch that can be activated simply by having an object come into contact with it. In addition to being utilized on public computer terminals, it is also utili…

Source pages
308-310
Named parts
3
Build goal
Working, tested prototype
02

Tools you need

  • Digital multimeter
  • Wire stripper and side cutters
  • Soldering iron with a fine tip
  • Current-limited bench supply

Use eye protection, good lighting, and a clean insulated surface throughout the build.

03

Safety precautions

  • Disconnect every power source before changing a connection.
  • Check component polarity, pinout, and supply voltage twice.
  • Use a current limit for the first power-up.
  • This project may involve hazardous voltage. Work only with qualified supervision and proper isolation.
Ready to continue?
STEP 2 / 6 · Parts library

Gather, identify, and understand every part.

Use the standardized inventory, then open What's this? to learn each part's role, advantages, limitations, handling, and specifications.

NAMED PROJECT INVENTORY3 PART LINES
PARTTYPEQTYREADY
PPower supplyPOWER1
What's this?Image, role, pros, cons, handling & specifications
Circuit Atlas themed schematic for Simple Touch Sensitive SwitchPOWER LEARNING VIEW

Power supply

A power component supplies, converts, stores, or regulates energy for the project.

What it does here

It must provide the documented voltage, polarity, isolation, and sufficient current safely.

Buy / compare this part

Advantages

  • Stable power improves reliability
  • Current limiting protects first tests
  • Regulation reduces resets and noise

Limitations

  • Wrong polarity can cause immediate damage
  • Underrated parts overheat
  • Mains circuits require qualified supervision

Handling

  • Measure output before connection
  • Use a fuse or current limit
  • Insulate exposed conductors

Specifications to verify

  • Use the exact model, value, package, and rating listed for Power supply; similar-looking parts are not always interchangeable.
  • Confirm input/output voltage, current, polarity, connector, isolation, and thermal rating.
SCD4011SEMICONDUCTOR1
What's this?Image, role, pros, cons, handling & specifications
CD4011 quad 2-input NAND gateSEMICONDUCTOR LEARNING VIEW

CD4011

A semiconductor stage performs switching, amplification, regulation, rectification, or logic.

What it does here

It controls current or signal flow at a defined point in the circuit.

Buy / compare this part

Advantages

  • Fast and efficient
  • Compact
  • Can control larger loads from smaller signals

Limitations

  • Pin order varies
  • Sensitive to overvoltage and reverse polarity
  • May need cooling or bias components

Handling

  • Verify the datasheet pinout
  • Avoid static and soldering heat
  • Check notch, stripe, or flat-face orientation

Specifications to verify

  • Use the exact model, value, package, and rating listed for CD4011; similar-looking parts are not always interchangeable.
  • Confirm pinout, maximum voltage/current, dissipation, gain or forward voltage, and package.
SBC547SEMICONDUCTOR1
What's this?Image, role, pros, cons, handling & specifications
BC547 NPN transistorSEMICONDUCTOR LEARNING VIEW

BC547

A semiconductor stage performs switching, amplification, regulation, rectification, or logic.

What it does here

It controls current or signal flow at a defined point in the circuit.

Buy / compare this part

Advantages

  • Fast and efficient
  • Compact
  • Can control larger loads from smaller signals

Limitations

  • Pin order varies
  • Sensitive to overvoltage and reverse polarity
  • May need cooling or bias components

Handling

  • Verify the datasheet pinout
  • Avoid static and soldering heat
  • Check notch, stripe, or flat-face orientation

Specifications to verify

  • Use the exact model, value, package, and rating listed for BC547; similar-looking parts are not always interchangeable.
  • Confirm pinout, maximum voltage/current, dissipation, gain or forward voltage, and package.
Ready to continue?
STEP 4 / 6 · Source code

Confirm the hardware-only control path.

This project does not include firmware in the source. The circuit itself provides the required behaviour.

01

How to connect

  1. Match every controller label to the circuit view and source pin map.
  2. Join grounds before signal wires when separate low-voltage supplies are used.
  3. Keep motors, relays, pumps, and other loads on a suitable driver and external supply.

Common mistakes

Reversed VCC/GND, board-label versus GPIO-number confusion, missing common ground, and charge-only USB cables.

Troubleshoot

Disconnect loads, continuity-test one path at a time, then test with a current limit.

02

Software preparation

No IDE, board package, library, or firmware upload is required for this project.

If you add a programmable controller as an extension, document its pin map separately.

03

How to upload code

The original design is implemented entirely in hardware, so proceed after verifying the circuit and supply.

Ready to continue?
STEP 5 / 6 · Build

Assemble, deploy, test, and troubleshoot.

Use the complete source notes in build order, then pass the final checks before calling the project finished.

ASSEMBLY

Build in functional stages

  • Power and regulation
  • Controller or processing stage
  • Inputs and sensors
  • Outputs and loads
  • Enclosure and strain relief
TEST

Power up safely

  • Inspect unpowered continuity first
  • Apply the lowest safe current limit
  • Measure supply rails before signals
  • Add one load at a time
  • Record expected and actual results
TROUBLESHOOT

Work from simple to complex

  • Confirm power, ground, polarity, and orientation
  • Compare each pin with the source
  • Test inputs separately from outputs
  • Replace only one variable at a time
  • Power off before every correction
PROJECT-SPECIFIC BUILD NOTES

Follow the documented instructions.

These notes come from this project's source and remain in their original order.

01

Project overview

Project build note

A touch switch is a type of switch that can be activated simply by having an object come into contact with it. In addition to being utilized on public computer terminals, it is also utilized in numerous lamps and wall switches that have a metal appearance. This touch-sensitive switch is constructed using a NAND gate IC called CD4011 and a transistor called BC547. The RS flip flop, which consists of gates N1 and N2, is set whenever someone touches plate 1. Since plate 1 is connected between pin 1 of gate N1 and ground, this triggers the setting of the RS flip flop. The relay is activated by the high output that is produced at pin 3 of gate N1, which is then driven by the relay driver transistor. In turn, the relay will switch on the load that is functioning on mains power. When someone touches plate 2, however (which is connected between pin 6 of gate N2 and ground), the RS flip-flop is reset. This is because plate 2 is connected between pin 6 of gate N2 and ground. The relay is de-energized by the relay driver transistor as a consequence of the low output that is produced at pin 3 of gate N1. In turn, the relay will cut off the load that is being powered by the mains. When the relay is de- energized, the back e.m.f. that is induced in the relay is mitigated by the diode that is connected across the relay coil.

A power supply of 12 V is required for the circuit to function. If you wish to have control over greater loads, you should adjust the current rating of the relay so that it can handle the additional demand.

Ready to continue?
PROJECT ACHIEVED

You built Simple Touch Sensitive Switch.

You followed the full workflow from understanding the mission to testing the finished project. That is a real engineering achievement - well done.

Multi-way Switch Circuit project thumbnail featuring NE555, CD4042, MAXIMUM
NEXT ELECTRONICS ADVENTURE

Multi-way Switch Circuit

Ready to reuse what you learned in another project from the same track?

Start this project
Browse all 500 projects