Q: Is there a limit to the services my sensors can ask for?
A: Yes. Services are not an infinite resource. With default manager settings, sensors will start getting denied services when
the total of all services exceeds the maximum throughput of the manager (refer to individual product documentation). For
example, for the manager that supports 25 packets/s, you should not exceed more than 25 motes publishing at 1 second
each. So, if sensors send data once per second, you should not plan on using more than 25 motes per manager. Similarly, if
you want to build a 250 mote network, then 10 s is the fastest service you could expect to get for all motes.
There is also a limit on the fastest service an individual mote can expect to receive. With default settings this is ~100 ms. A
shared bandwidth backbone feature allows packet to fall well below this number for shallow networks, but it islatency
designed for infrequent data, not routine publishing.
Q: Can I guarantee my power consumption by setting my data reporting rate?
A: No. A sensor that sends data less often will consume less power, but the amount of data forwarded from children in the
mesh also has a large impact on total power consumption. If you have a power supply that has a hard limit (like a scavenger
circuit), you can use the mote API to set power source information of the device, but that will limit the manager's ability to
build the best possible mesh, and those limits should be used with care.
Q: My sensors send data once an hour. Can I turn off the network and turn it back on when my sensors want to send data
and save power?
A: This is generally not recommended. The motes often consume less power in the network than they do when searching for
the network. Furthermore, the motes being on and maintaining connection to the network means that you can easily
implement alarm type reporting over and above your very infrequent regular updates. Also you have the ability to send
downstream commands for actuation, configuration, etc., at minimal extra power. An IP mote can live in a network AND
report every 30 seconds for an average current under 10 μA.
On the other hand, if you have an application such as container tracking where the whole network (on a shipping container)
may not need to be monitored for days at a time, there may be other overriding considerations.
Q. Why does my network have a single parent mote?
A: All networks will have one mote with the AP as its only parent. This is required to prevent timing and data loops in the
network. A network with more than one single parent mote indicates that you need to either add a mote or move a mote to
improve the connectivity.
Q: Are out of order packets received in a wireless mesh network?
A: Yes, a packet flowing upstream in a mesh network can follow any one of many sets of redundant paths to the manager. The
application layer is responsible for reordering received packets if necessary, which can be done using the accurate timestamps
in each packet.