Chapters

2 What IoT Delivers: Closed-Loop Value

applications
iot

2.1 Overview

This first route explains the closed IoT loop and the responsibility, classification, and value questions that distinguish a useful connected system.

This is part 1 of 2. Continue with What IoT Delivers: Tests and Frameworks for the second focused route.

2.2 Start With the Story

Start with an ordinary object whose condition matters to someone: a room getting too warm, a shipment arriving late, a pump vibrating differently, or a patient missing a dose. The IoT story begins when sensing, computation, and connectivity make that condition visible enough for a person, service, or controller to act.

Begin with first, build the closed-loop definition: a thing senses state, computation interprets it, connectivity carries it, and action changes what happens next. Next consider then, test familiar devices with the Three Ingredients Test so embedded, connected, and IoT examples stay distinct. Then test next, connect the business case to payback, efficiency, and the Five Verbs categories rather than treating connectivity as value by itself. After that, retain finally, use the quizzes, pitfalls, and decision examples to classify new IoT proposals without overclaiming what the system can prove.

Checkpoint callouts pause the overview flow; deep-dive sections and interactives hold calculators, audits, and verification detail you can collapse during a first pass.

2.3 IoT for Business Leaders

What IoT Delivers: The Internet of Things transforms ordinary products into data-generating assets that enable new revenue streams, operational efficiencies, and customer insights. In this chapter’s Five Verbs model, the five 2024 segments total $1.78 trillion; applying the model’s 14.5% annual growth rate gives an illustrative 2025 value of about $2.04 trillion. Treat that figure as a planning model, not as a universal market total: published estimates use different scopes.

Investment Framework:

MetricRangeKey Consideration
Five Verbs model$1.78T (2024); about $2.04T (2025)Illustrative 14.5% CAGR to about $4.0T in 2030
Typical ROI6-36 monthsDepends on use case complexity
Efficiency Gains25-50%Manufacturing, agriculture, logistics lead
Device Growth18B to 40B+2025 to 2034 projection

The Five Verbs Framework (Market Allocation):

Category2030 ProjectionGrowth Driver
SUSTAIN (Energy, Environment)$1.1TClimate regulations, ESG mandates
MOVE (Transportation, Logistics)$950BAutonomous vehicles, last-mile delivery
MAKE (Manufacturing)$870BLabor shortages, quality demands
HEAL (Healthcare)$650BAging populations, remote care
FEED (Agriculture)$420BWater scarcity, food security

When to Invest in IoT:

  • Operations generate data that could drive better decisions
  • Manual monitoring/inspection is costly or error-prone
  • Products could differentiate through connectivity
  • Customers expect app-based control and visibility
  • Regulatory compliance requires continuous monitoring

Key Risk Factors: Security vulnerabilities (budget 15-20% for security), platform lock-in, integration complexity with legacy systems, and skills gap requiring training investment.

2.4 Learning Objectives

By the end of this chapter, you will be able to:

  • Define IoT and distinguish IoT devices from traditional embedded systems using the Three Ingredients Test (Thing + Computation + Connectivity)
  • Apply the Three Ingredients Test to determine whether any given device qualifies as an IoT device, citing which ingredient is present or missing
  • Classify IoT applications into the Five Verbs Framework categories (SUSTAIN, MOVE, HEAL, FEED, MAKE) and explain why solutions often span multiple verbs
  • Evaluate IoT market segments by comparing growth rates, market sizes, and leading companies across the Five Verbs categories
  • Calculate basic IoT ROI using payback period analysis for consumer and industrial IoT deployments
  • Identify cross-verb applications and explain how IoT solutions create cascading benefits across multiple human activity domains

2.6 Prerequisites

This is a true entry-level chapter. You can read it without any prior IoT background, though basic familiarity with everyday networked devices (such as smartphones, Wi-Fi, and laptops) will make the examples easier to follow.

2.7 IoT Delivers a Closed Loop

IoT is useful when a physical situation can be sensed, interpreted, communicated, and acted on. The Three Ingredients Test is the starting point: there must be a physical thing, local computation, and a path to exchange data beyond the device. The value comes from the loop those ingredients create, not from connectivity alone. A connected device that only reports raw readings is less useful than a system that turns readings into a decision, response, or service improvement.

Figure 2.1 uses a smart thermostat to illustrate the loop. A temperature sensor measures the room, a microcontroller runs control logic, Wi-Fi carries status and commands, a cloud or app interface changes schedules, and a relay or HVAC controller acts on the result. If any part is missing, the product may still be useful, but it is no longer the same IoT pattern. A programmable thermostat without networking is embedded control; a phone app without a physical device is software; a sensor tag with no computation is instrumentation rather than a complete IoT system.

