Consica Labs

Consica Labs
Chapter 5

Touch Sensors

Mapping switch inputs to collision boundaries

Definition

Touch sensors are micro-switches or bumpers that close an electrical circuit when physical pressure is applied, signaling a collision. Key concepts include Voltage Signal, Microcontroller, Actuator.

Think of Touch Sensors as:

Nervous reflexes
Muscular control
Sensory mapping
Chassis frame

Just as your brain receives sensory feedback from your skin and signals muscles to react, Touch Sensors manages feedback loops.

Real-Life Example

Just as humans rely on physical organs and reflexes, Touch Sensors operates through specific electrical and mechanical rules:

  1. 1 Identify the physical parameter (like light, touch, or distance).
  2. 2 Convert this into a voltage change on the controller pin.
  3. 3 Execute motor actions to adjust the robot's physical position.

Key Highlights:

  • Physical detection
  • Electrical mapping
  • Mechanical feedback

Interactive Diagram

Launch the interactive diagram to see this in action.

Open Interactive Diagram

The interactive diagram for this chapter demonstrates Touch Sensors. It shows a touch sensor being pressed, released, and tapped, with the electrical signal changing.

What to explore:

  • press the touch sensor; watch the signal graph change; see how the robot responds to touch input
  • touch sensors detect physical contact and can distinguish between a tap, press, or release based on signal changes

Introduction

Imagine navigating a room with your eyes closed. You would stretch out your arms, feeling for walls and furniture to avoid bumping into them. This is exactly how a robot with Touch Sensors operates. Touch Sensors, also called tactile sensors, allow robots to detect physical contact with objects. They are among the simplest and most reliable sensors in robotics.

Touch Sensors come in many forms, from simple mechanical button switches that detect a single press to advanced pressure-sensitive arrays that can measure exactly where and how hard something is touching. Despite their simplicity, Touch Sensors are essential for tasks like gripping objects, detecting collisions, and navigating tight spaces where other sensors might fail.

In this chapter, you will explore how Touch Sensors work, the different types available, and how robots use them to interact with the physical world. You will also learn why touch is often the sensor of last resort — used when all other sensors have failed to detect an obstacle.

How It Works

The simplest touch sensor is a mechanical switch, like the buttons on a keyboard or game controller. When pressed, two metal contacts touch each other, completing an electrical circuit. The controller detects the voltage change and knows the switch has been activated. This is a digital signal — it is either on or off with no information about how hard the button is pressed.

More advanced Touch Sensors use pressure-sensitive materials. One common material is force-sensitive resistor (FSR) — a special polymer that changes its electrical resistance when squeezed. When no force is applied, the resistance is very high (millions of ohms). As pressure increases, the resistance drops. The controller measures this resistance to determine how hard the robot is being touched.

Household Object Analogy

Think of Touch Sensors like the whiskers of a cat. A cat uses its whiskers to detect whether it can fit through an opening. The whiskers brush against the sides, and the cat feels the contact. Robot whiskers — long flexible wires attached to a switch — work exactly the same way. When the whisker bends, the switch activates, telling the robot it has touched something.

Deeper Dive

Capacitive Touch Sensors work by detecting changes in electrical capacitance (the ability to store electrical charge). When a human finger approaches a capacitive sensor, it changes the electric field around the sensor. This is how smartphone touchscreens work — they detect the presence of your finger without any physical pressure. Robots use capacitive sensors for applications where even a light touch must be detected.

A bumper switch is a large mechanical switch mounted on the front of a mobile robot. When the robot rolls into an obstacle, the bumper is pushed in, activating the switch. This is a common safety feature — when the bumper is triggered, the robot immediately stops and reverses direction. Bumper switches are simple, cheap, and very reliable, making them popular in beginner robotics.

Tactile sensor arrays consist of many tiny pressure sensors arranged in a grid, like the pixels on a screen. Each sensor in the array reports the pressure at that location. The robot can then determine not just that it is touching something, but the exact shape and orientation of the object. Robotic hands use tactile arrays to grip objects without dropping or crushing them.

Key Insight

The human fingertip has about 2,500 touch receptors per square centimeter, making it one of the most sensitive tactile systems in nature. Even the most advanced robotic tactile sensors currently have only a fraction of this density.

Advanced

Piezoelectric Touch Sensors generate a small electric voltage when they are deformed by pressure. This means they can detect not just touch, but also vibration and rapid changes in force. Piezoelectric sensors are used in microphones, musical instrument pickups, and knock sensors that detect impacts. They require no external power to generate a signal, making them useful for energy-efficient designs.

Strain gauges are thin foil patterns that change electrical resistance when stretched or compressed. By attaching a strain gauge to a robot's gripper, the robot can measure exactly how much force it is applying to an object. This allows delicate operations like picking up an egg without cracking it. Strain gauges are also used in robot joints to measure the torque being applied.

Skin-like electronic sensors, sometimes called e-skin, are flexible sheets embedded with multiple sensor types. They can detect pressure, temperature, and even texture simultaneously. Researchers are developing e-skin that can sense the difference between silk and sandpaper. Future robots with e-skin will be able to handle objects with near-human dexterity and sensitivity.

Vocabulary Table

Term Definition
Touch SensorsThe primary technological concept explaining how components interact within the context of How Robots Work.
Voltage SignalAn electrical signal representing data values based on pressure or intensity.
MicrocontrollerA tiny computer chip designed to process inputs and steer physical circuits.
ActuatorA physical mechanical device (like a motor) that creates movement.

Fun Facts

The first robot Touch Sensors were actual whiskers made from piano wire. They were used on early experimental robots in the 1950s.

Some Touch Sensors can detect forces as small as a few millinewtons — lighter than a single grain of rice resting on the sensor.

Robotic surgical systems use force feedback Touch Sensors so surgeons can feel how much pressure they are applying during remote operations.

The Touch Sensors in a smartphone screen can detect your finger even when you are wearing thin gloves, thanks to capacitive sensing technology.

Some industrial robot grippers have Touch Sensors that can detect a sheet of paper — just 0.1 mm thick — between their fingers.

Common Misconceptions

Misconception: Touch Sensors only detect hard pressure.

Truth: Modern Touch Sensors can detect incredibly light touches, including the weight of a feather. Capacitive sensors can even detect a finger approaching before physical contact occurs.

Misconception: A button switch is always a touch sensor.

Truth: While a button does detect touch, it only provides on/off information. True Touch Sensors measure continuous values like pressure, location, and sometimes temperature.

Misconception: Touch Sensors are obsolete because we have cameras.

Truth: Cameras cannot work in darkness, through smoke, or in dusty environments. Touch Sensors remain essential for robots operating in challenging conditions where vision fails.

Misconception: All Touch Sensors work the same way.

Truth: There are at least six different physical principles used in Touch Sensors: resistive, capacitive, piezoelectric, inductive, optical, and magnetic. Each has unique advantages.

Knowledge Check

1. What is the primary role of Touch Sensors?

Answer: To capture or process physical feedback

2. What does PWM stand for in motor speed control?

Answer: Pulse Width Modulation

3. Which unit converts physical attributes into electrical values?

Answer: A sensor