User's Manual

Table Of Contents
Waveport CF user manuel Coronis Systems
3.3.4 Activating RSSI threshold auto-correction
RSSI threshold auto-correction is a feature that enables Waveport CF to adjust its reception threshold
according to ambient noise. This feature is consistent with other Wavenis power-saving techniques, and is
implemented by battery-powered Waveport CF modules at reset. By default RSSI threshold auto-correction is
activated.
Commands for modifying and reading the auto-correction state are:
CMD NAME DESCRIPTION
0x46 REQ_WRITE_AUTOCORR_STATE Request to update threshold auto-correction state
0x47 RES_WRITE_AUTOCORR_STATE
Radio board response threshold auto-correction state
update
0x5A REQ_READ_AUTOCORR_STATE Request to read threshold auto-correction state
0x5B RES_READ_AUTOCORR_STATE
Radio board response to threshold auto-correction state
read
Note: In command byte coding, response frames reuse the request command with the LSB bit set to 1.
Format of modification commands for RSSI threshold auto-correction state
Request (host to Waveport CF)
REQ_WRITE_AUTOCORR_STATE
HEADER CMD DATA CRC ETX
3 bytes 1 byte 1 byte 2 bytes 1 byte
0xFF ; 0x02 ; 0x05 0x46
RSSI Threshold auto-correction
0x00: Activated (default value)
0x01: Deactivated
0x03
Response (Waveport CF to host)
RES_WRITE_AUTOCORR_STATE
HEADER CMD DATA CRC ETX
3 bytes 1 byte 1 byte 2 bytes 1 byte
0xFF ; 0x02 ; 0x05 0x47
Status
0x00: Update
OK
0x01: Update error
0x03
Format of commands for reading RSSI threshold auto-correction state
Request (host to Waveport CF)
REQ_READ_AUTOCORR_STATE
HEADER CMD CRC ETX
3 bytes 1 byte 2 bytes 1 byte
0xFF ; 0x02 ; 0x04 0x5A 0x03
Compact_Flash-UserManual 28