A temperature setpoint feeds a PID controller, HVAC actuator and room heating process. A thermometer returns measured temperature as feedback to the error signal.
Figure 2.1: A smart thermostat is valuable because sensing, computation, actuation, and feedback form a closed loop; connectivity then lets that loop publish state, accept remote changes, and improve the service over time.

Figure 2.1 is why introductory IoT examples should always name the loop, not just the gadget. A warehouse pallet tracker senses location and shock, sends events through BLE gateways or LTE-M, and changes a logistics workflow when a shipment is delayed or mishandled. A water-level monitor senses a river or tank, sends data through LoRaWAN or cellular, and changes release schedules, pump behavior, or maintenance visits. The pattern is consistent even when the hardware, network, and business purpose differ.

  • Sense: Measure a physical condition such as temperature, motion, vibration, flow, location, or energy use.
  • Decide: Process the reading locally, at a gateway, at the edge, or in a cloud service.
  • Act: Notify a person, change an actuator, update a dashboard, tune a schedule, or trigger a workflow.

A good first-pass definition is therefore: IoT connects a physical system to computation and communication so that the system can be observed, controlled, improved, or monetized over time. The definition is broad enough to cover homes, factories, hospitals, farms, cities, and transport, but narrow enough to exclude ordinary websites, passive labels, and disconnected embedded controllers.

2.8 Classify Before Business Case

Before estimating ROI, classify the device path precisely. A BLE fitness tracker that syncs through a phone is still IoT if the phone acts as the gateway. A factory motor with a vibration sensor may use Modbus or IO-Link locally, then an edge gateway may publish MQTT Sparkplug or OPC UA data to maintenance systems. A soil probe may use LoRaWAN or NB-IoT because range and battery life dominate the design. These choices determine battery budget, latency, installation cost, support skill, and whether the system can operate when the wide-area connection is unavailable.

This classification prevents weak proposals. If a product only adds a dashboard to manual data entry, it is not proving the same thing as an instrumented asset. If a sensor sends data but nobody owns the alarm response, the technology does not yet deliver an operational outcome. The practitioner should ask what decision changes because the device is connected: faster dispatch, less downtime, safer care, lower energy use, better replenishment, or a new paid service.

Use the same three ingredients as a requirements checklist. For the physical thing, record the asset, environment, power source, mounting constraints, and expected life. For computation, record what runs on the microcontroller, gateway, PLC, phone, edge computer, or cloud service. For connectivity, record the protocol, payload, data rate, coverage, ownership of the network, and fallback behavior. This keeps the introductory definition tied to design decisions that matter later in the course.

  1. Name the thing. Identify the physical asset, environment, installation point, and user or operator.
  2. Name the compute boundary. Identify whether logic runs on a microcontroller, phone gateway, edge computer, PLC, or cloud service.
  3. Name the connectivity path. Identify Wi-Fi, BLE, Thread, Zigbee, LoRaWAN, LTE-M, NB-IoT, Ethernet, or a gateway protocol, plus what data crosses it.

For example, a cold-room monitor can be a simple alarm, an IoT compliance system, or part of a predictive maintenance service. The difference is not the presence of a temperature sensor alone. It is whether the system timestamps readings, proves calibration, alerts the responsible person, records acknowledgement, preserves local alarm behavior, and produces audit evidence for a food-safety or medicines-storage process.

2.9 Connectivity Changes Responsibility

Adding connectivity changes who owns state, security, updates, and failure recovery. A traditional embedded controller can often fail locally. An IoT product may also fail through expired credentials, weak radio coverage, broker outages, cloud rules, app permissions, or stale cached state. The system now has to define which behavior remains local, which behavior depends on the network, and which person or service is accountable when the loop breaks.

The underlying architecture usually splits responsibilities across device firmware, radio stack, gateway, message broker, storage, analytics, application UI, identity service, and update service. Protocol choices such as MQTT, CoAP, HTTP, OPC UA, or Modbus-over-gateway do not just move bytes; they shape reliability, observability, data meaning, and support work. A system using AWS IoT Core, Azure IoT Hub, Eclipse Mosquitto, EMQX, Node-RED, Home Assistant, or an industrial SCADA gateway still has to solve the same basic problems: identity, message freshness, command authorization, and recovery.

