ZigBee: How to increment Maximum Depth in BeeStack Codebase

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ZigBee: How to increment Maximum Depth in BeeStack Codebase

2,286 Views
Spell
Contributor I
Hi all,
I must build a custom application with a very particular network topology.
I have a hundred of devices arranged along one line, that means that one device can see at best another 4 devices. So all my devices must be zigbee router.
With the beestack codebase the maximum depth allowed is 15 but with my network topology I need to increase this value.
Anyone can help me?

regards, Filippo
Labels (1)
0 Kudos
3 Replies

398 Views
Mads
Contributor V
Fhillipo,
 
First of all the ZigBee specification specifies that the maximum depth is 15.
(Look for nwkcMaxDepth in the spec), but the Stack profile 1 that specifies what is implemented and tested specifies a depth of 5.
 
If you need to move beyond this you should consider using a 802.15.4 Beacon mode tree network.
 
Br,
Mads Westergreen
0 Kudos

398 Views
AmZig
Contributor I
Hej Spell ,
May i know are you working on linear or hierarchical routing?. As , i am also working on something similar but i am using MAC code base bcoz i dont  have Beestack purchased version .
 
Regards
AmZig


Message Edited by AmZig on 2007-10-09 11:58 AM
0 Kudos

398 Views
Spell
Contributor I
Hi AmZig,
ZigBee use a hiercachical routing for build its tree network.

regards, Filippo
0 Kudos