Zigbee Coordinator
Trace how a Zigbee coordinator forms a PAN, opens joining, and admits devices
Build a Zigbee PAN from first power-on to first joined device
A Zigbee coordinator starts exactly one network: it scans channels, chooses a PAN identity, opens a join window, and applies security policy. After formation, routers can relay mesh traffic, but the coordinator remains the founder and commonly the Trust Center authority.
Coordinator
Forms the PAN, normally takes short address 0x0000, and often performs the Trust Center role.
Router
Relays mesh traffic and may accept child devices when joining is permitted by network policy.
End Device
Joins through a parent and can sleep. It does not forward packets for other nodes.
Common Failure
A learner may see a beacon but still fail to join if permit join is closed or security material is missing.
Network Formation Scene
The coordinator scans the 2.4 GHz channels before it creates a PAN.
Scenario
Choose a commissioning situation, then play or step through the coordinator decision.
Current Decision
The coordinator is measuring RF energy before it chooses where to form the PAN.
Address Table
Frame Log
What To Read
- Channel bars
energy - PAN ID
16-bit local ID - EPID
64-bit network identity - Join result
policy + security
Learning Support
Read The Scene
Follow the moving token first. It shows whether the current evidence is a channel measurement, beacon, association request, address response, or security admission.
Beginner Ramp
A PAN is the local Zigbee network. The coordinator creates it; routers extend it; end devices join through a parent and can sleep.
Why It Matters
Most failed Zigbee installs are not routing problems at first. They are channel planning, join-window, identity, or security-admission problems.
Quick Reference
Coordinator Role
- Forms exactly one network.
- Uses short address
0x0000. - Often acts as the Trust Center.
- Does not have to carry every later data packet.
Formation Evidence
- Energy scan reduces interference risk.
- Active scan checks nearby PANs.
- PAN ID is 16-bit and can collide.
- Extended PAN ID gives stronger identity.
Join Sequence
- Permit join must be open.
- A parent accepts the association.
- A short address is allocated.
- Security policy admits or rejects the device.
Router Contrast
- Routers relay mesh traffic.
- Routers can have child devices.
- Routers usually stay powered on.
- Routers do not create the original PAN.
End Device Contrast
- End devices do not relay for others.
- They can sleep between messages.
- They depend on a parent.
- They may need rejoin handling after outages.
Common Misread
- Seeing a beacon is not enough to join.
- Low energy is not the same as guaranteed reliability.
- Open joining without credential control is risky.
- An offline coordinator does not always stop existing mesh traffic.
Technical Accuracy Notes
Channel Planning
Zigbee over 2.4 GHz uses IEEE 802.15.4 channels 11 to 26. Energy detection helps choose a quiet channel, while active scanning checks for existing networks and identity conflicts.
Addressing
The coordinator normally uses network short address 0x0000. Joining devices receive short addresses used inside the PAN; the 64-bit IEEE address still identifies the device globally.
Trust Center
In centralized security, the Trust Center controls admission and key establishment. Many products combine this role with the coordinator, so coordinator availability can affect new joins.
Practice Prompts
Find The Failure
Run Join closed and explain why the joining device can hear the network but still receives no usable address.
Compare Roles
Run Join via router and identify which node is the parent, which node founded the PAN, and which nodes can relay traffic.
Plan A Deployment
Run Busy band, then switch to Manual channel. Decide what extra field evidence you would collect before installing sensors.