[Tinyos-help] tinyos rssi noise floor reading

2011-11-06 Thread Xiaowei
Hello folks, I'm using tinyos 2.1 and trying to get the rssi noise floor reading with telosb mote. In apps/tests/cc2420 there's an app called RssiToSerial which does exactly what I want. But when I do "make telosb", it has following error: xiaowei@ubuntu:/opt/tinyos-2.1.0/apps/tests/cc2420/RssiT

[Tinyos-help] tinyos rssi noise floor reading

2012-02-22 Thread Eldar Nagijew
Hi All, I'm trying to implement Akhila S Rao's code (8th Nov 2011) to get Rssi noise floor readings. However, after I managed to fix a few missing bits, I'm still struggling. When compiling I get the error "'Config.syncDone' not implemented". When I do call Config.sync (and Config.syncDone) in

Re: [Tinyos-help] tinyos rssi noise floor reading

2011-11-08 Thread AKHILA S RAO
if all you want in background noise measure then u can write a simple program that used interface Read here is the implementation part of the code i have. it measures background noise every 500ms and prints it. implementation { event void Boot.booted(){ call SplitControl.start(); call T