• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 755
  • 202
  • 109
  • 95
  • 38
  • 34
  • 22
  • 6
  • 5
  • 4
  • 4
  • 3
  • 3
  • 3
  • 2
  • Tagged with
  • 1518
  • 1518
  • 1026
  • 554
  • 283
  • 223
  • 200
  • 196
  • 193
  • 182
  • 179
  • 170
  • 158
  • 158
  • 151
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
181

A New Wireless Sensor Node Design for Program Isolation and Power Flexibility

Skelton, Adam W. 12 1900 (has links)
Over-the-air programming systems for wireless sensor networks have drawbacks that stem from fundamental limitations in the hardware used in current sensor nodes. Also, advances in technology make it feasible to use capacitors as the sole energy storage mechanism for sensor nodes using energy harvesting, but most current designs require additional electronics. These two considerations led to the design of a new sensor node. A microcontroller was chosen that meets the Popek and Goldberg virtualization requirements. The hardware design for this new sensor node is presented, as well as a preliminary operating system. The prototypes are tested, and demonstrated to be sustainable with a capacitor and solar panel. The issue of capacitor leakage is considered and measured.
182

The Effect of Mobility on Wireless Sensor Networks

Hasir, Ibrahim 08 1900 (has links)
Wireless sensor networks (WSNs) have gained attention in recent years with the proliferation of the micro-electro-mechanical systems, which has led to the development of smart sensors. Smart sensors has brought WSNs under the spotlight and has created numerous different areas of research such as; energy consumption, convergence, network structures, deployment methods, time delay, and communication protocols. Convergence rates associated with information propagations of the networks will be questioned in this thesis. Mobility is an expensive process in terms of the associated energy costs. In a sensor network, mobility has significant overhead in terms of closing old connections and creating new connections as mobile sensor nodes move from one location to another. Despite these drawbacks, mobility helps a sensor network reach an agreement more quickly. Adding few mobile nodes to an otherwise static network will significantly improve the network’s ability to reach consensus. This paper shows the effect of the mobility on convergence rate of the wireless sensor networks, through Eigenvalue analysis, modeling and simulation.
183

Development of a Wireless Sensor Network System for Occupancy Monitoring

Onoriose, Ovie 12 1900 (has links)
The ways that people use libraries have changed drastically over the past few decades. Proliferation of computers and the internet have led to the purpose of libraries expanding from being only places where information is stored, to spaces where people teach, learn, create, and collaborate. Due to this, the ways that people occupy the space in a library have also changed. To keep up with these changes and improve patron experience, institutions collect data to determine how their spaces are being used. This thesis involves the development a system that collects, stores, and analyzes data relevant to occupancy to learn how a space is being utilized. Data is collected from a temperature and humidity sensor, passive Infrared sensor, and an Infrared thermal sensor array to observe people as they occupy and move through a space. Algorithms were developed to analyze the collected sensor data to determine how many people are occupying a space or the directions that people are moving through a space. The algorithms demonstrate the ability to track multiple people moving through a space as well as count the number of people in a space with an RMSE of roughly 0.39 people.
184

Leader-Follower Model and Impact of Mobility on Consensus Building

Singh, Ramanpreet 05 1900 (has links)
Wireless sensor networks are an indispensable tool in this highly connected world. WSNs have been the focus of research efforts in areas of communication, electronics and control for many years. Advancements in the fields of MEMS, RF and digital circuit technology has led to the development of low cost and extremely power efficient smart sensors. This has led to the need of a fast, reliable and inexpensive method of consensus building for these sensor networks. Basic concepts of graph theory and consensus building are explained in this thesis. This thesis reviews the models and strategies for consensus building present in the literature. The shortcomings of these models are explained through examples and a leader-follower model based consensus building strategy is presented. Algorithm to convert any graph into a bipartite graph by edge removal and a strategy to select effective leaders based on a weighted combination of node centrality, ratio of leaders to the total number of nodes and presence of leaf nodes in the group is presented in this thesis. Proposed leader-follower model is compared against classic models for consensus building are compared and proven to be better. Mobility is studied using deterministic and random mobility models to show the improvement in convergence rate of the network. It is shown that mobility can turn any disconnected network into a connected network, which is able to reach consensus.
185

Wireless Sensor Networks : Bit Transport Maximization and Delay Efficient Function Computation

