|
Telos Human User Interface Released
|
|
By Mike Murphy, Section Telos Platform Mon May 16th, 2005 at 10:03:07 AM PST
|
|
Code for a new user interface for the Telos B and Tmote Sky motes has been released. This code allows the mote's on-board USER button and LED display to provide an easy-to-use means for human interaction with the mote.
This new component has been developed at the Clemson Laboratory for Environmental Sensor Networks and is available for download at:
http://www.cs.clemson.edu/~mamurph/research/pub/tinyos/
|
| Code for a new user interface for the Telos B and Tmote Sky motes has been released. This code allows the mote's on-board USER button and LED display to provide an easy-to-use means for human interaction with the mote.
This new component has been developed at the Clemson Laboratory for Environmental Sensor Networks and is available for download at:
http://www.cs.clemson.edu/~mamurph/research/pub/tinyos/
The component, called UserInterface, allows the programmer to interact with the user via two mechanisms:
- A simple 7-choice user interface is available, in which the user selects one of 7 choices (displayed in binary on the LED display) and confirms that choice (allowing for a default "cancel" action).
- Lower-level synchronous code allows the programmer to capture USER button presses with minimal effort, without having to use the 7-choice user interface.
|
|
|