ROBOTICS AND CODING MODULE

Sensors and Actuators

Using sensors that measure the physical world and actuators that affect it within range, calibration, power and safety limits.

Last updated: 27 July 2026
MODULE IDENTITY

The distinctive work of this module

Using sensors that measure the physical world and actuators that affect it within range, calibration, power and safety limits.

Completion evidence: Calibration table, threshold choice, actuator test cycle and fail-safe behaviour.

Measure a sensor under three conditions, choose a threshold and design a servo/LED/buzzer output that remains safe on bad readings.

Core production

Calibration table, threshold choice, actuator test cycle and fail-safe behaviour

Laboratory

Measure a sensor under three conditions, choose a threshold and design a servo/LED/buzzer output that remains safe on bad readings.

Safety / limit

Record power, wiring, data or user limits on hardware, and model limitations in simulation.

LESSON SEQUENCE

A 16-step learning pathway

The order is recommended. Before a project page, complete evidence from foundation, practice and debugging lessons.

01 · What Is an Actuator?

Learn how actuators turn a decision into physical motion or output. An in-depth guide to What Is an Actuator? with practical examples, safety notes and explained review activities.

Open lesson →

02 · DC Motors and Motor Drivers

Learn to control a DC motor's speed and direction safely with a driver and separate power.

Open lesson →

03 · Digital and Analog Signals

Learn the difference between digital (on/off) and analog (continuous value) signals and the range of read values.

Open lesson →

04 · The Motion Sensor

Learn to detect movement with a PIR motion sensor and respond to it. An in-depth guide to The Motion Sensor with practical examples, safety notes and explained review activities.

Open lesson →

05 · The Light Sensor

Learn to read a light sensor and light an LED in the dark using a threshold.

Open lesson →

06 · Calibration

Learn calibration: adjusting a sensor's values to a threshold that matches the real world.

Open lesson →

07 · The Distance Sensor

Learn to measure distance with an ultrasonic sensor and detect obstacles.

Open lesson →

08 · The Humidity Sensor

Learn to read a soil/air humidity sensor and make a decision using a threshold.

Open lesson →

09 · Project: Distance Alarm System

Build a filtered, calibrated system that warns when an object comes too close, using a distance sensor.

Open lesson →

10 · Project: Automatic Night Light

Build a night light that turns on in the dark using a light sensor, threshold calibration and filtering.

Open lesson →

11 · What Is a Relay?

Learn how a relay lets a small signal control a larger circuit — safely and at low voltage only.

Open lesson →

12 · What Is a Sensor?

Learn how sensors gather information from the environment and their place in the sense–decide–act loop.

Open lesson →

13 · Filtering Sensor Data

Learn to smooth noisy sensor data with averaging and threshold/hysteresis.

Open lesson →

14 · The Servo Motor

Learn to control a mechanism by turning a servo motor to a specific angle.

Open lesson →

15 · What Is a Stepper Motor?

Learn how a stepper motor turns in precise steps and where it is used.

Open lesson →

16 · The Temperature Sensor

Learn to read a temperature sensor and give a warning using a threshold.

Open lesson →
EVIDENCE MATRIX

Four checks before saying it works

Four checks before saying it works table
CheckQuestionEvidence to keep
InputWhich value, event or user request enters the system?Sample inputs and edge cases
ProcessWhich rule, algorithm or physical relationship is applied?Code, calculation, diagram or state table
OutputWhat should be observed in correct and incorrect states?Expected–actual comparison
SafetyUnder which condition should the system stop or request help?Safe-stop and recovery behaviour
MODULE-SPECIFIC DEPTH

Sensors and Actuators: from one example to a system

Using sensors that measure the physical world and actuators that affect it within range, calibration, power and safety limits. A correct example alone is therefore insufficient. Completion evidence should be calibration table, threshold choice, actuator test cycle and fail-safe behaviour, tested with normal, boundary and invalid inputs.

In the first cycle, pair foundation and application among What Is an Actuator?, DC Motors and Motor Drivers, Digital and Analog Signals, The Motion Sensor, The Light Sensor. Predict the result, run or measure it, then explain any difference. Even when prediction and reality match, state which changed condition would break the result.

In the second cycle, complete this laboratory: Measure a sensor under three conditions, choose a threshold and design a servo/LED/buzzer output that remains safe on bad readings. Do not close with one successful screenshot. Keep the input table, expected behaviour, actual behaviour, error or measurement and the correction in one file.

In the final cycle, connect What Is a Sensor?, Filtering Sensor Data, The Servo Motor, The Temperature Sensor, What Is a Stepper Motor?. Let one lesson's output become another lesson's input; show where safe stopping is needed when data type, unit, wiring, timing or user expectation changes.

Repeat the same task one month later with less source support. Compare not only speed or appearance but test coverage, explainability, safety and whether another person can rebuild the work.

MICRO QUIZ

Test the reasoning behind the module

1. What is the module completion evidence?

Calibration table, threshold choice, actuator test cycle and fail-safe behaviour

2. Does a simulator replace hardware testing?

No. A simulator tests logic; physical power, wiring and sensor conditions require separate tests.

3. Which four fields belong in an error log?

Condition, expected result, actual result and change made.

4. When should the project page be opened?

After completing foundation concepts and at least one practice artefact.

5. What is the module mini laboratory?

Measure a sensor under three conditions, choose a threshold and design a servo/LED/buzzer output that remains safe on bad readings.

PRIMARY SOURCES

Verify versions and tool behaviour

Arduino sensor tutorials

Primary source for current technical behaviour and limits.

Open source →

micro:bit sensors

Primary source for current technical behaviour and limits.

Open source →