Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Laura Vanzago is active.

Publication


Featured researches published by Laura Vanzago.


sensor mesh and ad hoc communications and networks | 2008

A Framework for Modeling, Simulation and Automatic Code Generation of Sensor Network Application

Mohammad Mostafizur Rahman Mozumdar; Francesco Gregoretti; Luciano Lavagno; Laura Vanzago; Stefano Olivieri

Showing functional correctness by simulation before implementation, and preserving it by automated code generation, is extremely useful to reduce the development time for an embedded application. This is even more true for wireless sensor networks, since their nodes often provide very rudimentary debugging facilities, and sufficiently large networks for realistic analysis may be expensive to deploy. While this approach, also known as model-based design, is becoming quite standard for several domains that have similar constraints as wireless sensor networks, such as automotive electronics, there is a lack of tools for this purpose in the WSN world. In order to fill this gap, in this paper we present a framework (based on Simulink, Stateflow and Embedded Coder) in which an engineer can create sensor network components (both at the application and at the protocol level) that can be used as building blocks to model, simulate and automatically generate code for different underlying platforms and operating systems.


ieee international symposium on asynchronous circuits and systems | 2006

An ultra-low energy asynchronous processor for wireless sensor networks

Luca Necchi; Luciano Lavagno; Davide Pandini; Laura Vanzago

This paper describes the design flow used for an asynchronous 8-bit processor implementing the Atmel AVR instruction set architecture. The goal is to show dramatic reductions in power and energy with respect to the synchronous case, while retaining essentially a traditional design flow. The processor was implemented in a 130nm technology using desynchronization, starting from an initial design downloaded from OpenCores.org. It consumes 14 pJ per instruction to deliver 170 MIPS at 1.2 V, and 2.7 pJ per instruction to deliver 48 MIPS at 0.54 V. It thus dramatically improves the energy consumed per instruction with respect to previous results from the literature


Journal of Networks | 2009

An Efficient Data Aggregation Algorithm for Cluster-based Sensor Network

Mohammad Mostafizur Rahman Mozumdar; Guofang Nan; Francesco Gregoretti; Luciano Lavagno; Laura Vanzago

Data aggregation in wireless sensor networks eliminates redundancy to improve bandwidth utilization and energyefficiency of sensor nodes. One node, called the cluster leader, collects data from surrounding nodes and then sends the summarized information to upstream nodes. In this paper, we propose an algorithm to select a cluster leader that will perform data aggregation in a partially connected sensor network. The algorithm reduces the traffic flow inside the network by adaptively selecting the shortest route for packet routing to the cluster leader. We also describe a simulation framework for functional analysis of WSN applications taking our proposed algorithm as an example.


international symposium on industrial embedded systems | 2010

HILAC: A framework for hardware in the loop simulation and multi-platform automatic code generation of WSN applications

Mohammad Mostafizur Rahman Mozumdar; Luciano Lavagno; Laura Vanzago; Alberto L. Sangiovanni-Vincentelli

Hardware and software platforms for Wireless Sensor Networks (WSNs) are almost as diverse as their application areas, with very limited standardization. Moreover, heterogeneous programming abstractions put high barrier in application development and there is hardly any support for application debugging, except for a few blinking LEDs. Similar problems have been solved in application domains that have similar cost constraints, such as automotive, by the use of model-based design. We address the lack of model-based design tools for the WSN domain by providing a framework (based on Simulink, Stateflow and Stateflow Coder) in which an application developer can model a WSN application by using Stateflow constructs and then use a single model to perform multi-platform Hardware-In-the-Loop (HIL) simulation and platform-specific application code generation.


ACM Transactions in Embedded Computing Systems | 2009

A comparison of software platforms for wireless sensor networks: MANTIS, TinyOS, and ZigBee

Mohammad Mostafizur Rahman Mozumdar; Luciano Lavagno; Laura Vanzago