Shukla, Samta January 2013 (has links) (PDF)
We consider a wireless sensor network, in which end users are interested in maximizing the useful information supplied by the network till network partition due to inevitable node deaths. Neither throughput maximization nor network lifetime maximization achieves the objective: A network with high throughput provides information at a high rate, but can exhaust the nodes of their energies quickly; similarly, a network can achieve a long lifetime by remaining idle for most of the time. We propose and seek to maximize a new metric: “Aggregate bit transported before network partition” (a product of throughput and lifetime), which precisely captures the usefulness of sensor networks. We model the links in the wireless sensor network as wired links with reduced equivalent capacities, formulate and solve the problem of maximizing bits transported before network partition on arbitrary networks. To assess the benefits that network coding can yield for the same objective, we study a scenario where the coding-capable nodes are placed on a regular grid. We propose an optimal algorithm to choose the minimum number of coding points in the grid to ensure energy efficiency. Our results show that, even with simple XOR coding, the bits transported can increase up to 83 % of that without coding. Further, we study the problem of in-network data aggregation in a wireless sensor network to achieve minimum delay. The nodes in the network compute and forward data as per a query graph, which allows operations belonging to a general class of functions. We aim to extract the best sub-network that achieves the minimum delay. We design an algorithm to schedule the sub-network such that the computed data reaches sink at the earliest. We consider directed acyclic query graphs as opposed to the existing work which considers tree query graphs only.
186

Adhoc routing based data collection application in wireless sensor networks

Pinjala, Mallikarjuna Rao January 1900 (has links)
Master of Science / Department of Computing and Information Sciences / Gurdip Singh / Ad hoc based routing protocol is a reactive protocol to route messages between mobile nodes. It allows nodes to pass messages through their neighbors to nodes which they cannot directly communicate. It uses Route Request (RREQ) and Route Reply (RREP) messages for communication. Wireless sensor networks consist of tiny sensor motes with capabilities of sensing, computation and wireless communication. This project aims to implement data collector application to collect the temperature data from the set of wireless sensor devices located within a building, which will help in gathering the information by finding the route with minimum number of hops to reach destination and generates low message traffic by not encouraging the duplicate message within the network. Using this application, wireless devices can communicate effectively to provide the network information to the user. This system consists of a mobile wireless sensor device called base station which is connected to a PC to communicate and is the root of the network. It also consists of set of client sensor devices which are present in different parts of the building. This project has been evaluated by determining how well the ad hoc protocol performs by measuring the number of messages and time consumed in learning about the complete topology. This application will eventually find the path with minimum number of hops. Simple Network Management Protocol (SNMP) is also used to monitor the sensor nodes remotely. This project was developed using nesC and C programming languages with TinyOS and UNIX based operating systems. It has been tested with a sufficient number of motes and evaluated based on the number of messages generated and number of hops traveled for each route request.
187

Improvement of a three-tier wireless sensor network for environment monitoring

Wang, Xu January 1900 (has links)
Doctor of Philosophy / Department of Biological & Agricultural Engineering / Naiqian Zhang / A three-tier wireless sensor network (WSN) was developed and deployed to remotely monitor suspended sediment concentration and stream velocity in real-time. Two years of field experiments have demonstrated the achievement of such capabilities. But several weak points emerged and required essential performance improvement and additional research on the radio propagation mechanism within the original three-tier WSN. In the original three-tier WSN, long time delay, potential data loss, and limited network throughput all restricted the network transmission performance. Upon the above issues, the transmission delay was reduced through shortening the raw data storage buffer and the data packet length; the data loss rate was decreased by adopting a mechanism using semaphores and adding feedback after data transmission; the network throughput was enlarged through the event- and time-driven scheduling method. In order to find a long-range wireless transmission method as an alternative to the commercial cellular service used in the original WSN, a central station using meteor burst communication (MBC) technology was developed and deployed. During an 8-month field test, it was capable of performing long distance communication with a low data loss rate and transmission error rate. But due to unstable availability of the meteor trails, the MBC network throughput was constrained. To reduce in-situ maintenance, over-the-air programming was implemented. Thus, programs running in the central station and the gateway station can be updated remotely. To investigate the radio propagation in densely vegetative areas, a 2.4 GHz radio propagation path loss model was derived to predict the short-range path loss from the path loss in the open area and the path loss due to dense vegetation. In addition, field experiments demonstrated that ambient air temperature, relative humidity, and heavy rainfall could also affect wireless signal strength.
188

Wireless Sensor System for Airborne Applications

