X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Frf2xx%2Frf230%2FREADME;h=cb4e9d94dcb876212c207a3f5d3f6b5be9b636bb;hb=33c5a71e0ab956baf773b66bd93af3352442c1a2;hp=0f4054c58789a55ff11c6fb4ba0d46260c47a428;hpb=08afe408f0de413def02f87ad4eb6bd4734e8b60;p=tinyos-2.x.git diff --git a/tos/chips/rf2xx/rf230/README b/tos/chips/rf2xx/rf230/README index 0f4054c5..cb4e9d94 100644 --- a/tos/chips/rf2xx/rf230/README +++ b/tos/chips/rf2xx/rf230/README @@ -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: @@ -46,3 +46,11 @@ RF230_RSSI_ENERGY: 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.