]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - doc/html/tutorial/index.html
Small modifications to lesson 15 and 8, and new checkin of lesson 16
[tinyos-2.x.git] / doc / html / tutorial / index.html
index 894c32149f1a19567931bfee283e30198de216ac..5e9cd27e1d3ec62bbd8843feb65b999b1a466008 100644 (file)
@@ -8,16 +8,16 @@
 <body>
 
       <div class="title">TinyOS 2.0 Tutorials </div>
-      <div class="subtitle">Last updated 30 Oct 2006</div>
-
+      <div class="subtitle">Last updated 30 Aug 2007</div>
 
+         <p>
       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.
+      </p>
       
       <h1><a href="lesson1.html">Lesson 1: TinyOS</a></h1>
       
@@ -135,5 +135,14 @@ overview of TinyOS 2.
 print debug messages to your PC from a TinyOS application running on a mote.
 </dd>
 
+<h1><a href="lesson16.html">Lesson 16: Writing Low Power Sensing Applications</a></h1>
+<dd>
+    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.
+</dd>
 </body>
 </html>