X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=doc%2Fhtml%2Ftutorial%2Findex.html;h=5e9cd27e1d3ec62bbd8843feb65b999b1a466008;hb=f65a720864366ba55d414d7f5333fedc5ba35b8f;hp=f6ad0ea693c6c87b2e67ff57838cdecd444607af;hpb=96bd56611643582eee253ec3642264a71e28bbb9;p=tinyos-2.x.git diff --git a/doc/html/tutorial/index.html b/doc/html/tutorial/index.html index f6ad0ea6..5e9cd27e 100644 --- a/doc/html/tutorial/index.html +++ b/doc/html/tutorial/index.html @@ -8,16 +8,16 @@
TinyOS 2.0 Tutorials
-
Last updated 30 Oct 2006
- +
Last updated 30 Aug 2007
+

These brief tutorials are intended to get you started with TinyOS. They show you the basics of writing, compiling, and installing TinyOS applications. They introduce the basic TinyOS abstractions: computation, communication, sensing, and storage. The later tutorials go a little deeper into some of the more advanced areas of TinyOS, such as handling interrupts, - power management, and how platforms are organized. For the beta2 release, - only tutorials 1-5 are ready. + power management, and how platforms are organized. +

Lesson 1: TinyOS

@@ -128,9 +128,21 @@ some mts310 sensor boards (you can also use mts300 boards, though you will lose the movement detection functionality). If you do not have this hardware, the slides and AntiTheft code should still provide a good overview of TinyOS 2. + +

Lesson 15: The TinyOS printf Library

- +
Lesson 15 describes the details of using the TinyOS printf library to +print debug messages to your PC from a TinyOS application running on a mote.
+

Lesson 16: Writing Low Power Sensing Applications

+
+ This lesson demonstrates how to write low power sensing applications in TinyOS. At + any given moment, the power consumption of a wireless sensor node is a function of its + microcontroller power state, whether the radio, flash, and sensor peripherals are on, + and what operations active peripherals are performing. This tutorial shows you + how to best utilize the features provided by TinyOS to keep the power consumption + of applications that use these devices to a minumum. +