Monday, June 9, 2008

New Wireless Sensor Network Keeps Tabs On The Environment

Research in the University of Alberta's Faculty of Science may soon be able to answer that question. The departments of computing science and earth and atmospheric science have been working together to create a Wireless Sensor Network that allows for the clandestine data collection of environmental factors in remote locations and its monitoring from anywhere in the world where the Internet is available.

The research team, including Pawel Gburzynski, Mario Nascimento, and Arturo Sanchez-Azofeifa, recently launched EcoNet, a functional model of a WSN for environmental monitoring in the display house in the University of Alberta's Agriculture/Forestry Centre. The display house hosts a small but feature-rich environment that mimics that of a tropical forest. Using a WSN, a number of sensors can continuously monitor factors like temperature and luminosity and will process, store and transmit data co-operatively and wirelessly with other sensors to generate data that can then be collected and made available to users virtually anywhere on the globe. The sensors represent a technology for researchers to monitor diverse phenomena continuously and inconspicuously.

Having the data continuously monitored by researchers substantially increases the chances of uncovering anomalies early enough to investigate them promptly and thoroughly.

The overall framework of WSN can also be extended for use in other closely related scenarios such as monitoring potentially dangerous situations like hazardous waste disposal, or hard-to-witness phenomena such as ice cap movements in the Arctic.

The opportunities these sensors will provide to scientists are paramount in a global environment that is changing at an ever-increasing pace.

Once the display-house prototype is tested and customized, at least two sites are to be fully deployed in the fall, one likely in the Brazilian rainforest, and the other in a forest in Panama.

The project has been made possible by close collaboration with Olsonet Communications Corporation in Ottawa, which has implemented the WSN nodes and supported the project since its inception. Support of this project has also been provided by the University of Alberta, U of A's Centre of Earth Observation Sciences and National Science Engineering Research Council.

SOURCE: University of Alberta

Tuesday, June 3, 2008

Wireless Ad Hoc Sensor Networks

Image of Mobile ad hoc network Image of Mobile ad hoc network Image of Hop count

A wireless ad hoc sensor network consists of a number of sensors spread across a geographical area. Each sensor has wireless communication capability and some level of intelligence for signal processing and networking of the data. Some examples of wireless ad hoc sensor networks are the following:
  1. Military sensor networks to detect and gain as much information as possible about enemy movements, explosions, and other phenomena of interest.
  2. Sensor networks to detect and characterize Chemical, Biological, Radiological, Nuclear, and Explosive (CBRNE) attacks and material.
  3. Sensor networks to detect and monitor environmental changes in plains, forests, oceans, etc.
  4. Wireless traffic sensor networks to monitor vehicle traffic on highways or in congested parts of a city.
  5. Wireless surveillance sensor networks for providing security in shopping malls, parking garages, and other facilities.
  6. Wireless parking lot sensor networks to determine which spots are occupied and which are free.
The above list suggests that wireless ad hoc sensor networks offer certain capabilities and enhancements in operational efficiency in civilian applications as well as assist in the national effort to increase alertness to potential terrorist threats.
Two ways to classify wireless ad hoc sensor networks are whether or not the nodes are individually addressable, and whether the data in the network is aggregated. The sensor nodes in a parking lot network should be individually addressable, so that one can determine the locations of all the free spaces. This application shows that it may be necessary to broadcast a message to all the nodes in the network. If one wants to determine the temperature in a corner of a room, then addressability may not be so important. Any node in the given region can respond. The ability of the sensor network to aggregate the data collected can greatly reduce the number of messages that need to be transmitted across the network. This function of data fusion is discussed more below.
The basic goals of a wireless ad hoc sensor network generally depend upon the application, but the following tasks are common to many networks:
  1. Determine the value of some parameter at a given location: In an environmental network, one might one to know the temperature, atmospheric pressure, amount of sunlight, and the relative humidity at a number of locations. This example shows that a given sensor node may be connected to different types of sensors, each with a different sampling rate and range of allowed values.
  2. Detect the occurrence of events of interest and estimate parameters of the detected event or events: In the traffic sensor network, one would like to detect a vehicle moving through an intersection and estimate the speed and direction of the vehicle.
  3. Classify a detected object: Is a vehicle in a traffic sensor network a car, a mini-van, a light truck, a bus, etc.
  4. Track an object: In a military sensor network, track an enemy tank as it moves through the geographic area covered by the network.
In these four tasks, an important requirement of the sensor network is that the required data be disseminated to the proper end users. In some cases, there are fairly strict time requirements on this communication. For example, the detection of an intruder in a surveillance network should be immediately communicated to the police so that action can be taken.
Wireless ad hoc sensor network requirements include the following:
  1. Large number of (mostly stationary) sensors: Aside from the deployment of sensors on the ocean surface or the use of mobile, unmanned, robotic sensors in military operations, most nodes in a smart sensor network are stationary. Networks of 10,000 or even 100,000 nodes are envisioned, so scalability is a major issue.
  2. Low energy use: Since in many applications the sensor nodes will be placed in a remote area, service of a node may not be possible. In this case, the lifetime of a node may be determined by the battery life, thereby requiring the minimization of energy expenditure.
  3. Network self-organization: Given the large number of nodes and their potential placement in hostile locations, it is essential that the network be able to self-organize; manual configuration is not feasible. Moreover, nodes may fail (either from lack of energy or from physical destruction), and new nodes may join the network. Therefore, the network must be able to periodically reconfigure itself so that it can continue to function. Individual nodes may become disconnected from the rest of the network, but a high degree of connectivity must be maintained.
  4. Collaborative signal processing: Yet another factor that distinguishes these networks from MANETs is that the end goal is detection/estimation of some events of interest, and not just communications. To improve the detection/estimation performance, it is often quite useful to fuse data from multiple sensors. This data fusion requires the transmission of data and control messages, and so it may put constraints on the network architecture.
  5. Querying ability: A user may want to query an individual node or a group of nodes for information collected in the region. Depending on the amount of data fusion performed, it may not be feasible to transmit a large amount of the data across the network. Instead, various local sink nodes will collect the data from a given area and create summary messages. A query may be directed to the sink node nearest to the desired location.
Sensor types and system architecture:
With the coming availability of low cost, short range radios along with advances in wireless networking, it is expected that wireless ad hoc sensor networks will become commonly deployed. In these networks, each node may be equipped with a variety of sensors, such as acoustic, seismic, infrared, still/motion videocamera, etc. These nodes may be organized in clusters such that a locally occurring event can be detected by most of, if not all, the nodes in a cluster. Each node may have sufficient processing power to make a decision, and it will be able to broadcast this decision to the other nodes in the cluster. One node may act as the cluster master, and it may also contain a longer range radio using a protocol such as IEEE 802.11 or Bluetooth.