Friedrich-Alexander-Universität Erlangen-Nürnberg  /   Technische Fakultät  /   Department Informatik

BATS: Dynamic Adaptable Applications for Bats Tracking by Embedded Communicating Systems

Motivation

The project is motivated by providing new methodologies that allow for efficient and effective tracking of animals in their natural habitat. Particularly, as an application example, this research project focuses on bats, which are one of the most protected species in the European Union. The developed tracking system for capturing and automatic processing of bats motions should meet a few specific requirements: First, it has to be individual-based, that is, tracing data should be assignable to a particular bat. Second, localization of bats has to be performed with high precision, and third, any contact or interaction between two different bats has to be accounted. For instance, it is asked to make clear statements about the duration female bats are nursing their youngs, but also to study their hunting and general social behavior. Matters like that can only be tracked when mobile sensor nodes are directly mounted on each bat. These kind of nodes need to communicate with both static sensor nodes on the ground, which are distributed among the whole compound, and other mobile nodes.

Fulfilling such requirements and maintaining key aspects such as heterogeneity, scalability, adaptivity, and energy-awareness is a challenging task because of implicitly resulting strict limitations. For instance, the maximum weight the examined bat species can carry amounts to 2 g (up to ten percent of its own body weight). Hence, this weight must not be exceeded by the mobile sensors that are mounted on the bats (including batteries, circuits, and antennas). All in all, the mobile nodes should be optimized for

  • weight (i.e., the nodes need to be ultra-light),

  • shape and size (i.e., designing the nodes so that they are not influencing bats in terms of their natural behavior), and

  • energy consumption (i.e., code that is executed on mobile nodes should be as energy-efficient as possible so that nodes can be used without being recharged for several days).

As a consequence thereof, such requirements limit available memory and computation power. Subsequently, hardware components have to be selected wisely and custom circuits need to be synthesized. Doing so, however, not only requires to have energy-aware and adaptive hardware but also protocols and software in general. For this, distributed ad-hoc memory and computation power must be localized and used in an efficient manner. For example, optimal energy management can be achieved by means of pre-aggregation of collected data on the nodes, which is combined with intelligent routing mechanisms that allow for efficient data transfer between all mobile and static nodes.

Solving problems like that is the reason why this research project has been initiated. People with different specialities and orientations are encouraged to work together to find most appropriate solutions. In the end, they will smooth the way for new possible applications in the fields of ecology, biomedicine, behavioral biology, and evolutionary biology.

Project Overview

BATS project overview

The BATS research project is grouped into eight different sub projects consisting of different interdisciplinary-oriented groups: biologists, computer scientists, and electrical engineers (also see project partners for a complete list of all participants). The figure on the right-hand side gives an overview of all all sub projects. Arrows show interaction between particular sub projects; arrows labeled with letters (A, B, C, and D) highlight interaction between this and other sub projects (see below for more details).

In sub project 1, actual research on bats' behavior is carried out. Requirements to the application are clarified between this sub project and sub project 3, which is responsible for creating the data stream management system (DSMS) and ensuring optimal processing of data stream queries. Sub project 4 is responsible for temporary storage of dynamically generated data (processed by the DSMS to respond to behavioral, biological questions, which are framed by sub project 1) and efficiently accessing them.

Two different sub projects are being working on the node communication: sub project 5 (stationary nodes on the ground) and sub project 6 (mobile nodes on the bats). Sub project 5 (Tracking4BATS) provides a sensor-based network. For that, examinations on the feasibility of area-wide trajectory estimations on basis of field strength measurements are necessary. Regarding topology, this means to determine the ideal room layout when using directional antennas. Sub project 5 is supplemented by sub project 6 (Scalability4BATS), which focuses on the scalability aspect and on further improvements to the localization accuracy (e.g., using phase-coherent measurements). Sub projects 7 and 8 are responsible for designing the mobile sensors in a way that makes them mountable on bats. In addition to generation of signals for localization purposes, analog hardware for energy-efficient communication (sending and receiving) are being incorporated on the same integrated circuit. Energy is saved, for example, by implementing wake-up receivers that prevent the circuit from being activated unnecessarily.

