[Tinyos-help] Any help with computing the energy of the sensors!

2007-01-18 Thread paul jhon
Hello, I need to compute the initial energy of the sensors and its remaining energy at every moment. Can you please tell me how to do this in TinyOS2.x? thank you so much for your answer. Paul - Everyone is raving about the all-new Yahoo!

[Tinyos-help] How to compute energy of the sensors - need your help

2007-01-17 Thread paul jhon
Hello, I need to compute the initial energy of the sensors and its remaining energy at every moment. Can you please tell me how to do this in TinyOS2.x? thank you so much for your answer. Paul - Don't be flakey. Get Yahoo! Mail for Mobile

[Tinyos-help] initial and remaining sensor energy

2007-01-05 Thread paul jhon
hello, I have two questions: 1) How to compute the initial and remaining energy of the motes? 2) How to determine the location of the motes in a static network? For instance, how to inform every mote of its fixed location? I thank you for your reply. Paul

[Tinyos-help] collection of sensor readings in tinyos2.x

2007-01-05 Thread paul jhon
hello, In the collection protocol in TinyOS 2.x programmed in lesson 12, the data (0x in void sendMessage) is not the sensor readings. If this protocol collects the sensor readings of the sensors, how this data can be accessed and put in the packet (of type message_t)? What are