Results 1 - 10
of
134
Fidelity and yield in a volcano monitoring sensor network
- In Proceedings of the 7th USENIX Symposium on Operating Systems Design and Implementation (OSDI 2006
, 2006
"... We present a science-centric evaluation of a 19-day sensor network deployment at Reventador, an active volcano in Ecuador. Each of the 16 sensors continuously sampled seismic and acoustic data at 100 Hz. Nodes used an event-detection algorithm to trigger on interesting volcanic activity and initiate ..."
Abstract
-
Cited by 114 (9 self)
- Add to MetaCart
We present a science-centric evaluation of a 19-day sensor network deployment at Reventador, an active volcano in Ecuador. Each of the 16 sensors continuously sampled seismic and acoustic data at 100 Hz. Nodes used an event-detection algorithm to trigger on interesting volcanic activity and initiate reliable data transfer to the base station. During the deployment, the network recorded 229 earthquakes, eruptions, and other seismoacoustic events. The science requirements of reliable data collection, accurate event detection, and high timing precision drive sensor networks in new directions for geophysical monitoring. The main contribution of this paper is an evaluation of the sensor network as a scientific instrument, holding it to the standards of existing instrumentation in terms of data fidelity (the quality and accuracy of the recorded signals) and yield (the quantity of the captured data). We describe an approach to time rectification of the acquired signals that can recover accurate timing despite failures of the underlying time synchronization protocol. In addition, we perform a detailed study of the sensor network’s data using a direct comparison to a standalone data logger, as well as an investigation of seismic and acoustic wave arrival times across the network. 1
A unifying link abstraction for wireless sensor networks
- in Proceedings of the 3rd ACM Conference on Embedded Networked Sensor Systems (SenSys
, 2005
"... Recent technological advances and the continuing quest for greater efficiency have led to an explosion of link and network protocols for wireless sensor networks. These protocols embody very different assumptions about network stack composition and, as such, have limited interoperability. It has bee ..."
Abstract
-
Cited by 102 (16 self)
- Add to MetaCart
Recent technological advances and the continuing quest for greater efficiency have led to an explosion of link and network protocols for wireless sensor networks. These protocols embody very different assumptions about network stack composition and, as such, have limited interoperability. It has been suggested [3] that, in principle, wireless sensor networks would benefit from a unifying abstraction (or “narrow waist ” in architectural terms), and that this abstraction should be closer to the link level than the network level. This paper takes that vague principle and turns it into practice, by proposing a specific unifying sensornet protocol (SP) that provides shared neighbor management and a message pool. The two goals of a unifying abstraction are generality and efficiency: it should be capable of running over a broad range of link-layer technologies and supporting a wide variety of network protocols, and doing so should not lead to a significant loss of efficiency. To investigate the extent to which SP meets these goals, we implemented SP (in TinyOS) on top of two very different radio technologies: B-MAC on mica2 and IEEE 802.15.4 on Telos. We also built a variety of network protocols on SP, including examples of collection routing [53], dissemination [26], and aggregation [33]. Measurements show that these protocols do not sacrifice performance through the use of our SP abstraction.
Macro-programming Wireless Sensor Networks using Kairos
"... The literature on programming sensor networks has, by and large, focused on providing higher-level abstractions for expressing local node behavior. Kairos is a natural next step in sensor network programming in that it allows the programmer to express, in a centralized fashion, the desired global b ..."
Abstract
-
Cited by 77 (3 self)
- Add to MetaCart
The literature on programming sensor networks has, by and large, focused on providing higher-level abstractions for expressing local node behavior. Kairos is a natural next step in sensor network programming in that it allows the programmer to express, in a centralized fashion, the desired global behavior of a distributed computation on the entire sensor network. Kairos’ compile-time and runtime subsystems expose a small set of programming primitives, while hiding from the programmer the details of distributed code generation and instantiation, remote data access and management, and inter-node program flow coordination. Kairos ’ runtime is greatly simplified by assuming eventual consistency in node state; this assumption underlies many practical distributed computations proposed for sensor networks. In this paper, we describe Kairos ’ programming model, and the flexibility and robustness it affords programmers. We demonstrate its suitability, through actual implementation, for a variety of distributed programs—both infrastructure services and signal processing tasks—typically encountered in sensor network literature: routing tree construction, localization, and object tracking. Our experimental results suggest that Kairos does not adversely affect the performance or accuracy of distributed programs, while our implementation experiences suggest that it greatly raises the level of abstraction presented to the programmer.
Design and deployment of industrial sensor networks: experiences from a semiconductor plant and the north sea
- In SenSys ’05: Proceedings of the 3rd international
, 2005
"... Sensing technology is a cornerstone for many industrial applications. Manufacturing plants and engineering facilities, such as shipboard engine rooms, require sensors to ensure product quality and efficient and safe operation. We focus on one representative application, preventative equipment mainte ..."
Abstract
-
Cited by 75 (0 self)
- Add to MetaCart
Sensing technology is a cornerstone for many industrial applications. Manufacturing plants and engineering facilities, such as shipboard engine rooms, require sensors to ensure product quality and efficient and safe operation. We focus on one representative application, preventative equipment maintenance, in which vibration signatures are gathered to predict equipment failure. Based on application requirements and site surveys, we develop a general architecture for this class of industrial applications. This architecture meets the application’s data fidelity needs through careful state preservation and over-sampling. We describe the impact of implementing the architecture on two sensing platforms with differing processor and communication capabilities. We present a systematic performance comparison between these platforms in the context of the application. We also describe our experience and lessons learned in two settings: in a semiconductor fabrication plant and onboard an oil tanker in the North Sea. Finally, we establish design guidelines for an ideal platform and architecture for industrial applications. This paper includes several unique contributions: a study of the impact of platform on architecture, a comparison of two deployments in the same application class, and a demonstration of application return on investment. Categories and Subject Descriptors C.3 [Special-Purpose and Application-Based Systems]: realtime and embedded systems, microprocessor/microcomputer applications,
Health monitoring of civil infrastructures using wireless sensor networks
- IN IPSN ’07: PROCEEDINGS OF THE 6TH INTERNATIONAL CONFERENCE ON INFORMATION PROCESSING IN SENSOR NETWORKS
, 2007
"... A Wireless Sensor Network (WSN) for Structural Health Monitoring (SHM) is designed, implemented, deployed and tested on the 4200ft long main span and the south tower of the Golden Gate Bridge (GGB). Ambient structural vibrations are reliably measured at a low cost and without interfering with the op ..."
Abstract
-
Cited by 54 (6 self)
- Add to MetaCart
A Wireless Sensor Network (WSN) for Structural Health Monitoring (SHM) is designed, implemented, deployed and tested on the 4200ft long main span and the south tower of the Golden Gate Bridge (GGB). Ambient structural vibrations are reliably measured at a low cost and without interfering with the operation of the bridge. Requirements that SHM imposes on WSN are identified and new solutions to meet these requirements are proposed and implemented. In the GGB deployment, 64 nodes are distributed over the main span and the tower, collecting ambient vibrations synchronously at 1kHz rate, with less than 10µs jitter, and with an accuracy of 30µG. The sampled data is collected reliably over a 46-hop network, with a bandwidth of 441B/s at the 46th hop. The collected data agrees with theoretical models and previous studies of the bridge. The deployment is the largest WSN for SHM.
Atpc: Adaptive transmission power control for wireless sensor networks
- In Proceedings of the Fourth International Conference on Embedded Networked Sensor Systems (SenSys
, 2006
"... Extensive empirical studies presented in this paper confirm that the quality of radio communication between low power sensor devices varies significantly with time and environment. This phenomenon indicates that the previous topology control solutions, which use static transmission power, transmissi ..."
Abstract
-
Cited by 48 (9 self)
- Add to MetaCart
Extensive empirical studies presented in this paper confirm that the quality of radio communication between low power sensor devices varies significantly with time and environment. This phenomenon indicates that the previous topology control solutions, which use static transmission power, transmission range, and link quality, might not be effective in the physical world. To address this issue, online transmission power control that adapts to external changes is necessary. This paper presents ATPC, a lightweight algorithm of Adaptive Transmission Power Control for wireless sensor networks. In ATPC, each node builds a model for each of its neighbors, describing the correlation between transmission power and link quality. With this model, we employ a feedback-based transmission power control algorithm to dynamically maintain individual link quality over time. The intellectual contribution of this work lies in a novel pairwise transmission power control, which is significantly different from existing node-level or network-level power control methods. Also different from most existing simulation work, the ATPC design is guided by extensive field experiments of link quality dynamics at various locations and over a long period of time. The results from the real-world experiments demonstrate that 1) with pairwise adjustment, ATPC achieves more energy savings with a finer tuning capability and 2) with online control, ATPC is robust even with environmental changes over time.
Interference-Aware Fair Rate Control in Wireless Sensor Networks
- In Proceedings of the ACM SIGCOMM
, 2006
"... In a wireless sensor network of N nodes transmitting data to
a single base station, possibly over multiple hops, what
distributed mechanisms should be implemented in order to
dynamically allocate fair and efficient transmission rates
to each node? Our interference-aware fair rate control
(IFRC) dete ..."
Abstract
-
Cited by 42 (2 self)
- Add to MetaCart
In a wireless sensor network of N nodes transmitting data to
a single base station, possibly over multiple hops, what
distributed mechanisms should be implemented in order to
dynamically allocate fair and efficient transmission rates
to each node? Our interference-aware fair rate control
(IFRC) detects incipient congestion at a node by monitoring
the average queue length, communicates congestion state to
exactly the set of potential interferers using a novel
low-overhead congestion sharing mechanism, and converges to
a fair and efficient rate using an AIMD control law. We
evaluate IFRC extensively on a 40-node wireless sensor
network testbed. IFRC achieves a fair and efficient rate
allocation that is within 20- 40% of the optimal fair rate
allocation on some network topologies. Its rate adaptation
mechanism is highly effective: we did not observe a single
instance of queue overflow in our many experiments.
Finally, IFRC can be extended easily to support situations
where only a subset of the nodes transmit, where the network
has multiple base stations, or where nodes are assigned
different transmission weights.In a wireless sensor network
of N nodes transmitting data to a single base station,
possibly over multiple hops, what distributed mechanisms
should be implemented in order to dynamically allocate fair
and efficient transmission rates to each node? Our
interference-aware fair rate control (IFRC) detects
incipient congestion at a node by monitoring the average
queue length, communicates congestion state to exactly the
set of potential interferers using a novel low-overhead
congestion sharing mechanism, and converges to a fair and
efficient rate using an AIMD control law. We evaluate IFRC
extensively on a 40-node wireless sensor network testbed.
IFRC achieves a fair and efficient rate allocation that is
within 20- 40% of the optimal fair rate allocation on some
network topologies. Its rate adaptation mechanism is highly
effective: we did not observe a single instance of queue
overflow in our many experiments. Finally, IFRC can be
extended easily to support situations where only a subset of
the nodes transmit, where the network has multiple base
stations, or where nodes are assigned different transmission
weights.
People-centric urban sensing
- In The Second Annual International Wireless Internet Conference (WICON
, 2006
"... The vast majority of advances in sensor network research over the last five years have focused on the development of a series of small-scale (100s of nodes) testbeds and specialized applications (e.g., environmental monitoring, etc.) that are built on low-powered sensor devices that self-organize to ..."
Abstract
-
Cited by 39 (10 self)
- Add to MetaCart
The vast majority of advances in sensor network research over the last five years have focused on the development of a series of small-scale (100s of nodes) testbeds and specialized applications (e.g., environmental monitoring, etc.) that are built on low-powered sensor devices that self-organize to form application-specific multihop wireless networks. We believe that sensor networks have reached an important crossroads in their development. The question we address in this paper is how to propel sensor networks from their smallscale application-specific network origins, into the commercial mainstream of people’s every day lives; the challenge being: how do we develop large-scale general-purpose sensor networks for the general public (e.g., consumers) capable of supporting a wide variety of applications in urban settings (e.g., enterprises, hospitals, recreational areas, towns, cities, and the metropolis). We propose MetroSense, a new people-centric paradigm for urban sensing at the edge of the Internet, at very large scale. We discuss a number of challenges, interactions and characteristics in urban sensing applications, and then present the MetroSense architecture which is based fundamentally on three design principles: network symbiosis, asymmetric design, and localized interaction. The ability of MetroSense to scale to very large areas is based on the use of an opportunistic sensor networking approach. Opportunistic sensor networking leverages mobility-enabled interactions and provides coordination between people-centric mobile sensors, static sensors and edge wireless access nodes in support of opportunistic sensing, opportunistic tasking, and opportunistic data collection. We discuss architectural challenges including providing sensing coverage with sparse mobile sensors, how to hand off roles and responsibilities between sensors, improving network performance and connectivity using adaptive multihop, and importantly, providing security and privacy for people-centric sensors and data.
Towards a sensor network architecture: Lowering the waistline. USENIX HotOS
, 2005
"... Wireless sensor networks have the potential to be tremendously beneficial to society. Embedded sensing will enable new scientific exploration, lead to better engineering, improve productivity, and enhance security. ..."
Abstract
-
Cited by 36 (9 self)
- Add to MetaCart
Wireless sensor networks have the potential to be tremendously beneficial to society. Embedded sensing will enable new scientific exploration, lead to better engineering, improve productivity, and enhance security.
Wireless sensor networks for structural health monitoring
- in UC Berkeley Master’s Thesis
, 2005
"... ..."

