PreviousNext
Data aggregating from Beaming sensors
Help > IQMESH control > Data aggregating from Beaming sensors

A Beaming sensor is a Node device working in Offline mode (see just below), and communicating unidirectionally and asynchronously with Aggregating repeaters only.

An Aggregating repeater is a repeater providing not only a common routing but additionally concurrently serves as an interface to collect and forward data from Beaming sensors.

Beaming functionality is completely defined in the Custom DPA Handler. It can be arranged user-specifically but should observe the following principles:

A Beaming sensor in Offline mode is sleeping all the time and periodically or on some event asynchronously sends data to all Aggregating repeaters which are in direct RF range. Aggregating repeaters always store the last received data from every Beaming sensor and automatically clear it after reading out. The data can be read out synchronously by the Coordinator using the Offline FRC. The Offline FRC is an analogy to the common FRC intended to read out common (non-Beaming) sensors. The data incoming to the Coordinator has the same format as from common (non-Beaming) sensors.

Local sensors work at the same RF channel as the entire IQMESH network which may cause unwanted interference. In some cases, an LBT (Listen Before Talk) check performed before the asynchronous packet is sent may help.

The Beaming sensor in Offline mode communicates unidirectionally and no confirmation is provided.

A Beaming sensor can optionally work in Online mode as well. It allows common network communication, especially intended for bonding and possibly for other service purposes. Switching between Online and Offline modes is also user-specific.

A Node in Beaming sensor must be equipped with the Custom DPA Handler supporting Beaming. Ready-to-use example CustomDpaHandler-SensorBeaming.c is available.