Under the hood, the loop needs timestamps and ownership. The device should timestamp the measurement when possible; the gateway or broker should record when it received the message; the application should know whether it is showing fresh state or stale state. Commands should carry a target device, allowed actor, desired state, expiry time, and acknowledgement path. Without those details, a dashboard can show a number without knowing whether it is safe to act on it.

  • Identity: Decide how the device is provisioned, authenticated, transferred, and revoked.
  • Freshness: Track when a reading was measured, when it was received, and whether it is safe to act on.
  • Recovery: Preserve useful local behavior when the app, gateway, broker, or cloud path is unavailable.

The beginner lesson is that IoT is a system boundary, not a single board or app. Firmware, connectivity, backend services, analytics, user experience, security operations, and maintenance all participate in the same value loop. Later chapters separate those layers, but this first chapter should make the dependency visible from the start.

AdaCheckpoint: Closed-Loop Boundary
  • You now know why the Three Ingredients Test requires a physical thing, computation, and a path to exchange data beyond the device.
  • You can explain why a smart thermostat is not only a connected gadget: it senses, decides, acts, publishes state, and accepts remote changes.
  • You can separate local responsibility from network responsibility when identity, freshness, recovery, and command ownership enter the design.

2.10 Sammy Finds IoT

Have you ever talked to a smart speaker or seen lights turn on by themselves? The Sensor Squad is here to explain how it all works!

Meet the Squad:

  • Temperature Terry — Feels when things are hot or cold
  • Light Lucy — Sees when it is bright or dark
  • Max the Motion Sensor — Notices when people and things move around
  • Bella the Pressure Sensor — Feels pushes, squeezes, and even the weather

2.10.1 What Makes Things “Smart”?

Regular things just sit there. But SMART things can:

  • Feel what is happening (too hot? too dark?)
  • Think about what to do
  • Talk to other things and to you!
  • Act to make things better
Squad MemberSuper PowerWhat They Help
SammyFeels hot and coldKeeps your room at the perfect temperature
LilaSees light and darkTurns lights on and off automatically
MaxNotices movementKnows when you enter a room
BellaFeels pushing and weatherTells you if it will rain tomorrow

2.10.2 A Day With the Sensor Squad

Morning:

You wake up. Lila notices it is bright outside and tells the blinds to open slowly. Sammy checks if your room is warm enough!

Going to School:

Your smart backpack (with a tracker inside) tells your parents’ phone you arrived safely at school. Max noticed you stopped moving — you must be at your desk!

Coming Home:

Max notices you walking up to the door. The smart lock recognizes you and unlocks automatically. Welcome home!

Bedtime:

You say “Goodnight!” to your smart speaker. It turns off the lights (Lila’s idea), plays soft music, and Sammy sets the temperature just right for sleeping. Bella checks the weather for tomorrow so you know what to wear!

2.10.3 What is “IoT”?

Internet of Things = Smart things talking to each other through the internet!

“Things” can be ANYTHING:

  • Light bulbs that change colors
  • Refrigerators that know when you’re out of milk
  • Watches that count your steps
  • Pet feeders that give treats when you’re away
  • Doorbells that show you who’s there

2.10.4 Why IoT is Cool

  • Saves time: Lights turn off by themselves when you leave
  • Keeps you safe: Smoke detectors call for help automatically
  • Helps everyone: Farmers know exactly when plants need water
  • Fun to use: Control your room with your voice!

2.10.5 Key Words for Kids

WordWhat It Means
IoTInternet of Things — smart stuff connected together
SmartA thing that can feel, think, and talk to other things
SensorThe part that feels (like eyes and ears for devices)
InternetThe invisible web that connects everything
AppA program on your phone that controls smart things

2.10.6 The Sensor Squad Song (Try Singing It!)

“Things that sense, things that think, Things that talk in just a blink! Connected to the internet they be, That’s what IoT means to me!”

2.11 Internet of Things Basics

Simple Definition: IoT = Everyday Objects Connected to the Internet

The Internet of Things (IoT) is like giving everyday objects a “digital brain” and connecting them to the internet. Imagine your coffee maker, thermostat, or even your trash can being able to communicate, think, and make decisions. It’s the transformation of ordinary “dumb” devices into “smart” ones that can sense their environment, process information, and take action automatically.

Everyday Examples You Already Use:

DeviceWhat It DoesWhy It’s IoT
Smart ThermostatLearns your schedule and adjusts temperature automaticallySenses temperature, connects to internet, learns patterns
Fitness TrackerMonitors heart rate, steps, and sleep patternsSensors on wrist, syncs data to cloud, provides health insights
Smart FridgeTracks food expiration, suggests recipes, orders groceriesCameras inside, Wi-Fi connected, analyzes contents
Voice AssistantControls lights, plays music, answers questionsAlways listening, cloud-connected, AI-powered
Smart DoorbellShows who’s at the door from anywhereCamera sensor, internet streaming, mobile alerts

