Table of Contents

Enum Sx127xMode

Namespace
Pamoja.Radios
Assembly
Pamoja.Radios.dll

An SX127x operating mode, the Mode bits of RegOpMode.

public enum Sx127xMode : byte

Fields

Cad = 7

Channel activity detection looks for a LoRa preamble.

FsRx = 4

The PLL is locked for receive.

FsTx = 2

The PLL is locked for transmit.

RxContinuous = 5

The receiver takes packet after packet.

RxSingle = 6

The receiver waits for one packet or the symbol timeout.

Sleep = 0

Only the SPI interface and the registers are powered; the only mode that may switch modems.

Standby = 1

The oscillator and the baseband are on.

Tx = 3

One packet goes out, then the chip returns to standby.