Other Parts Discussed in Thread: CC1310
Tool/software: Code Composer Studio
Support Path: /Tools & software/Help me with an issue/Design Kits / Evaluation Modules / Boards/Software issue/
Hi All,
I'm running the TI 15.4 stack examples that came with the SDK for CC1310. Particularly the Collector and sensor example
I have two networks. Each containing a collector and a sensor. It can be graphically visualised as bellow
Network1_Collector <---> Network1_Sensor (Both have CONFIG_PAN_ID 0x2002)
&
Network2_Collector <---> Network2_Sensor (Both have CONFIG_PAN_ID 0x1234)
In the TI's 15.4 embedded developer's guide, for the description for CONFIG_PAN_ID it states
"Used to restrict the network to a certain PAN ID. If left as 0xFFFF, the collector starts with PAN ID 0x0001. If this parameter is set to a certain value for the collector, the value should be set to either the same value or 0xFFF for the sensor application, so that the sensor joins the intended parent."
According to this description, a particular sensor should only join to the network that has the PAN_ID that it was set for. That is. 0x2002 collector to 0x2002 Sensor.
My problem is the sensor with 0x1234 PAN_ID joins the 0x2002 network. And 0x2002 sensor can join the 0x1234 Collector too. Basically, any of my sensor boards can join to the collector although it does not match the required PAN_ID particular to that network.
Thank you in advance. Any help or guidance is appreciated.
Kind regards,
Guyan