Concept Tutorials

Finger Touch Circuit

Finger Touch Circuit

The finger touch circuit is a straightforward project that introduces the concept of using a transistor as a switch. The setup involves connecting an NE222 transistor to an LED and a power source. You’ve configured the power source to deliver 10V using a DC-DC boost converter from a 5V adapter. A unique feature of this circuit is the two touch wires attached to the transistor’s base. When you touch these wires, your body completes the circuit, allowing a small current to flow into the transistor’s base, which activates the transistor and lights up the LED.

This circuit works by leveraging the basic properties of a transistor, which acts as a gate for electrical current. Your touch provides just enough current to turn the transistor on, effectively switching on the LED. It sufficient enough to activate the transistor. Allowing current to flow from the collector to the emitter, thus lighting up the LED. A principle that is at the heart of most electronic devices. The immediate visual feedback from the LED makes the abstract concept of current amplification more concrete and understandable.

By building this circuit, you gain hands-on experience with how transistors function and how voltage conversion can be applied. This project is ideal for beginners because it’s easy to assemble and immediately demonstrates key principles in a clear and engaging way. It also serves as a foundation for more complex projects, encouraging further exploration into the world of electronics and circuit design, where power management and signal amplification play crucial roles.

Components

// Live from circuit.rocks shop
See also  Multi LED and Resistor in Parallel: A Quick Guide

Connection:

Power Source:

  • Connect the 5V power adapter to the input of the DC-DC boost converter.
  • Adjust the DC-DC boost converter to output 10V.

Transistor (NE222):

  • Collector (C): Connect the positive terminal of the LED to the collector of the transistor.
  • Emitter (E): Connect the emitter directly to the ground (negative terminal) of the power source.

LED:

  • Positive (Anode) leg: Connect to the collector (C) of the transistor.
  • Negative (Cathode) leg: Connect to the positive output of the 10V power source.

Touch Wires:

  • Connect one touch wire to the base (B) of the transistor.
  • Connect the second touch wire to the ground (negative terminal) of the power source.

Frequently Asked Questions

What does this Finger Touch Circuit tutorial cover?

The finger touch circuit is a straightforward project that introduces the concept of using a transistor as a switch.

What current-limiting resistor should I use for the Finger Touch Circuit build?

Standard 5mm LED: ~220-470Ω from 5V (drops ~13-20mA through the LED). White/blue LEDs have higher Vf (~3V) — use 100-220Ω. NeoPixels have built-in drivers, no resistor.

Can I run many NeoPixels off an Arduino's 5V pin?

No — each pixel draws up to 60mA at full white. Above ~10 pixels, use a separate 5V/2A supply, with the data line through a 300-500Ω resistor and a 1000µF cap across the rails.

// written by jomar

Jomar Zabala builds robots, line-followers, and microcontroller projects at Circuitrocks. He writes hands-on guides covering sensors, motor control, and embedded systems — the kind of bench-tested walkthroughs he wishes existed when he started with Arduino and ESP32.