SX1278 RA-01, RA-02 LoRa library

Embed: (wiki syntax)

« Back to documentation index

RadioFskSettings_t Struct Reference

RadioFskSettings_t Struct Reference

Radio FSK modem parameters Parameters encompassing FSK modulation. More...

#include <sx1278.h>

Data Fields

int8_t Power
 Transmit power.
uint32_t Fdev
 Frequency deviation.
uint32_t Bandwidth
 Modulation bandwidth.
uint32_t BandwidthAfc
 Automated frequency correction bandwidth.
uint32_t Datarate
 Data rate (SF).
uint16_t PreambleLen
 Expected preamble length.
bool FixLen
 This flag turns on if the TX data size is fixed.
uint8_t PayloadLen
 Size of outgoing data.
bool CrcOn
 Turn CRC on/off.
bool IqInverted
 Does not apply to FSK.
bool RxContinuous
 Turn continuous reception mode (such as Class C mode) on/off.
uint32_t TxTimeout
 Timeout value in milliseconds (ms) after which the radio driver reports a timeout if the radio was unable to transmit.
uint32_t RxSingleTimeout
 Timeout value in symbols (symb) after which the radio driver reports a timeout if the radio did not receive a Preamble.

Detailed Description

Radio FSK modem parameters Parameters encompassing FSK modulation.

Definition at line 244 of file sx1278.h.


Field Documentation

uint32_t Bandwidth

Modulation bandwidth.

Definition at line 259 of file sx1278.h.

uint32_t BandwidthAfc

Automated frequency correction bandwidth.

Definition at line 264 of file sx1278.h.

bool CrcOn

Turn CRC on/off.

Definition at line 289 of file sx1278.h.

uint32_t Datarate

Data rate (SF).

Definition at line 269 of file sx1278.h.

uint32_t Fdev

Frequency deviation.

Definition at line 254 of file sx1278.h.

bool FixLen

This flag turns on if the TX data size is fixed.

Definition at line 279 of file sx1278.h.

bool IqInverted

Does not apply to FSK.

Will be removed.

Definition at line 294 of file sx1278.h.

uint8_t PayloadLen

Size of outgoing data.

Definition at line 284 of file sx1278.h.

int8_t Power

Transmit power.

Definition at line 249 of file sx1278.h.

uint16_t PreambleLen

Expected preamble length.

Definition at line 274 of file sx1278.h.

Turn continuous reception mode (such as Class C mode) on/off.

Definition at line 299 of file sx1278.h.

uint32_t RxSingleTimeout

Timeout value in symbols (symb) after which the radio driver reports a timeout if the radio did not receive a Preamble.

Definition at line 311 of file sx1278.h.

uint32_t TxTimeout

Timeout value in milliseconds (ms) after which the radio driver reports a timeout if the radio was unable to transmit.

Definition at line 305 of file sx1278.h.