Why IoT Matters - Real Impact:

IoT is revolutionizing how we live and work by making our environments more responsive and intelligent:

  • Convenience: Instead of manually adjusting your thermostat throughout the day, a smart thermostat learns your schedule and adjusts automatically
  • Efficiency: Instead of guessing when factory machines need maintenance, IoT sensors detect problems before they cause breakdowns
  • Insights: Instead of wondering “why is my energy bill high?”, IoT shows exactly which devices use the most power and when

Real Numbers - IoT’s Global Impact:

  • 18-21 billion IoT devices deployed globally in 2025 (IoT Analytics/Statista), projected to reach 40+ billion by 2034
  • $1.5 trillion annual IoT market creating millions of new jobs
  • 25% reduction in factory downtime with predictive maintenance
  • 30% energy savings in smart buildings
  • 40% improvement in agricultural yields with precision farming
  • 50% reduction in water waste with smart irrigation

2.12 IoT Market Scale and Impact

Global deployment: 18-21 billion devices (2025) → 40+ billion (2034)

  • Annual device growth: 40B minus 20B over 9 years is about 2.22B additional devices per year.
  • Market value growth: The model’s $1.78T 2024 baseline compounded at 14.5% for 10 years is about $6.9T by 2034. This is a model extension, not a sourced market forecast.

Efficiency translation: A percentage improvement is meaningful only after the affected cost base is defined. Do not compare a hypothetical annual saving in one sector directly with a broad multi-sector market-size estimate; build the business case from the deployment’s own downtime cost, achievable reduction, and implementation cost.

Key Terms Table:

TermSimple DefinitionExample
ThingAny physical object that can be equipped with sensors and connectivityLight bulb, car, refrigerator
SensorA device that detects and measures something in the environmentTemperature, motion, light level
ActuatorA device that takes physical action based on commandsTurns on a motor, opens a valve, dims a light
ConnectivityThe ability to send and receive data over the internetWi-Fi, cellular, Bluetooth
GatewayA bridge that connects IoT devices to the internetYour Wi-Fi router, smartphone
CloudRemote servers that store data and run applicationsWhere your fitness data is stored and analyzed
Edge ComputingProcessing data close to where it’s collected rather than sending everything to distant cloud serversSmart camera detects faces locally before uploading
Digital TwinA virtual copy of a physical device or system used for simulation and optimizationVirtual model of a factory for testing changes

AdaCheckpoint: Device Classification
  • You now know how everyday devices become IoT only when the object, processor, and internet path are all present.
  • You can classify the chapter’s examples: a basic microwave is embedded, a fitness tracker can use a phone gateway, and a cloud dashboard alone is software.
  • You can connect the scale claims to the classification: the chapter frames IoT around 18-21 billion deployed devices and a $1.5 trillion market.

The next section compresses that classification into the minimum working model you should carry into examples and exercises.

2.13 Minimum Viable Understanding

  • Three Ingredients Test: Every IoT device requires exactly three things — a physical “Thing” (sensor, appliance, vehicle), Computation (microprocessor that processes data), and Internet Connectivity (Wi-Fi, cellular, or gateway link). If any one ingredient is missing, the device is not IoT. A basic microwave has a Thing and Computation but no connectivity, so it is an embedded device, not IoT.
  • Five Verbs Framework: All IoT applications serve one or more fundamental human activities — SUSTAIN (energy and environment, $1.1T by 2030), MOVE (transportation and logistics, 16.5% CAGR), HEAL (healthcare and remote monitoring), FEED (precision agriculture and food safety), and MAKE (manufacturing and Industry 4.0). Use these verbs to categorize any IoT solution you encounter.
  • IoT is about human problems, not technology: The most successful IoT deployments start with a concrete human need (reduce energy waste, detect equipment failure, monitor patient vitals) and work backward to the technology. A $250 smart thermostat pays for itself in under 3 months through 30% energy savings — that human-centered ROI is what drives adoption, not the sensor specifications.

2.14 From Everyday Objects to IoT

Time: ~8 min | Level: Foundational | ID: P03.C01.U01

