Jump to content

Temperature reading application: Difference between revisions

From HW wiki
Indy (talk | contribs)
Indy (talk | contribs)
Line 1: Line 1:
== General  ==
== General  ==


This Nesc/TinyOS application is for measuring the temperature with maximum of two sensors. One acts like a '''Base Station''' and has to be connected with the USB connection to the computer. The second acts like a '''Remote Station''' and transmitts its temperature reading via the radio to the '''Base Station'''. At the final stage, the base station transmitts the complete data, both temperature readings, to the computer every second.
In this document it is described how to install the Nesc/TinyOS, how to retreive the the data and how to interpret the data.


This Nesc/TinyOS application is for measuring the temperature in maximum of two sensors. One acts like a '''Base Station''' and has to be connected with the USB connection: The second acts like a '''Remote Station''' and transmitts its temperature reading via the radio to the '''Base Station'''. At the final stage, the base station transmitts the complete data to the computer every second.
It is assumed that the installation of TinyOS 1.x and Nesc is installed with the nessecary components.
In this document it is described how to install the Nesc/TinyOS
 
 
== Installation of the application ==

Revision as of 09:54, 15 April 2007

General

This Nesc/TinyOS application is for measuring the temperature with maximum of two sensors. One acts like a Base Station and has to be connected with the USB connection to the computer. The second acts like a Remote Station and transmitts its temperature reading via the radio to the Base Station. At the final stage, the base station transmitts the complete data, both temperature readings, to the computer every second. In this document it is described how to install the Nesc/TinyOS, how to retreive the the data and how to interpret the data.

It is assumed that the installation of TinyOS 1.x and Nesc is installed with the nessecary components.


Installation of the application