]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Creation.
authorrincon <rincon>
Tue, 10 Jul 2007 17:53:14 +0000 (17:53 +0000)
committerrincon <rincon>
Tue, 10 Jul 2007 17:53:14 +0000 (17:53 +0000)
apps/tests/cc2420/RssiToSerial/README.txt [new file with mode: 0644]

diff --git a/apps/tests/cc2420/RssiToSerial/README.txt b/apps/tests/cc2420/RssiToSerial/README.txt
new file mode 100644 (file)
index 0000000..5535604
--- /dev/null
@@ -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 <packetsource>]
+  Windows: java SpecAnalyzer [-comm <packetsource>]
+
+  If not specified, the <packetsource> defaults to sf@localhost:9001 or
+  to your MOTECOM environment variable (if defined).