Zigbee

<\/script>\n
'; }, get iframeSnippet() { const domain = '{ SITE_DOMAIN }'; const type = '{ embed_type }'; const slug = '{ embed_slug }'; return ''; }, get activeSnippet() { return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet; }, copySnippet() { navigator.clipboard.writeText(this.activeSnippet).then(() => { this.copied = true; setTimeout(() => { this.copied = false; }, 2000); }); } }" @keydown.escape.window="open = false" @click.outside="open = false">

Embed This Widget

Theme


      
    

Widget powered by . Free, no account required.

An 802.15.4-based mesh networking protocol for smart home, competing with Bluetooth Mesh and Thread.

Zigbee

Zigbee is an IEEE 802.15.4-based mesh networking protocol widely deployed in smart home lighting, HVAC controls, and industrial automation. While architecturally distinct from Bluetooth Low Energy, Zigbee competes in overlapping smart home use cases and is increasingly converging with BLE through the Matter standard.

Zigbee vs BLE

Feature Zigbee BLE
Radio 802.15.4 (2.4 GHz, 250 kbps) BLE (2.4 GHz, 1-2 Mbps)
Mesh Table-based routing Managed flooding (Bluetooth Mesh)
Range per hop 10-30 m 10-50 m (varies by TX Power)
IP support No (Zigbee 3.0), Yes (Zigbee IP) No
Smartphone support Requires hub Native
Max nodes ~65,000 ~32,000 (Mesh)
Power consumption Very low Very low

Zigbee Network Roles

Zigbee defines three device types:

  • Coordinator: Initializes the network, manages security keys, and maintains the device table. Every Zigbee network has exactly one Coordinator
  • Router: Mains-powered device that relays messages and extends coverage. Equivalent to a Relay Node in Bluetooth Mesh
  • End Device: Battery-powered device that communicates only with its parent Router, sleeping between transmissions

The Matter Convergence

The Connectivity Standards Alliance (formerly Zigbee Alliance) developed Matter as a unifying protocol that works over both Thread and Wi-Fi, with BLE for commissioning. Thread/Wi-Fi." data-category="Protocols & Profiles">Matter does not directly support Zigbee, but many Zigbee device manufacturers are adding Matter support to new products using multi-protocol chips.

For BLE engineers evaluating the competitive landscape, Zigbee's primary strengths remain in large-scale lighting networks (Philips Hue, IKEA TRADFRI) and industrial building automation. However, new deployments increasingly favor Thread + Matter or Bluetooth Mesh due to smartphone compatibility and modern protocol design.

Multi-Protocol Hardware

Several SoCs support both Zigbee and BLE simultaneously, including the nRF52840, CC2652R, and ESP32-H2. These chips integrate both BLE and 802.15.4 radios, allowing manufacturers to support BLE commissioning, Zigbee operation, and potentially Thread -- all on a single piece of silicon.

Related Terms

Frequently Asked Questions

Our glossary covers 90+ BLE technical terms organized by category. Each term includes a definition, related terms, and links to relevant chips and guides.