jooby-codec
    Preparing search index...

    Interface IParameterRx2Config

    RX2 configuration. deviceParameters.RX2_CONFIG = 18.

    interface IParameterRx2Config {
        frequency: TUint24;
        spreadFactor: TUint8;
        spreadFactorName?: string;
    }
    Index

    Properties

    frequency: TUint24

    RX2 data rate frequency. The second receive window (RX2) uses a fixed frequency and data rate. This value configures the frequency to use in RX2. Changing the desired value makes the Network Server transmit the RXParamSetupReq MAC command.

    spreadFactor: TUint8

    The transmission speed or Data Rate of a LoRaWAN message, ranging from SF7 (highest Data Rate) to SF12 (lowest Data Rate). Making the spreading factor 1 step lower (from SF10 to SF9) allows you to roughly send the same amount of data use half the time on air. Lowering the spreading factor makes it more difficult for the gateway to receive a transmission, as it will be more sensitive to noise.

    spreadFactorName?: string