]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf2xx/rf230/README
Initial support for hardware acknowledgements and address recognition. Use RF230_HARD...
[tinyos-2.x.git] / tos / chips / rf2xx / rf230 / README
index 1caf787ab75c3211a6e137976c2c96fb8d23c763..cb4e9d94dcb876212c207a3f5d3f6b5be9b636bb 100644 (file)
@@ -33,7 +33,7 @@ RF230ActiveMessageC.
 RF230_CRCBYTE_COMMAND:
 
 This is the command used to calculate the CRC for the RF230 chip, since it 
-does not support hardware CRC checking (in rev A)
+does not support hardware CRC checking (in rev A).
 
 RF230_SLOW_SPI:
 
@@ -47,3 +47,10 @@ If you define this, then the content of the RF230_PHY_ED_LEVEL is queried
 instead of the RSSI value for eahc incoming message. This value can be 
 obtained with the PacketRSSI interface.
 
+RF230_HARDWARE_ACK
+
+If you define this, then the radio stack will use hardware acknowledgements
+and address recognition. In particular, you will not be able to snoop on
+onther messages. The load on the CPU is reduced, you should be able to send
+more messages under heavy load. Note, that the PacketRSSI interface will
+return the energy level (and not the rssi value) of received packet.