Zigbee
Last updated
Zigbee is a low-power wireless mesh standard built on the IEEE 802.15.4 radio, used mainly for home and building automation. Devices such as bulbs, sensors, and switches form a self-healing mesh in which mains-powered nodes relay traffic for battery-powered ones, coordinated by a hub. Zigbee prioritizes low energy use and reliable short messages over high bandwidth.
How it works
Zigbee defines the networking and application layers above the IEEE 802.15.4 physical and MAC layers. A network has one coordinator that forms and manages it, routers that are usually mains-powered and relay traffic, and end devices that are often battery-powered and sleep to save energy. Traffic hops from node to node through the router mesh, and the network reroutes around a failed node, which is what makes it self-healing.
It operates mainly in the 2.4 GHz band, with some sub-GHz regional options, at low data rates measured in hundreds of kilobits per second. Zigbee emphasizes low power, low cost, and reliable delivery of small control messages rather than moving large amounts of data.
| Aspect | Zigbee | Phone-native mesh |
|---|---|---|
| Radio | IEEE 802.15.4, 2.4 GHz and sub-GHz | Bluetooth LE and WiFi Direct |
| Runs on phones | No 802.15.4 radio in phones | Yes, built-in radios |
| Coordinator | Requires a hub or coordinator | No hub, peers self-organize |
| Typical use | Fixed smart-home and building devices | Mobile field coordination, offline apps |
| Payload | Small control messages | Messages and files up to 100MB |
Why it matters
Zigbee is one of the most widely deployed home-automation mesh standards, used by lighting systems, sensors, locks, and thermostats from many brands. Its self-healing mesh and long battery life suit fixed devices spread across a building, and a single hub can coordinate many low-cost nodes.
The constraints matter too. Zigbee needs a dedicated 802.15.4 radio, so ordinary phones cannot join a Zigbee mesh as nodes, and it depends on a coordinator. It is tuned for stationary automation, not for mobile devices coordinating in the field.
How it relates to Offline Protocol
Offline Protocol targets a different problem: phones coordinating with no infrastructure. Rather than a fixed 802.15.4 mesh around a hub, it forms a mesh, DORS, on the BLE and WiFi Direct radios already in every phone, with automatic failover between transports, up to 8-hop relay, and no coordinator to set up. Sessions are encrypted with MLS (RFC 9420) and peers verify each other using Ed25519 identities.
Zigbee and a phone mesh are complementary rather than competing: one wires up stationary smart-home devices, the other lets mobile phones relay data where there is no internet. For a broader look at how home-standards meshes compare to a phone mesh, see BLE mesh vs Thread vs Matter.
Frequently asked questions
What is Zigbee used for?
Zigbee is used mainly for home and building automation, connecting low-power devices such as bulbs, sensors, switches, and locks into a self-healing mesh coordinated by a hub.
Can a phone join a Zigbee network?
Not as a native node, because phones lack the IEEE 802.15.4 radio Zigbee requires. Phones interact with Zigbee devices through a hub or bridge rather than joining the mesh directly.
How does Zigbee differ from a phone mesh?
Zigbee runs on dedicated 802.15.4 radios around a coordinator for fixed devices, while a phone mesh like Offline Protocol uses built-in BLE and WiFi Direct so mobile phones self-organize and relay data with no hub.

