[Tinyos-help] How to test the Transmitting Radio Power

2013-04-24 Thread Gandhimathi Velusamy
Hi, How can we check the Transmit Radio Power? Thanks Gandhi ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Component ReadLqi not found error

2013-04-05 Thread Gandhimathi Velusamy
Hi, I am using Micaz, in my application I am using ReadLqiC component as follows: AntiTheftNewAppC.nc { components ReadLqiC; AntiTheftC.ReadLqui -> ReadLqiC; } But while compiling, it is saying component ReadLqiC not found. As I am new to TinyOS, I need help to avoid this error. Thanks Gandhi

[Tinyos-help] How to read the Link strength

2013-04-04 Thread Gandhimathi Velusamy
Hi, I want to read the link strength and send the value to switch on the LEDs in the neighbor nodes. Can I use ReadLqi. interface?. I am little bit confused how to use it. Kindly help me . Thanks Gandhi ___ Tinyos-help mailing list Tinyos-help@millennium

[Tinyos-help] Sensing and Visualization on micaz

2013-03-06 Thread Gandhimathi Velusamy
Hi, we Just started doing experiments on micaz platform. when I tried the sensing and visualization experiment , First I downloaded the Sense application on a micaz node, second on the same node downloaded the Base station application and on the second node I downloaded the oscilloscope applicat