Version 106 (modified by agr, 6 months ago)

--

Nano-RK: A Wireless Sensor Networking Real-Time Operating System

Nano-RK is a fully preemptive reservation-based real-time operating system (RTOS) from  Carnegie Mellon University with multi-hop networking support for use in wireless sensor networks. Nano-RK currently runs on the FireFly Sensor Networking Platform as well as the MicaZ motes. It includes a light-weight embedded resource kernel (RK) with rich functionality and timing support using less than 2KB of RAM and 18KB of ROM. Nano-RK supports fixed-priority preemptive multitasking for ensuring that task deadlines are met, along with support for CPU, network, as well as, sensor and actuator reservations. Tasks can specify their resource demands and the operating system provides timely, guaranteed and controlled access to CPU cycles and network packets. Together these resources form virtual energy reservations that allows the OS to enforce system and task level energy budgets.

News

Features

  • C GNU tool-chain
  • Classical Preemptive Operating System Multitasking Abstractions
  • Real-Time Priority Based Scheduling
  • Built-in Fault Handling
    • Task Timing Violations
    • Stack Integrity
    • Unexpected Node Restarts
    • Resource Over-Use
    • Low Voltage Detection
    • Hardware Watchdog Timer
    • Software Watchdog Timers
  • Energy Efficient Scheduling based on a-prior task-set knowledge
  • Tickless Timer
  • Small Footprint (<2K RAM, 16K ROM, including link layer)
  • SLIPstream (a simple gateway to IP network protocol and utility)
  • TimeScope (a code execution time measurement utility built into the FireFly programmer boards)
  • AVR Studio 4 Debugging (Simulating Nano-RK code on a single node using AVR Studio 4 is easy)
  • Eclipse IDE allows for easy development

Nano-RK supports various wireless link layer protocols including:

  • RT-Link for collision free Real-Time communication
  • WiDom a collision free priority based link layer
  • b-mac for low-power contention based communication
  • U-Connect a Low-Latency Energy-Efficient Asynchronous Neighbor Discovery protocol

Getting Help

  • Try posting on our recently (re)added  Forum

nrk_arch.png

Sample Nano-RK architecture figure showing user applications and RT-Link.