From 832176a4ebac827189f5ea876b34e71e52f07994 Mon Sep 17 00:00:00 2001 From: rincon Date: Tue, 10 Jul 2007 17:53:14 +0000 Subject: [PATCH] Creation. --- apps/tests/cc2420/RssiToSerial/README.txt | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 apps/tests/cc2420/RssiToSerial/README.txt 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). -- 2.39.2