Wireless sensor networks are characterized by very tight code size and power constraints and by a lack of well-established standard software development platforms such as Posix. In this article, we present a comparative study between a few fairly different such platforms, namely MANTIS, TinyOS, and ZigBee, when considering them from the application developers perspective, that is, by focusing mostly on functional aspects, rather than on performance or code size. In other words, we compare both the tasking model used by these platforms and the API libraries they offer. Sensor network applications are basically event based, so most of the software platforms are also built on considering event handling mechanism, however some use a more traditional thread based model. In this article, we consider implementations of a simple generic application in MANTIS, TinyOS, and the Ember ZigBee development framework, with the goal of depicting major differences between these platforms, and suggesting a programming style aimed at maximizing portability between them.


wireless communications and networking conference | 2007

E2RINA: an Energy Efficient and Reliable In-Network Aggregation for Clustered Wireless Sensor Networks

Luca Necchi; Alvise Bonivento; Luciano Lavagno; Alberto L. Sangiovanni-Vincentelli; Laura Vanzago

The paper presents E2RINA, an aggregation algorithm for wireless sensor network applications characterized by clustered topologies, such as building automation and manufacturing plants. Thank to an efficient use of the wireless channel, E2RINA offers the robustness of the gossip-based algorithms and, at the same time, the energy performance of the faster cluster head-based algorithms. A mathematical model to predict the performance of the algorithm with respect to the free variables without the need of extensive simulations was also developed. The model was validated and the robustness of E2RINA by running a simulation model of a test case consisting of a cluster of MICA nodes.


2009 3rd International Workshop on Advances in sensors and Interfaces | 2009

Optimizing ZigBee for data streaming in body-area bio-feedback applications

Marco Benocci; Elisabetta Farella; Luca Benini; Laura Vanzago

Wireless Body-area Sensor Networks (WBSN) are a key component of e-Health solutions. Many different physiological parameters can be monitored and collected continuously by wearable wireless sensors with high accuracy, low power consumption and limited cost. In this work we focus on WBSN for real-time biofeedback applications. In this domain the real-time nature of I/O data streams is of critical importance for providing an useful and efficient sensorial feedback for the user while system lifetime should be maximized. Thus, bandwidth, throughput and energy efficiency of the communication protocol must be carefully optimized. The research community is still divided on the choice of the protocol to use (proprietary, ZigBee, Bluetooth). In this article we investigate how ZigBee meets WBSN requirements showing a higher communication efficiency and lower power consumption, with respect to Bluetooth Serial Port Profile, (SPP) based solution.


emerging technologies and factory automation | 2008

Porting application between wireless sensor network software platforms: TinyOS, MANTIS and ZigBee

Mohammad Mostafizur Rahman Mozumdar; Francesco Gregoretti; Luciano Lavagno; Laura Vanzago

Application domains of wireless sensor networks are emerging day-by-day, so developers are creating software components at various layers by using platforms such as MANTIS, TinyOS or ZigBee. Since these platforms are quite different in terms of programming paradigm and provided APIs, porting applications between them is difficult and expensive. In this paper, we show techniques that might be used to dramatically ease the porting application code between different software platforms for WSNs.


international conference on systems and networks communications | 2008

An Algorithm for Selecting the Cluster Leader in a Partially Connected Sensor Network

Mohammad Mostafizur Rahman Mozumdar; Francesco Gregoretti; Luciano Lavagno; Laura Vanzago

Data aggregation is a basic mechanism that is used to reduce the traffic flow in sensor networks. In this mechanism, one node basically the cluster leader collects data from surrounding nodes and then sends the summarized information to upstream nodes. In this paper, we propose an algorithm to select cluster leader that will perform data aggregation in a partially connected sensor network. The algorithm also reduces the traffic flow inside the network by adaptively selecting the shortest route for packet routing to the cluster leader.


design, automation, and test in europe | 2003

Design Space Exploration for a Wireless Protocol on a Reconfigurable Platform

Laura Vanzago; Bhargab B. Bhattacharya; J. Carnbonie; Luciano Lavagno

This paper describes a design space exploration experiment for a real application from the embedded networking domain - the physical layer of a wireless protocol. The application models both control oriented as well as data processing functions, and hence requires composing tasks from different models of computation. We show how the cost and performance of communication and computation can be quickly evaluated, with a reasonable modeling cost. While the example uses a specific tool, the methodology and results can be used in a more general context.

Collaboration


Dive into the Laura Vanzago's collaboration.

Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Researchain Logo
Decentralizing Knowledge