Tool/software: Code Composer Studio
Hi Everyone,
I have been developing a sensor network with multiple collectors(tree topology). To check the stability of the collector-sensor example to use in my project I have conduct following experiment. I have attached a image for further understanding.
The idea is to have a network if one sub-collector is turn off or out of range from the sensor it should be able to connect to another sub-collector (as shown in blue connections). But with the experiment using basic sensor-collector example (only change made was enabling the Frequency Hopping mode) it shows that it is not stable. The results as follows,
First experiment [all collectors turned on initially],
1. Turn all 3 collectors on >> turn on permission >> Turn on sensor >> It connected with one collector [It was collector 2, How did sensor select a particular collector?].
2. I turn off the collector 2 >> It is not connecting with other two collectors.
3. The GREEN LED in sensor launchpad which toggle in every reporting interval didn't toggle [Which may refer it hanged at some point of the code. Any idea?].
4. I turn on collector 2 >> sensor connect with collector 2.
5. Did step 2 & 3 it is same.
Second experiment [Turn on one collector>> turn of it >> turn on second collector >> turn off it >> turn on third collector],
* In this experiment it kept connecting with collectors (Important - only one collector turned on at a time). But this wont be the real case.
In practically the system will work as first experiment. So this is a serious problem in a multiple collector project.
Thank you very much.