]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/cc2420/TestSpiOff/README.txt
Test the ability to duty cycle the radio on and off while the SPI bus starts and...
[tinyos-2.x.git] / apps / tests / cc2420 / TestSpiOff / README.txt
diff --git a/apps/tests/cc2420/TestSpiOff/README.txt b/apps/tests/cc2420/TestSpiOff/README.txt
new file mode 100644 (file)
index 0000000..d50189d
--- /dev/null
@@ -0,0 +1,24 @@
+
+Test the ability for the radio to duty cycle while sending and receiving
+packets.  The radio should stop accepting requests, the SPI bus be released
+properly, and the radio should shut down.
+
+INSTALLATION
+Transmitter is any mote with ID != 0
+Receiver is any mote with ID == 0
+
+EXPECTATIONS
+The receiver duty cycles its radio faster than the transmitter.
+
+Led0:
+  Transmitter = cannot send
+
+Led1:
+  Transmitter = sent a message
+  Receiver = received a message
+
+Led2:
+  On = radio on
+  Off = radio off
+  
+