Applications & Use Cases · Study deck

Smart Cities: Service Envelopes and Initiatives

A parking sensor reading matters only if the city knows its age, zone, owner, and allowed use.

Blueprint Bina is your guide for this deck.

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

After studying this chapter

Learning objectives

You will be able to:

  • Explain: Magnetic sensors: detect disturbance in Earth's magnetic field when a vehicle is present; they are accurate, low power, and weather tolerant, but require road-surface mounting and typically cost $150-300.
  • Explain: FIWARE NGSI-LD, OGC SensorThings API, GTFS-realtime for transit feeds, and GIS asset identifiers can make data reusable across departments when they are used as contracts rather than marketing terms.
  • Explain: A parking event is not just occupied or free; it may need space id, curb rule, timestamp source, sensor confidence, maintenance status, payment-zone relation, and whether the observation is stale.
iotclass.org

Major section

Write Service Envelope First

LoRaWAN can fit low-rate battery sensors across city assets when gateway placement and downlink limits are acceptable.

  • If nobody is accountable for changing a route, dispatching a repair, adjusting a signal plan, or publishing an alert, the IoT system is likely to become a passive dashboard.
  • Parking guidance may need high space coverage, update freshness, curb-zone changes, and clear uncertainty labels.
  • Smart-city failure is often a governance failure wearing a technology costume.
iotclass.org

Major section

Write Service Envelope First (continued)

Waste management may need fill-level calibration, rugged enclosures, truck-route integration, and a threshold for when a skipped bin creates service risk.

  • NB-IoT or LTE-M can fit dispersed assets where carrier coverage and recurring connectivity cost are acceptable.
  • Fiber, Ethernet, or municipal Wi-Fi may suit fixed cameras or traffic corridors with power and backhaul.
  • FIWARE NGSI-LD, OGC SensorThings API, GTFS-realtime for transit feeds, and GIS asset identifiers can make data reusable across departments when they are used as contracts rather than marketing terms.
iotclass.org

Major section

City Data Needs Context and Boundaries

Under the hood, a smart-city platform has to preserve context across many layers.

  • A parking event is not just occupied or free; it may need space id, curb rule, timestamp source, sensor confidence, maintenance status, payment-zone relation, and whether the observation is stale.
  • A lighting event may need pole id, circuit, luminaire type, controller firmware, dimming schedule, fault code, work-order id, and safety exception.
  • Standards help when they carry that meaning.

Key terms

Privacy and cybersecurity
Privacy and cybersecurity are also architectural, not afterthoughts.
iotclass.org

Major section

City Data Needs Context and Boundaries (continued)

The schema, metadata, and governance rules are the system contract.

  • A waste event may need bin id, fill estimate, collection zone, contamination flag, route plan, and season.
  • Without those fields, cross-domain integration becomes a pile of charts rather than an operating system for city services.
  • Privacy and cybersecurity are also architectural, not afterthoughts.
iotclass.org

Major section

City Data Needs Context and Boundaries (continued)

Video analytics may need edge processing that emits counts or events instead of raw footage.

  • FIWARE NGSI-LD models city entities and relationships as linked data, which can help describe assets, observations, locations, and ownership across services.
  • OGC SensorThings API provides a structured way to expose Things, Datastreams, Sensors, Observations, and Locations for sensing systems.
  • Mobility data may need aggregation, k-anonymity-style thresholds, differential privacy techniques, or strict access controls before publication.
iotclass.org

Major section

City Data Needs Context and Boundaries (continued)

MQTT and CoAP can move messages from constrained devices, but they do not by themselves define what a curb space, light pole, air-quality reading, or waste-bin alert means.

  • Device fleets need provisioning, credential rotation, firmware update policy, tamper handling, network segmentation, audit logging, and incident response.
  • A mature smart-city architecture makes those states visible to operators and understandable to residents.
  • The point is not to centralize every system.
iotclass.org

Major section

The Nine Smart City Initiatives

That labelled limit reconnects the visual to the nine smart city initiatives.

  • Traffic Congestion: monitoring vehicle and pedestrian levels to optimize driving and walking routes.
  • Waste Management: detecting rubbish levels in containers to optimize collection routes.
  • The next claim about the nine smart city initiatives depends on Figure: Integrated smart city infrastructure connecting multiple urban systems.
