Other Parts Discussed in Thread: SIMPLICITI, CC1310, CC1120
Tool/software: Code Composer Studio
Hi all,
I want to collect data from more than 50 [about 1000] sensors and retrieve data from collector.
What I know is - I'm using Sensor-Collector example projects. Theoretically A collector can save up to 65535 devices in device list. But due to the memory limitation it is restricted to 50. If security disabled it can increase up to 80. But I thought of using following method. Which is I'm working on now.
I have 1000 devices in the field with only one collector. I must use FH mode. Let's say all are in the range of radio. First 50 devices will be connect (Can you tell me after 50 devices connected, what will happen in the collector side and non-connected sensor side?). After I retrieve data from the 50 devices I will disassociate them and let them continue to collect data. (Will then another non-connected 50 devices connect?). This will allow all 1000 devices to connect [Practically, All 1000 might not connect successfully, so I will use a timeout condition also that won't stuck the process and will continue the cycle]. After 1000 devices transfer data it will continue doing the process by associating again. (Association back is not stable. I posted another question for that,
Can you refer the procedure & consult me with any possibilities that won't allow this procedure?
Thank you all.
Dulip