Wireless Sensor Networks · Study deck

WSN Energy: Duty-Cycle Foundations

A sensor node saves energy only when its radio truly sleeps.

Packet Pete is your guide for this deck.

duty-cyclingenergy-managementactive-state
Packet Pete, the module guide, in a scene from this chapter.
iotclass.org

After studying this chapter

Learning objectives

You will be able to:

  • Explain duty cycling as an operating-state decision, not only an energy-saving trick.
  • Connect wake rules to coverage, latency, and reporting-path evidence.
  • Compare synchronous, asynchronous, event-driven, and hybrid scheduling choices.
  • Review measured current and service evidence without relying on universal lifetime claims.
iotclass.org

Major section

Start With the Field Story

A leak begins just after it sleeps, and its parent device also sleeps when the warning is sent.

  • A low energy number is useless if the important event waits too long or has no awake path.
  • A duty cycle is the share of time a device stays active.
  • Latency means the delay from an event to a useful result.
  • Drift one clock, miss one wake, change a parent, and send a burst.

Key terms

Duty cycling
Duty cycling is the promise that a node can sleep without missing what matters.
iotclass.org

Major section

Start With the Field Story (continued)

The schedule should make the failure visible rather than silently save power.

  • One schedule cannot fit every season, traffic load, or network shape.
  • The deeper sections compare aligned and listening-based methods and show how to trade energy for timely coverage with a reviewable limit.
  • Duty cycling is the promise that a node can sleep without missing what matters.
iotclass.org

Major section

Duty Cycling as an Active Coverage Claim

In a WSN review, a sleeping sensor is not automatically part of the active monitoring claim.

  • It may still be useful, but it only counts if the wake rule, event timing, and delivery path support the claim being made.
  • Installed state: The node is physically present and may have power, calibration, and mounting evidence.
  • Active state: The node is awake, calibrated, reachable, and able to sense or relay within the accepted time window.
iotclass.org

Major section

Duty-Cycle Review Route

The Duty-Cycle Review Route claim needs a visual check.

  • From: WSN Duty-Cycle Review Route to: What must stay, the dependency expresses WSN duty-cycle review route.
WSN duty-cycle review route
WSN duty-cycle review route
iotclass.org

Major section

What the Schedule Must State

Retest trigger: The site, firmware, sensor, traffic, weather, gateway, or maintenance change that reopens the duty-cycle decision.

  • A duty-cycle schedule needs enough detail for another reviewer to reproduce the decision.
  • A statement such as "nodes sleep most of the time" is not reviewable.
  • The same percentage duty cycle can mean very different behavior.
iotclass.org

Major section

Synchronous and Asynchronous Scheduling

Duty-cycling protocols are often introduced by name, but a review should first ask what coordination problem the schedule solves.

  • Synchronous schedule: Neighboring nodes share planned wake windows.
  • Hybrid schedule: Some periods are scheduled, while urgent events use a separate wake rule.
  • Protocol names such as S-MAC, T-MAC, B-MAC, X-MAC, and receiver-initiated MACs are useful vocabulary, but they are not a substitute for review evidence.
iotclass.org

Major section

MAC Protocol Evidence

A WSN review should name the required latency, throughput, scalability, fairness, bandwidth utilization, and energy efficiency before choosing a contention or scheduled access pattern.

  • Energy waste commonly appears as idle listening by receivers, excessive transmit power or retransmission by senders, and radio start-up latency that is paid every time the node wakes.

Numbers to remember

200 msIf the listen window is 200 ms
Illustrative TelosB-style current trace across one wake cycle: sleep, init-radio, a long radio-crystal-startup plateau, microcontroller-on, a receive peak, ADC, and back to sleep -- showing that radio startup latency itself has a real, visible energy cost.
Illustrative TelosB-style current trace across one wake cycle: sleep, init-radio, a long radio-crystal-startup plateau, microcontroller-on, a receive peak, ADC, and back to sleep -- showing that radio startup latency itself has a real, visible energy cost.
iotclass.org

Major section

MAC Protocol Evidence (continued)

The visible relationship between (a) sleep and (b) init radio identifies what must remain true in the real system.

  • Contention-based MACs, including Wi-Fi-style carrier-sense access, let stations use random access after sensing the channel.
  • They also solve the transmit opportunity only; a receiver that must hear possible traffic still needs awake-time evidence.
  • Contention-free MACs, including TDMA-style schedules, reserve a transmission opportunity before the payload is sent.
iotclass.org

Major section

MAC Protocol Evidence (continued)

GSM, Bluetooth scheduling, and 802.15.4 beacon/GTS behavior are examples to review by their timing evidence, not by the label alone.

  • In particular, POWER must be reconciled with: Active before the result can guide implementation.
  • With those jobs separated, the chapter's mac protocol evidence claim remains testable.
  • S-MAC makes the idle-listening trade explicit.
iotclass.org

Deck summary

Key takeaways

A leak begins just after it sleeps, and its parent device also sleeps when the warning is sent.

  • The schedule should make the failure visible rather than silently save power.
  • In a WSN review, a sleeping sensor is not automatically part of the active monitoring claim.
  • The Duty-Cycle Review Route claim needs a visual check.
  • Retest trigger: The site, firmware, sensor, traffic, weather, gateway, or maintenance change that reopens the duty-cycle decision.
iotclass.org

Retrieval practice

Recall check 1 of 2

Packet Pete says: answer from memory, then check your reasoning.

Q1A storage room is called 'redundant' because two sensors sit at each spot, but one sleeps for long intervals with no event wake rule. Is the redundancy real?

AOnly if the sleeping backup's wake rule and latency evidence support the redundancy claim
BYes, because two physical sensors are installed at each location
CNo, unless both sensors sample at the same instant so their readings can be compared directly
DYes, as long as both sensors share the same battery type
Show answer

Answer: A A sleeping backup only provides redundancy if its wake rule and latency meet the claim.

iotclass.org

Retrieval practice

Recall check 2 of 2

Packet Pete says: answer from memory, then check your reasoning.

Q2Why does X-MAC use addressed strobed preambles instead of one long B-MAC preamble?

ASo the target receiver can ACK early and non-target neighbors can sleep.
BSo every receiver stays awake for the full sender preamble.
CSo all nodes share one global synchronous schedule.
DSo transmit power replaces timing and address evidence.
Show answer

Answer: A X-MAC reduces B-MAC's long-preamble and overhearing costs by sending short addressed strobes; the intended receiver can acknowledge early, and non-target neighbors can return to sleep.

iotclass.org

Print reference

Answers

Answer key.

  1. A · A sleeping backup only provides redundancy if its wake rule and latency meet the claim.
  2. A · X-MAC reduces B-MAC's long-preamble and overhearing costs by sending short addressed strobes; the intended receiver can acknowledge early, and non-target neighbors can return to sleep.
iotclass.org