Key Concepts

  • IoT Architecture: Layered model comprising perception, network, and application tiers defining how sensors, gateways, and cloud services interact.
  • Edge Computing: Processing data close to the sensor source to reduce latency, bandwidth costs, and cloud dependency.
  • Telemetry: Time-stamped sensor readings transmitted from a device to a cloud or edge platform for storage, analysis, and visualisation.
  • Protocol Stack: Set of communication protocols layered from physical radio to application message format that devices must implement to interoperate.
  • Device Lifecycle: Stages from manufacture through provisioning, operation, maintenance, and decommissioning that IoT management platforms must support.
  • Security Hardening: Process of reducing attack surface by disabling unused services, applying least-privilege access, and enabling encrypted communications.
  • Scalability: System property ensuring performance and cost remain acceptable as the number of connected devices grows from prototype to mass deployment.

This section builds your understanding step by step - starting with devices you already know, then showing how they become “smart.”

Step 1: Start With What You Already Use

Think about devices in your home right now:

Traditional DeviceWhat It DoesHow You Control It
Regular ThermostatMaintains temperatureWalk over and adjust dial
Basic Coffee MakerBrews coffeePress button manually
Standard Light SwitchTurns lights on/offFlip switch by hand
Traditional Door LockSecures homeUse physical key

Question: What do all these have in common? Answer: They require you to be physically present to control them!

Step 2: Add Internet = Smart Device

Now imagine these same devices connected to the internet:

Smart DeviceNew CapabilityWhy It’s Better
Smart ThermostatControl from anywhere via phoneAdjust temperature from work before coming home
Smart Coffee MakerSchedule brewing timeWake up to fresh coffee automatically
Smart Light BulbTurn on/off remotelyNever come home to a dark house
Smart LockLock/unlock from phoneLet in guests when you’re not home

The Big Idea: IoT is like giving everyday objects the ability to talk, listen, and think.

Imagine your coffee maker could:

  • Talk: “I’m done brewing!” (sends you a notification)
  • Listen: “Alexa, start brewing coffee” (receives commands)
  • Think: “It’s 7am, time to brew” (makes decisions)

That’s the Internet of Things - ordinary objects connected to the internet, making them “smart.”

Pause at Figure 2.2 before carrying step 2: add internet = smart device forward. Its visual vocabulary joins From Traditional to Smart Devices to The IoT Transformation, which frames from traditional thermostat to smart thermostat: adding sensing, data logging, app control, and learned schedules.

Flowchart diagram showing transformation from traditional to smart devices
Figure 2.2: From traditional thermostat to smart thermostat: adding sensing, data logging, app control, and learned schedules

Compare From Traditional to Smart Devices with The IoT Transformation inside the visual at Figure 2.2. Next find BEFORE, which completes the scope of from traditional thermostat to smart thermostat: adding sensing, data logging, app control, and learned schedules. The decision in step 2: add internet = smart device must preserve that labelled boundary.

Step 3: The Three Essential Ingredients

Every IoT device needs exactly three things:

IngredientWhat It MeansReal Example
1. A “Thing”Physical object you can touchThermostat box on your wall
2. ComputationTiny computer chip insideProcesses temperature readings
3. ConnectivityLink to the internetWi-Fi connection to your router

Simple Test: If ANY ingredient is missing, it’s NOT an IoT device!

Figure 2.3 makes step 3: the three essential ingredients inspectable through Three Essential IoT Ingredients and What Makes a Device IoT?. Those diagram labels establish the scope of the three essential iot ingredients: a physical thing, computation, and connectivity.

Diagram showing three essential IoT ingredients
Figure 2.3: The three essential IoT ingredients: a physical thing, computation, and connectivity

Trace the visual from Three Essential IoT Ingredients to What Makes a Device IoT? in Figure 2.3; verify PHYSICAL THING before concluding. Together those labels make the three essential iot ingredients: a physical thing, computation, and connectivity testable. Apply their boundary when working through step 3: the three essential ingredients.

The visual evidence for step 3: the three essential ingredients sits in Figure 2.4. Find Three Ingredients Test beside Is it a physical thing? before interpreting decision flowchart for the three ingredients test: determining whether a device qualifies as iot.

Flowchart showing the Three Ingredients Test decision process. Start with ‘Is it a physical thing?’ If no, it is software only (not IoT). If yes, ask ‘Does it have computation (processor)?’ If no, it is a passive object. If yes, ask ‘Does it connect to the internet?’ If no, it is an embedded device. If yes, it is an IoT device.
Figure 2.4: Decision flowchart for the Three Ingredients Test: determining whether a device qualifies as IoT

At Three Ingredients Test in Figure 2.4, compare the diagram with Is it a physical thing?; then locate Physical object present?. That labelled check bounds decision flowchart for the three ingredients test: determining whether a device qualifies as iot. For step 3: the three essential ingredients, retain Physical object present? as evidence for the resulting choice.

2.15 Continue to Part 2

Continue with What IoT Delivers: Tests and Frameworks.