4.4.1 Configuration Options
The define values that configure the behavior of the device in this case:
- TAG_TUNED_CHANNEL – defines the channel number the device will work and do channel tune.
- Example: " #define TAG_TUNED_CHANNEL 1" will set the working channel to be channel 1
- NOT_ACTIVE_DURATION_IN_MSEC – defines the hibernate time period between 2 active states.
- Example: "#define NOT_ACTIVE_DURATION_IN_MSEC 800" will set 800 milliseconds hibernate time periods.
- TAG_FRAME_LENGTH - Tag frame data length.
- Example: "#define TAG_FRAME_LENGTH 50" will set the data length to 50.
- TAG_FRAME_TRANSMIT_RATE – the PHY rate to be used.
- Example: "#define TAG_FRAME_TRANSMIT_RATE 6" will set mcs 6 or equivalent legacy rate.
- TAG_FRAME_TRANSMIT_POWER - TX Power to be used.
- Example: "#define TAG_FRAME_TRANSMIT_POWER 7" will set the TX power.
A detailed configuration example for transceiver mode use case is shown in Transceiver mode configurations figure; the relevant settings are emphasized. A detailed configuration of MAC/PHY and L2 packet attributes is shown in PHY/MAC/L2 packet attributes configuration example figure.