![]() |
![]() |
![]() |
![]() |
The goals of the experiment were to
Much effort has been put during the last 5-10 year into Research on Wireless Sensor Networks (WSNs). Numerous conferences, journals and special issues are dedicated to these networks, and new solutions appear on a weekly basis. Despite all this activity, a surprisingly low number of actual deployment examples have been made public. Whereas rolling out a solution can be considered more part of engineering rather than Research, we argue that physical implementation confronts the researcher with important on-field constrained. As solutions for WSNs are cross-layered, and as these solutions are largely impacted by lower layers (e.g. wireless transmission), real world confrontation has a very beneficial impact on Research.
Real-world deployment has been largely simplified by the appearance of commercial products. The most-known MICA wireless sensor nodes have been developed by laboratories at University of California at Berkeley. They were initially commercialized by Crossbow (Mica2 in 2002, Mica2dot in 2003), the latest versions (Tmote SKY in 2004, Tmote Mini) are brought to the market by Moteiv, a spin-off company of the University of California at Berkeley. On-going Research is aiming at developing energy-harvesting nodes which collect data from their environment, radically changing the energy-constrained assumption made for WSNs.
A pioneering team at Berkeley lead the smart dust project, which used the early versions of the Mica2 motes to do proof-of-concept demonstrations. An early experimentation in 2001 involved a autonomous radio-controlled airplane which dropped sensors along a highway to monitor the passing of large military vehicles. The plane continuously passed above each node to collect the measured data, which was then transferred back to a base station.
Our implementation resembles the early implementation done by the Smart Dust team in that we have a mobile sink node, a network and a remote base station. Yet, the key difference is that the mobile sink communicates with a complete WSN and not a series of individual nodes. In this former case, the networking problems were largely simplified as the multi-hop nature of node-to-sink communication was essentially removed. Having a real multi-hop WSN raises interesting problems such as self-organization and real-time communication.
We have used the Ember EW2420 platform for all the nodes in the network. These embed a Ember/Chipcon CC2420 radio chip, and a Atmel AtMega128 micro-processor. The board is powered by two AAA/LR6 batteries, and an antenna is attached to it. The development kit is used to program the nodes, and to monitor their behavior using the serial port. This is used for the base station.
![]() |
![]() |
| The base station | A sensor node of the network |
The aircraft is a MS2001 with a wingspan of 2.20 meters, powered by a 7.5cc motor, and controlled by a Multiplex radio. It flies at about 25 km/h. During the experiments, we asked the pilots to fly above the network and the base station at an altitude of no more than 5 m.
![]() |
![]() |
For the network and the base station to be disconnected, they were deployed at the opposite ends of the runway, about 80 m apart. As depicted in the following figure, we used a 16 node network.
![]() |
The demonstration is performed in rounds, one round corresponding to one round of the airplane. Each round is composed of 6 phases:
The two main goals from a protocol point of view were:
The nodes were programmed using THINK (THink Is Not a Kernel, think.objectweb.org). The THINK Framework is a C implementation targeting the embedded world of the highly flexible Fractal component model. As THINK is based on components, it is very easy to reuse already existing ones. Thanks to inherent flexibility of THINK, we were able to code the complete protocol stack within 3 weeks. If you click on the following thumbnail, you'll see how the different components are linked together. Blue and purple boxes represent components we were able to use from-the-shelf.
It worked!
Over the course of the day, just about everything that could go wrong did go wrong, but ultimately we demonstrated everything that we set out to demonstrate.
The application layer functions as follows. The base station asks for the list of neighbors of a specific node called source node. This information can be known by recording the senders of the ACK messages within the 1-hopMAC protocol, and does not involve periodic Hello messages of any kind. Once the answer is returned to the base station, it is displayed on the computer connected to it (see screen capture above, green edges). The path taken by the last message from the source node to the mobile sink is also displayed (red arrows). All nodes of the network become source nodes in a round-robin fashion.
Click on the thumbnails to open a larger version of the pictures
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
This experimentation has demonstrated that the use of virtual coordinates is possible with a mobile sink. Moreover, it has shown the efficiency of the 1-hopMAC protocol. This platform will be used for subsequent works on energy-efficient self-organization in wireless sensor networks.