Wireless Sensor Networks
What Are Wireless Sensor Networks?
Wireless sensor networks (WSNs) are distributed collections of small, resource-constrained devices, called nodes or motes, that each integrate one or more physical sensors with wireless communication transceivers and local processing capability. Deployed across a geographic area, the nodes measure environmental or physical quantities such as temperature, pressure, vibration, light, chemical concentration, or electromagnetic field strength, and they cooperate to convey the resulting data to a central collection point or to distributed actuators and controllers. The field draws from microelectronics, embedded systems design, wireless communications, distributed algorithms, and signal processing, reflecting the breadth of disciplines required to build networks that must operate correctly under severe constraints on energy, cost, and size.
WSNs emerged as a practical technology in the late 1990s and early 2000s, when advances in low-power microprocessors, MEMS sensors, and IEEE 802.15.4 radio chipsets made it feasible to build mote-scale devices costing a few dollars and capable of years of battery operation. The canonical mote design, exemplified by Berkeley's TelosB platform, integrated a microcontroller, flash memory, an 802.15.4 radio, and a set of onboard sensors on a circuit board smaller than a credit card.
Node Architecture and Hardware
A WSN node, or mote, consists of four main subsystems: sensing, processing, communication, and power management. The sensing subsystem connects one or more transducers to an analog front end and an analog-to-digital converter; microsensor technology, including MEMS-based accelerometers and pressure sensors, has reduced both cost and power draw to levels compatible with long-lived battery operation. The processing subsystem, typically a low-power microcontroller such as an Atmel AVR or ARM Cortex-M variant, executes the application code, implements the networking stack, and controls duty cycling: powering down the radio and sensors between measurement intervals to extend battery life from days to years. The communication subsystem uses an IEEE 802.15.4 radio, operating at 250 kbit/s in the 2.4 GHz band, to exchange packets with neighboring nodes. Research surveys published through IEEE Xplore document the evolution of sensor node hardware across successive generations, charting reductions in active current draw from milliamps toward microamps.
Network Topology, Routing, and Protocols
WSNs may be organized in star, cluster-tree, or mesh topologies depending on the deployment. In a star topology, all nodes communicate directly with a central gateway, which limits range but simplifies routing. In cluster-tree and mesh arrangements, nodes relay packets from their neighbors toward the sink, enabling multi-hop paths that extend coverage. Routing protocols for WSNs must conserve energy by minimizing radio transmissions: collection tree protocol (CTP) and RPL (IPv6 Routing Protocol for Low-Power and Lossy Networks) are widely deployed standards that adapt routes to changing link quality. IEEE 802.15.4 and the 6LoWPAN adaptation layer allow WSN devices to participate in IP networks by compressing IPv6 headers to fit within the 127-byte 802.15.4 frame. Machine-to-machine (M2M) communication protocols such as MQTT and CoAP run over these link layers to support device management and data reporting to cloud backends.
Edge Computing and Distributed Processing
Moving computation closer to the data source, rather than relaying raw measurements to a distant server, reduces wireless traffic and latency. Edge computing within a WSN may involve in-network aggregation, where intermediate nodes compute averages or summaries from their neighbors' readings before forwarding, or more sophisticated machine learning inference executed locally on the sensor node. This architecture reduces energy cost per useful data unit and allows wireless control loops to close at latencies that centralized architectures cannot achieve. Cyber-physical systems that embed WSNs in infrastructure use these low-latency control paths for building HVAC management, industrial process control, and structural health monitoring. NIST guidelines on cyber-physical systems and IoT security address the security architecture requirements for WSN-enabled control systems.
Applications
Wireless sensor networks have applications in a wide range of fields, including:
- Environmental monitoring: air and water quality measurement, wildfire detection, and weather observation
- Smart cities: traffic flow monitoring, noise mapping, and utility infrastructure sensing
- Precision agriculture: soil moisture, temperature, and nutrient monitoring to optimize irrigation and yield
- Industrial automation: vibration and temperature monitoring for predictive maintenance of machinery
- Healthcare: patient monitoring in hospital wards and remote health observation for chronic disease management