This sub project (SP 2), which provides the software infrastructure, has to cooperate particularly with SP 3, 4, 5, and 7:

  • (A): Sub project 3 determines all application requirements and forwards them to the software infrastructure for further processing and code generation. Additionally, suggestions on distributed execution are given, which can be optimized in terms of processing costs.

  • (B): Code fragments are either linked in a central spot or directly transfered to the sensor nodes to be further processed. This is controlled by sub project 4's data management layer.

  • (C): Energy-efficient point-to-point protocols, implemented by sub projects 5 and 7, have to be coordinated with routing techniques of sub project 4. In addition to that, these techniques have to be coordinated with sub project 2 for both dynamic code management and distributed linking.

  • (D): The sensor nodes are configured by means of specific queries (sub project 3). Requirements for the localization application of sub project 5 are determined by the software infrastructure.

Sub Project 2: Software Infrastructure for Resource-Constrained Networked Systems

This sub project's main goal is to provide a flexible system software infrastructure, called ARTE (Adaptive Run-Time Environment for Resource-scarce Sensor Systems). A major challenge is the restricted availability of resources, such as energy and memory, but also ad-hoc network connections. Hence, the operating system has to be light-weight (in terms of memory usage), energy-aware (optimized for using energy-efficient algorithms as well as being predictable in terms of battery lifetimes), and needs to provide the infrastructure that is required for efficient network protocols other sub projects can arrange with.

The operating system will be optimized for distributed data base queries and therefore needs to provide a customized middleware layer, which manages the software part for communication between mobile and static sensor nodes. In order to enable online modifications, that is, modifications that do not require a hard reset (e.g., for effectively testing new algorithms or new software components), the operating system on the nodes needs to be dynamically reconfigurable or reprogrammable, respectively. Both the states of applications and the system need to be preserved during this update process.

The research project will benefit from two ongoing research projects: SEEP and Sloth. Both projects have to be adapted to fit the required needs and will be extended with new features.

Sloth logo

Sloth is a light-weight operating system that aims to investigate utilization of underlying hardware features. Particularly, Sloth exploits hardware interrupt subsystems to perform most of the scheduling and dispatching activities. That is, all control flows (including threads) are implemented as interrupt service routines (ISRs). As a result, Sloth outperforms comparable embedded operating systems in terms of speed (regarding context switching) and memory usage (regarding kernel and code size). Yet, Sloth still supports blocking tasks (ISRs usually have run-to-completion semantics) and mechanisms to switch between different stacks (blocking tasks need their own stacks). Sloth has already been ported to the ARM Cortex-M3 and the TriCore. As part of this research project, Sloth will also be ported to the T8051, which is according to Evatronix currently the world's smallest MCU IP core but still meets all of Sloth's requirements.

SEEP logo

SEEP is an energy estimation framework that follows a proactive methodology which aims to provide developers with accurate energy estimations before deployment. Currently, we prepare Sloth for being analyzable by the SEEP framework. On the one hand, this allows us to detect hidden energy hotspots in Sloth itself, and on the other hand, precise energy estimates for all library and system functions of Sloth can be retrieved. These estimates are kept in a trace database, which can be exploited for time savings in future estimation runs, because previously analyzed functions are not going to be analyzed again. Instead, their corresponding energy values are calculated on basis of approximation formulas in the profile, and symbolic execution continues using deposited path conditions and symbolic expressions (i.e., the respective code segment is not executed symbolically again). This requires to create an energy profile for the T8051 as potential target architecture and to adapt a corresponding instructions simulator for being usable by SEEP.

Publications

Wägemann, Peter ; Hönig, Timo ; Kapitza, Rüdiger ; Schröder-Preikschat, Wolfgang:
Worst-Case Energy Consumption Analysis for Soft and Hard Energy Systems.
In: USENIX Association ; Flinn, Jason ; Levy, Hank (Ed.) : Proceedings of the 11th USENIX Symposium on Operating Systems Design and Implementation (OSDI 2014), Poster Session
(USENIX OSDI 2014, Broomfield, CO, USA, October 6-8, 2014).
2014. (BibTeX)

