Applications & Use Cases · Study deck

IoT Value: Delivery Frameworks

SUSTAIN has the largest market ($1.1T by 2030): Climate change isn't going away, and every building, factory, and city needs energy optimization.

Blueprint Bina is your guide for this deck.

Blueprint Bina, the module guide, in a scene from this chapter.
iotclass.org

After studying this chapter

Learning objectives

You will be able to:

  • Test five verbs market growth tool with a concrete scenario and pass criteria.
  • Evaluate sensor to smart decision with range, error, power, and interface evidence.
  • test five verbs market growth tool with a concrete scenario and pass criteria
  • evaluate sensor to smart decision with range, error, power, and interface evidence
iotclass.org

Major section

Five Verbs Market Growth Tool

Explore how the Five Verbs markets will grow through 2030.

  • Key Insight: ${chartData[0].verb} will be the largest market by ${baseYear + years} at $${chartData[0].value.toFixed(0)}B, growing at ${(chartData[0].cagr * 100).toFixed(1)}% annually.
  • SUSTAIN has the largest market ($1.1T by 2030): Climate change isn't going away, and every building, factory, and city needs energy optimization.
  • FEED has the smallest but fastest-growing market: Agriculture is traditionally slow to adopt technology, but water scarcity and climate change are forcing rapid modernization.
iotclass.org

Major section

How to Use the Five Verbs Framework

Categorizing IoT Solutions:: When you encounter a new IoT application, ask yourself: "Which fundamental human activity does this enhance?".

  • Smart thermostat ->: SUSTAIN (optimizes energy use, reduces carbon footprint).
  • Connected ambulance ->: MOVE (transports patients) +: HEAL (transmits vital signs to hospital en route).
  • Factory robot ->: MAKE (manufactures products with sensors and connectivity).

Why it matters

Smart thermostat -> : SUSTAIN (optimizes energy use, reduces carbon footprint).

Timeline of IoT adoption across the Five Verbs categories, showing when each reached mainstream deployment
Timeline of IoT adoption across the Five Verbs categories, showing when each reached mainstream deployment
iotclass.org

Major section

Common Pitfalls When Learning IoT

Pitfall 1: Confusing "smart" with "IoT.": A device with a microprocessor and display (like a basic digital thermostat) is a smart embedded device, not an IoT device.

  • The critical differentiator is internet connectivity.
  • Without the ability to send data to the cloud or receive remote commands, a device cannot participate in the IoT ecosystem.
  • SUSTAIN (energy and smart buildings) is projected at $1.1 trillion by 2030, and MAKE (manufacturing) at $870 billion.

Why it matters

The smart thermostat succeeds because its $250 cost is recovered in under 3 months through energy savings.

iotclass.org

Major section

Common Pitfalls When Learning IoT (continued)

Pitfall 2: Assuming IoT is only about consumer gadgets.: Smart speakers and fitness trackers get the most media attention, but the largest IoT markets are industrial.

  • Students who focus only on consumer use cases miss the majority of career opportunities and economic value in IoT.
  • A connected delivery truck both MOVEs goods and helps FEED people (cold chain monitoring for food safety).
  • Pitfall 5: Underestimating security requirements.: Every internet-connected device is a potential attack vector.
iotclass.org

Major section

Common Pitfalls When Learning IoT (continued)

Forcing a single-verb classification misses the full value proposition and can lead to narrow designs that ignore important stakeholders.

  • Pitfall 4: Ignoring the business case.: Technical feasibility alone does not make a viable IoT product.
  • A common beginner mistake is building an IoT prototype that works perfectly but has no authentication, no encryption, and no firmware update mechanism -- making it unsafe for real-world deployment.
  • The smart thermostat succeeds because its $250 cost is recovered in under 3 months through energy savings.
iotclass.org

Major section

Smart vs IoT Confusion

The most frequent classification error in IoT is calling any device with a microprocessor "IoT.".

  • This introductory chapter establishes the foundational concepts and real-world context for the module, explaining why these topics matter and how they fit within the broader IoT landscape.
  • If even one ingredient is missing, find a more accurate classification.
  • Your customers (and your return rate) will thank you.
