What it is and the problem it solves
Zigbee is a low-power, low-data-rate wireless standard for personal area networks. It solves the problem of connecting many simple devices — like door sensors or thermostats — without draining batteries or requiring constant infrastructure.
How it works
Zigbee builds personal area networks using IEEE 802.15.4 radios. It routes data through mesh topology: devices act as repeaters to extend range beyond line-of-sight limits. It uses 128-bit symmetric encryption for network security. It operates at up to 250 kbit/s — sufficient for sensor bursts, not streaming.
What works
Mesh routing works: data hops reliably across intermediate Zigbee devices. 128-bit encryption works: it prevents casual eavesdropping on network traffic. Battery life works: devices run for years on coin cells when transmitting intermittently.
What does not
Zigbee does not deliver on cross-vendor plug-and-play. Its security model assumes trusted device commissioning — no public key infrastructure. It does not scale reliably beyond a few hundred nodes without careful topology planning.
What it changes
Zigbee changes how embedded sensors and actuators talk in constrained environments. It replaces proprietary RF links with a standardised, encrypted, self-healing mesh — enabling battery-operated smart lighting, HVAC controls, and medical telemetry where Wi-Fi is too power-hungry.
Is it worth your time
Yes — if you need battery-powered, secure, low-bandwidth control of dozens of devices within 100 metres. No — if you need high throughput, wide-area coverage, or interoperability without vendor-specific gateways.