Hönig, Timo ; Janker, Heiko ; Mihelic, Oliver ; Eibel, Christopher ; Kapitza, Rüdiger ; Schröder-Preikschat, Wolfgang:
Proactive Energy-Aware Programming with PEEK.
In: USENIX Association ; Ken Birman (Ed.) : Proceedings of the 2014 Conference on Timely Results in Operating Systems (TRIOS '14)
(Conference on Timely Results in Operating Systems, Broomfield, CO, USA, October 5, 2014).
2014, pp 1-14. (BibTeX)

Strübe, Moritz ; Lukas, Florian ; Li, Bijun ; Kapitza, Rüdiger:
DrySim: Simulation-Aided Deployment-Specific Tailoring of Mote-Class WSN Software.
In: ACM (Ed.) : Proceedings of the 17th ACM international conference on Modeling, analysis and simulation of wireless and mobile systems (MSWiM '14)
(17th ACM international conference on Modeling, analysis and simulation of wireless and mobile systems, Montreal, Canada, 21-26.09.2014).
ACM New York : NY, USA, 2014, pp 3-11. - ISBN 978-1-4503-3030-5
Keywords: Wireless Sensor Networks; Simulation; Testbed; Deployment
[doi>10.1145/2641798.2641838] (BibTeX)

Mutschlechner, Margit ; Li, Bijun ; Kapitza, Rüdiger ; Dressler, Falko:
Using Erasure Codes to Overcome Reliability Issues in Energy-Constrained Sensor Networks.
In: IEEE (Ed.) : Proceedings of the 11th IEEE/IFIP Conference on Wireless On demand Network Systems and Services (WONS 2014)
(IEEE/IFIP WONS 2014, Obergurgl, Austria, 2-4 April 2014).
2014, pp 41–48.
[doi>10.1109/WONS.2014.6814720] (BibTeX)

Li, Bijun ; Mutschlechner, Margit ; Kapitza, Rüdiger ; Dressler, Falko:
Improving Transmission Reliability in Sensor Networks for Energy-Constrained Wildlife Monitoring.
In: ACM (Ed.) : Proceedings of the 24th ACM Symposium on Operating Systems Principles (SOSP), Diversity Workshop, Poster Session
(ACM SOSP 2013, Farmington, PA, USA, November 3-6, 2013).
2013. (BibTeX)

Hönig, Timo ; Eibel, Christopher ; Schröder-Preikschat, Wolfgang ; Cassens, Björn ; Kapitza, Rüdiger:
Proactive Energy-Aware System Software Design with SEEP.
In: Gesellschaft für Informatik (Ed.) : Proceedings of the 2nd Workshop on Energy Aware Software-Engineering and Development
(EASED 2013, Oldenburg, Germany, April 25, 2013).
2013, pp 6-7. (GI Softwaretechnik-Trends Vol. 33, No. 2) (BibTeX)

People Involved in BATS



Former members:

Project Partners

TU Braunschweig IBR TU Braunschweig,
Institute of Operating Systems and Computer Networks
Museum für Naturkunde Museum für Naturkunde Berlin,
Leibniz Institute for Evolutionary and Biodiversity Research
Uni Innsbruck CCS University of Innsbruck,
Chair for Computer and Communication Systems (CCS)
CS6 Friedrich-Alexander University Erlangen-Nuremberg,
Chair for Computer Science 6 (Data Management)
LIKE Friedrich-Alexander University Erlangen-Nuremberg,
Chair for Information Technology (Field of Communication Electronics)
CST Friedrich-Alexander University Erlangen-Nuremberg,
Chair for Technical Electronics (Field of Circuits, Systems & Hardware Test (CST))
Chair for Technical Electronics (Field of Chip Design (CD))

Supporters

DFG logo

This research project is funded by the German Research Foundation (DFG) under grants no. FOR 1508 (subproject TP2).