Berdugo, Albert, Grossman, Hy, Schofield, Nicole, Musteric, Steven 10 1900 (has links)
ITC/USA 2006 Conference Proceedings / The Forty-Second Annual International Telemetering Conference and Technical Exhibition / October 23-26, 2006 / Town and Country Resort & Convention Center, San Diego, California / Adding an instrumentation / telemetry system to a test vehicle has historically required an intrusive installation for wiring and powering all elements of the system from the sensor to the telemetry transmitter. In some applications there is need for a flexible and modular instrumentation and telemetry system that can be installed with minimal intrusiveness on an aircraft without the need for permanent modifications. Such an application may benefit from the use of a miniaturized, inexpensive network of wireless sensors. This network will communicate its data to a central unit installed within the aircraft. This paper describes recent efforts associated with the Advanced Subminiature Telemetry System (ASMT) Initial Test Capability Project. It discusses the challenges in developing a wireless sensor network system for use in an airborne environment. These include selection of frequencies, COTS wireless devices, batteries, system synchronization, data bandwidth calculations, and mechanical structure for external installation. The paper will also describe the wireless network architecture as well as the architecture of the wireless sensor and the central control unit.
189

Integrating Wireless Sensor Technologies into Instrumentation and Telemetry Systems

Araujo, Maria S., Moodie, Myron L., Willden, Greg C., Thibodeaux, Ryan J., Abbott, Ben A. 10 1900 (has links)
ITC/USA 2010 Conference Proceedings / The Forty-Sixth Annual International Telemetering Conference and Technical Exhibition / October 25-28, 2010 / Town and Country Resort & Convention Center, San Diego, California / Recent technological advancements in low-power, low-cost, small-footprint embedded processors, sensors, and radios are resulting in the very rapid growth of wireless sensor network deployments. Wireless sensor networks merge the scalability and distributed nature of networked systems with the size and energy constraints of remote embedded systems. With the ever increasing need to develop less intrusive, more scalable solutions for instrumentation systems, wireless sensor technologies present several benefits. They largely eliminate the need for power and network wiring, thus potentially reducing cost, weight, and deployment time; their modularity provides the flexibility to rapidly change instrumentation configurations and the capability to increase the coverage of an instrumentation system. While the benefits are exciting and varied, as with any emerging technology, many challenges need to be overcome before wireless sensor networks can be effectively and successfully deployed in instrumentation applications, including throughput, latency, power management, electromagnetic interference (EMI), and band utilization considerations. This paper describes some approaches to addressing these challenges and achieving a useful system.
190

Algorithms and Protocols Enhancing Mobility Support for Wireless Sensor Networks Based on Bluetooth and Zigbee

García Castaño, Javier January 2006 (has links)
<p>Mobile communication systems are experiencing a huge growth. While traditional communication paradigms deal with fixed networks, mobility raises a new set of questions, techniques, and solutions. This work focuses on wireless sensor networks (WSNs) where each node is a mobile device. The main objectives of this thesis have been to develop algorithms and protocols enabling WSNs with a special interest in overcoming mobility support limitations of standards such as Bluetooth and Zigbee. The contributions of this work may be divided in four major parts related to mobility support. The first part describes the implementation of local positioning services in Bluetooth since local positioning is not supported in Bluetooth v1.1. The obtained results are used in later implemented handover algorithms in terms of deciding when to perform the handover. Moreover local positioning information may be used in further developed routing protocols. The second part deals with handover as a solution to overcome the getting out of range problem. Algorithms for handover have been implemented enabling mobility in Bluetooth infrastructure networks. The principal achievement in this part is the significant reduction of handover latency since sensor cost and quality of service are directly affected by this parameter. The third part solves the routing problems originated with handovers. The main contribution of this part is the impact of the Bluetooth scatternet formation and routing protocols, for multi-hop data transmissions, in the system quality of service. The final part is a comparison between Bluetooth and Zigbee in terms of mobility support. The main outcome of this comparison resides on the conclusions, which can be used as a technology election guide.</p><p>The main scientific contribution relies on the implementation of a mobile WSN with Bluetooth v1.1 inside the scope of the ”Multi Monitoring Medical Chip (M3C) for Homecare Applications” European Union project (Sixth Framework Program (FP6) Reference: 508291) offering multi-hop routing support and improvements in handover latencies with aid of local positioning services.</p>

Page generated in 0.0721 seconds