Smart City IoT Architecture showing sensor domains, connectivity layers, and application services
Smart City IoT Architecture showing sensor domains, connectivity layers, and application services
iotclass.org

Major section

Smart Parking Sensor Tech

That visual pairing grounds a flush-mounted vehicle parking sensor demonstrates ultrasonic ranging in its familiar automotive form: the circular transducer sends a pulse and in named evidence.

  • The decision in smart parking sensor tech must preserve that labelled boundary.
  • Multi-use infrastructure: Same sensors can detect traffic flow, illegal parking, and emergency vehicle priority.

Why it matters

Dynamic pricing integration: Real-time occupancy enables surge pricing (higher rates during peak demand).

A flush-mounted vehicle parking sensor demonstrates ultrasonic ranging in its familiar automotive form: the circular transducer sends a pulse and estimates obstacle distance from echo time-of-flight. Photo: Basotxerri, CC BY-SA 4.0
A flush-mounted vehicle parking sensor demonstrates ultrasonic ranging in its familiar automotive form: the circular transducer sends a pulse and estimates obstacle distance from echo time-of-flight. Photo: Basotxerri, CC BY-SA 4.0
iotclass.org

Major section

Smart Parking Sensor Tech (continued)

Magnetic sensors: detect disturbance in Earth's magnetic field when a vehicle is present; they are accurate, low power, and weather tolerant, but require road-surface mounting and typically cost $150-300.

  • Camera plus AI: analyzes video for vehicle presence; it can cover multiple spaces and add analytics, but needs more power, stronger privacy controls, and typically costs $500-1500.
  • Mesh networks with street lights: Sensors use low-power Zigbee to reach nearby street light poles, which aggregate data and relay via LoRaWAN/cellular.
  • Dynamic pricing integration: Real-time occupancy enables surge pricing (higher rates during peak demand).
iotclass.org

Major section

Parking Sensor Data and Battery Math

At 12 bytes per message for sensor id, status, and battery state, each sensor sends 34,560 bytes per day, or about 33.8 kB.

  • A deployment of 14,800 sensors therefore sends about 500 MB per day, or about 182 GB per year.
  • The power budget is the harder constraint.
  • A 3.6 V, 8 Ah lithium battery stores about 28.8 Wh.

Numbers to remember

34,560 byteseach sensor sends 34,560 bytes per day
33.8 kBeach sensor sends 34,560 bytes per day, or about 33.8 kB.
iotclass.org

Major section

Parking Sensor Data and Battery Math (continued)

Sleep mode at 5 microamps for nearly the whole day uses only about 0.119 mAh/day.

  • The LoRaWAN transmit path dominates: 2,880 transmissions at 40 mA for 1 second each uses about 32 mAh/day.
  • The total is about 32.1 mAh/day, so an 8,000 mAh pack would last about 249 days without recharge.
  • A real ten-year deployment needs a larger lithium primary cell, lower reporting rate, event-driven reporting, or solar assistance.
iotclass.org

Deck summary

Key takeaways

LoRaWAN can fit low-rate battery sensors across city assets when gateway placement and downlink limits are acceptable.

  • Waste management may need fill-level calibration, rugged enclosures, truck-route integration, and a threshold for when a skipped bin creates service risk.
  • Under the hood, a smart-city platform has to preserve context across many layers.
  • The schema, metadata, and governance rules are the system contract.
  • Video analytics may need edge processing that emits counts or events instead of raw footage.
iotclass.org

Retrieval practice

Recall check

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

Q1A city wants to deploy IoT across traffic, lighting, and waste services. What should guide the design first?

ASet the service outcome, governance, privacy, reliability, and equity constraints first
BInstall dense sensors first, then choose which service outcomes the dashboards might support
CPrioritize technical novelty and assume city outcomes will emerge after deployment
DTreat privacy, public trust, and offline access as follow-up items after launch
Show answer

Answer: A Smart-city IoT must connect technology choices to service outcomes and public constraints.

iotclass.org

Print reference

Answers

Answer key.

  1. A · Smart-city IoT must connect technology choices to service outcomes and public constraints.
iotclass.org