Hi,
we have a large production building and want to place a lot of Sub-1 Ghz devices (~7000) into the building. We are in Europe, that's why we use PHY ID3 (34 channels, 50kbps).
At the moment we plan to exchange a few bytes, let's say 10 bytes about every 60 seconds from the devices to the pan coordinators. The pan coordinators might also want to send a few bytes, but less often to the devices.
I was using the collector and sensor sample application in a non-beacon, non-frequency hopping configuration. As far as I understand, I have to disable security settings, because otherwise a PAN coordinator can only handle 50 devices.
1. question: If I disable MAC security is my PAN coordinator able to handle 7000 devices (i.e. will it work to set CONFIG_MAX_DEVICES to 7000)?
2. question: I'm not limited to 1 PAN coordinator. If I understand coorectly I could also use 34 coordinators to use all channels in parallel, right?
My 3rd problem is to estimate whether the air interface is capable for this amount of traffic.
How can I do this estimation? In the sample application I saw, that there are three messages which are exchanged:
1. Tracking request from coordinator to devices
2. Poll request from devices to coordinator
3. Actual Sensor data
If I understand correctly, message 1 and 2 are necessary and the "actual sensor data" can be replaced by our application specific data.
My last question is now, what is the overhead in bytes from these messages. Do all SubGhz messages have the same message header and how much byte does this header contain?
Thanks,
Markus
