Thursday 31 January 2013

Sensor/Actuator Networks


Sensor/Actuator Networks

The proliferation of 'smart' energy management applications and the abundance of inexpensive, standards-based wireless MCUs are stimulating the growth of wireless sensor/actuator networks (WSAN) across diverse markets, including home and building automation, telemedicine, and lighting. Research firm IDTechEx forecasts a near ten-fold growth of the WSAN market, to $1.8B by 2019.


WSANs provide a simple, economic approach for the deployment of distributed monitor and control devices, avoiding the expensive retrofit necessary in wired systems. But inexperience with RF design and the confusing profusion of wireless protocols will continue to persist as some of the biggest challenges for the application developer. This article examines some of the basic concepts of wireless sensor networks and protocols, the essential elements comprising a wireless sensor, and some of the important design considerations for using them.

A wireless sensor and actuator network is a collection of small randomly dispersed devices that provide three essential functions; the ability to monitor physical and environmental conditions, often in real time, such as temperature, pressure, light and humidity; the ability to operate devices such as switches, motors or actuators that control those conditions; and the ability to provide efficient, reliable communications via a wireless network.


The implementation of this last capability is the most unique to WSANs. Since they are designed for low traffic monitor and control applications, it is not necessary for them to support the high data throughput requirements that data networks like Wi-Fi require. Typical WSAN over-the-air data rates range from 20 kbps to 1 Mbps. Consequently they can operate with much lower power consumption, which in turn allows the nodes to be battery powered and physically small.



WSANs are typically self-organizing and self-healing. Self-organizing networks allow a new node to automatically join the network without the need for manual intervention. Self-healing networks allow nodes to reconfigure their link associations and find alternative pathways around failed or powered-down nodes. How these capabilities are implemented is specific to the network management protocol and the network topology, and ultimately will determine the network’s flexibility, scalability, cost and performance.

Wireless sensor networks use three basic networking topologies; point-to-point, star (point-to-multipoint), or mesh. Point-to-point is simply a dedicated link between two points and arguably isn’t a network at all. Star networks are an aggregation of point-to-point links, with a central master node that manages a fixed number of slave nodes and serves as the conduit for all upstream communication.

Master nodes can also link with other master nodes to extend a star network into various configurations sometimes called cluster or cluster-tree networks.



One of the drawbacks of a star topology is that the master node is a single point of failure; if a master node fails, the entire sub-network fails. In the mesh topology, every node has multiple pathways to every other node, providing the most resiliency and flexibility. Most practical mesh networks utilize a type of pseudo-mesh with peer-to-peer communication links that support routing. Messages traverse the network using a multi-hop routing algorithm that can be optimized for the lowest latency or lowest power. Since each node in the mesh must maintain knowledge of other nodes in the network with routing tables, the memory requirements and processing overhead required at each node are higher in mesh networks.

No comments:

Post a Comment