MansOS Apps examples

From DiLab
Revision as of 19:57, 12 November 2008 by Leo (talk | contribs) (New page: There are several application examples located in <mansosroot>/apps directory. For example: * Blink - simple blink of LEDs. Also works for PC platform. * BlinkDev - blink using the LEDs...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

There are several application examples located in <mansosroot>/apps directory.

For example:

  • Blink - simple blink of LEDs. Also works for PC platform.
  • BlinkDev - blink using the LEDs as a device.


  • Adc - a simple program that scans all ADC channels and prints the values using the debugging mechanism macros PRINT, PRINNTLN and PRINTF.
  • AdcDev - Adc as a device.
  • Command - a command line shell on a host computer accessing motes via unix-like commands such as ls and providing SMP - sensor management protocol to access, query, and command the motes and their resources aover the serial or USB port and wireless network.