Other Parts Discussed in Thread: CC2530, Z-STACK, CC2531
Hi Ti
How the routing is formed in cc2530?
if anybody have any information regarding routing please suggest me..
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear Yk Chen
Based on the routing table we can say that next hop for a particular destination.
my first question is why the next hop is not created in routing table for all routers from particular router in my network.in the routing table i saw the next hop for the 2 or 3 or 4 routers not for all routers.
Dear Yk Chen
1.is it possible to see the route request commands in packet snifffer?
2.in the initial stage of network that means coordinator start the network and two routers are joined in the network but we didn't send any messages between the devices.now how the routing table is formed?
3.do you have any information regarding route expiry time and route table update time?
Dear YK Chen
Upon receipt of the route request, every device adds a route table entry for the concentrator and stores the one hop neighbor that relays
the request as the next hop address. No route reply will be generated.
With out route reply how the routing table is formed for concentrator at each router.
Dear YK Chen
1.I want to collect data at backup module if coordinator fail.how is it possible?
2.where can i find the default value of the CONCENTRATOR_DISCOVERY_TIME ?
3.in my reset.psd file i didn't observe any many to one route request command?
4.what is the cluster id in zigbee?
1. As I replied you in previous post, you can create another ZR to collect data as backup. You can send binding request to all nodes to binding them to this backup ZR so all nodes would also send a copy message to this backup ZR.
2. You have to define CONCENTRATOR_DISCOVERY_TIME in f8wconfig.cfg or compile options by yourself. There is no default value.
3. Do you read the application note "How to break 400+ node…"? It shows you how to enable many-to-one routing. It is not enabled by default.
Dear Yk Chen
Thanks for your valuable information.
i have few more questions.
1.send a bind request from router to all devices for backup module .is it correct or not.how to send a bind request from router to all devices in a network using a single command?
2.let assume bind is formed between backup module and all devices.which command is helps to send data from all devices to backup module?
3.in ZDO bind request command specifies one of the field as Cluster ID.what is cluster id?.what value can i set in that field for create binding between all devices and backup module?
Dear Yk Chen
1.I formed a network with one coordinator and 3 routers.in my network 2 routers(R2,R3) are bind to the remaining router()R1.i want to send a message to coordinator from R2 using following command.
in above command i place the 0x0000 is placed in the field of destination address.my doubt is
is the message from R2 received only coordinator or coordinator and R1?
you told that one copy of message send to the backup collector.
Dear YK Chen
in that command we can put only one device 64-bit address in the destination address field then how the ZC and backup module receive the data at a time?