pamoja for TypeScript - v0.1.17
    Preparing search index...

    Function link

    • Returns the settings for a spreading factor and bandwidth, with LoRa defaults.

      The defaults are coding rate 4/5, an eight-symbol preamble, an explicit header, and CRC on, which is a typical uplink. Adjust the returned object to change any of them.

      Parameters

      • spreadingFactor: number

        The spreading factor, clamped to 5 (fastest) to 12 (longest range).

      • bandwidthHz: number

        The channel bandwidth in hertz, such as 125000.

      Returns LoraLink

      The link settings.