From: rincon Date: Tue, 10 Jul 2007 17:53:14 +0000 (+0000) Subject: Creation. X-Git-Tag: release_tools_1_2_4_1~48 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=832176a4ebac827189f5ea876b34e71e52f07994 Creation. --- diff --git a/apps/tests/cc2420/RssiToSerial/README.txt b/apps/tests/cc2420/RssiToSerial/README.txt new file mode 100644 index 00000000..55356049 --- /dev/null +++ b/apps/tests/cc2420/RssiToSerial/README.txt @@ -0,0 +1,27 @@ + +This is more of a general demonstration than a test. + +Install this application to one node, connected to the computer. +The node will measure the environmental RSSI from the CC2420 +and sending those readings over the serial port. + +Use the Java application to display the relative RSSI readings. + +No activity: +[+++++++++++++++ ] + + +Transmitter nearby: +[+++++++++++++++++++++++++++++++++++ ] + + +Since the Java side has to convert the readings into a CLI bar +graph, it's scaled by some (possibly non-linear) factor. + + +Java Application Usage: + Linux: java SpecAnalyzer.class [-comm ] + Windows: java SpecAnalyzer [-comm ] + + If not specified, the defaults to sf@localhost:9001 or + to your MOTECOM environment variable (if defined).