Earth Tones - PowerPoint PPT Presentation

1 / 16
About This Presentation
Title:

Earth Tones

Description:

MANTIS: System Support for Multi-modal Networks of in-situ Sensors ... MANTIS Project Goals. Offer a general-purpose software ... MANTIS system ... – PowerPoint PPT presentation

Number of Views:113
Avg rating:3.0/5.0
Slides: 17
Provided by: garr78
Category:
Tags: earth | mantis | tones

less

Transcript and Presenter's Notes

Title: Earth Tones


1
MANTIS System Support for Multi-modal Networks
of in-situ Sensors
Presented by Saswati Swami
2
MANTIS Project Goals
  • Offer a general-purpose software/hardware
    platform that
  • Simplifies sensor networking for newcomers
  • Preserves flexibility for advanced research
  • Adapts to resource constraints
  • Targets for streamlining
  • Software API and OS
  • Hardware Accessibility

3
Lightweight MANTIS Operating System Design
  • Simple C API
  • Easy to program
  • For advanced users
  • Reuse code
  • Cross-platform Portability
  • Simple multithreading
  • Familiar UNIX-like semantics
  • For advanced users
  • flexible time-sliced scheduling for complex apps

void adc_send() uint8_t value while(1)
value adc_read_8bit(ADC_CH_2)
mos_send_to(NODE2, PORT1, value, 1,
FLOODING)
Modest learning curve
4
Multithreaded MANTIS OS (MOS)
5
Lightweight MOS Kernel
  • Multi-threaded
  • Priority/round-robin scheduling
  • Fast context switching
  • Counting and binary semaphores
  • 144 byte static RAM footprint
  • 10-byte thread table entries
  • Thread context saved on stack
  • Stack space allocated dynamically

6
Cross-Platform MANTIS OS
X86 PC
T3
T4
T5
MANTIS System API
POSIX Shim Layer
UNIX
X86 Hardware
7
Cross-Platform User-level Network Stack
  • Non-strict layered design
  • Easy to modify/experiment
  • Chained headers eliminate inter-layer
    copies
  • Zero-copy on send, forward
  • Zero- or single-copy on delivery to application

8
Integrating Applications Into the Sensor Network
Is Easy
  • Application, e.g.
  • Visualization app
  • Bridging Gateway

X Windows GUI
Socket API
Database API
9
Multimodal Virtual/Physical Sensor Network
Virtual Sensor Network Of XMOS Nodes
Wireless Sensor Network Of AMOS Nodes
USB/ Serial
Visualization Application
Bridging XMOS Gateway
10
Dynamic Reprogramming
  • Reprogram entire node while deployed
  • MOS boot loader can re-flash entire OS
  • Load stored code image from EEPROM
  • Source-independent reprogramming
  • Standard API to store code image to EEPROM
  • Reprogramming possible over arbitrary connection
    (multi-hop), or from application
  • Simple, flexible network management

11
Dynamic Reprogramming
12
Remote Shell/Command Server
  • Remote login to nodes
  • Debugging functions
  • Peek/poke
  • Kernel status info
  • Configuration
  • Spawn threads
  • Call functions
  • Reprogram node

13
Hardware Overview
  • Same core as MICA 2
  • CC1000 multi-channel radio
  • ATMEGA 128 microcontroller
  • Possible to install MOS on MICA 2 (minor port)
  • Single board design
  • Standard 3-wire sensor interface on-board
  • On-board serial doubles as programming interface
  • 20-pin expansion connector
  • GPS port
  • Multiple power options

14
Sample Applications
  • Rapid prototyping of user interface devices
  • Conductors baton
  • GPS enabled time-synchronization
  • Use GPS clock to evaluate network
    time-synchronization protocols
  • Demonstrated improvement using multi-channel
    protocol
  • Robotic networks
  • Nymph-controlled RC car

15
Conclusion
  • MANTIS system provides some new capability
  • Lightweight, multithreaded, cross-platform OS and
    network
  • Flexible single-board hardware platform
  • Easily integrates sensor networks with other
    applications
  • MANTIS is also user-friendly
  • Familiar API and language
  • Powerful management tools

16
Thank You
Write a Comment
User Comments (0)
About PowerShow.com