iotclass.org

Deck summary

Key takeaways

Explore how the Five Verbs markets will grow through 2030.

  • Categorizing IoT Solutions:: When you encounter a new IoT application, ask yourself: "Which fundamental human activity does this enhance?".
  • Pitfall 1: Confusing "smart" with "IoT.": A device with a microprocessor and display (like a basic digital thermostat) is a smart embedded device, not an IoT device.
  • Pitfall 2: Assuming IoT is only about consumer gadgets.: Smart speakers and fitness trackers get the most media attention, but the largest IoT markets are industrial.
  • Forcing a single-verb classification misses the full value proposition and can lead to narrow designs that ignore important stakeholders.
iotclass.org

Retrieval practice

Recall check 1 of 3

Blueprint Bina says: answer from memory, then check your reasoning.

Q1A connected ambulance transmits patient vital signs to the hospital emergency room while en route. Which verb(s) does this application serve?

AMOVE only - it involves transportation
BHEAL only - it involves healthcare
CSUSTAIN - it sustains life
DMOVE + HEAL: transport and remote care
Show answer

Answer: D The connected ambulance spans two verbs: MOVE (optimized patient transportation with real-time traffic routing) and HEAL (vital signs telemetry to prepare ER staff, enabling faster treatment upon arrival).

Q2According to market projections, which verb category has the highest growth rate (CAGR) through 2030?

ASUSTAIN (13.2%) - driven by climate regulations
BMAKE (13.3%) - driven by Industry 4.0
CMOVE (16.5%) - driven by autonomous vehicles and logistics
DFEED (15.1%) - driven by food security concerns
Show answer

Answer: C

iotclass.org

Retrieval practice

Recall check 2 of 3

Blueprint Bina says: answer from memory, then check your reasoning.

Q3John Deere's "See and Spray" technology reduces herbicide use by 80% through targeted application. Which verb does this primarily serve, and what is the secondary benefit?

APrimary: FEED (agriculture); Secondary: SUSTAIN
BPrimary: MAKE (manufacturing herbicide); Secondary: FEED
CPrimary: SUSTAIN (only environmental); Secondary: none
DPrimary: MOVE (tractor movement); Secondary: FEED
Show answer

Answer: A Primary: FEED - The technology directly serves agriculture by enabling precision farming and improving crop yields through targeted weed control.

iotclass.org

Retrieval practice

Recall check 3 of 3

Blueprint Bina says: answer from memory, then check your reasoning.

Q4Place each IoT ingredient where it lives so you can diagnose whether a design is missing physical evidence, local computation, or an accountable internet action.

APhysical Thing and Sensing
BLocal Computation and Gateway
CInternet Service and Accountable Action
Show answer

Answer: A An IoT system needs all three ingredients and evidence across their hand-offs: a physical thing, computation, and internet connectivity that leads to a bounded, observable outcome.

Q5Complete the healthcare IoT vital signs aggregator:

Awindow = readings[-window_size:]
Bwindow = readings[:window_size]
Cwindow = readings[window_size:]
Dwindow = readings[::window_size]
Show answer

Answer: A Negative slicing [-window_size:] takes the last N elements for a moving average.

iotclass.org

Print reference

Answers 1 of 2

Answer key.

  1. D · The connected ambulance spans two verbs: MOVE (optimized patient transportation with real-time traffic routing) and HEAL (vital signs telemetry to prepare ER staff, enabling faster treatment upon arrival).
  2. C
  3. A · Primary: FEED - The technology directly serves agriculture by enabling precision farming and improving crop yields through targeted weed control.
  4. A · An IoT system needs all three ingredients and evidence across their hand-offs: a physical thing, computation, and internet connectivity that leads to a bounded, observable outcome.
iotclass.org

Print reference

Answers 2 of 2

Answer key.

  1. A · Negative slicing [-window_size:] takes the last N elements for a moving average.
iotclass.org