jooby-codec
    Preparing search index...

    Interface IParameterBatteryDepassivationConfig

    Set configuration for battery depassivation. deviceParameters.BATTERY_DEPASSIVATION_CONFIG = 33

    interface IParameterBatteryDepassivationConfig {
        resistanceStartThreshold: TUint16;
        resistanceStopThreshold: TUint16;
    }
    Index

    Properties

    resistanceStartThreshold: TUint16

    Represents the value of the internal resistance of the battery (in ) upon exceeding which the depassivation process will be initiated. For WLE modules, this value is set by default to 35000 , and for modules using the SX1276 transceiver, this value is set to 16000 .

    resistanceStopThreshold: TUint16

    Represents the value of the internal resistance of the battery (in ). If the internal resistance of the battery falls below this threshold, the depassivation process will stop. For WLE modules, this value is set by default to 25000 , and for modules using the SX1276 transceiver, this value is set to 10350 .