Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
RadioLoRaSettings_t Struct Reference
Radio LoRa modem parameters Parameters encompassing LoRa modulation. More...
#include <sx1278.h>
Data Fields | |
int8_t | Power |
Transmit power. | |
uint32_t | Bandwidth |
Modulation bandwidth. | |
uint32_t | Datarate |
Data rate (SF). | |
bool | LowDatarateOptimize |
Turn low data rate optimization on/off. | |
uint8_t | Coderate |
Error correction code rate. | |
uint16_t | PreambleLen |
Preamble length in symbols. | |
bool | FixLen |
Set to true if the outgoing payload length is fixed. | |
uint8_t | PayloadLen |
Size of outgoing payload. | |
bool | CrcOn |
Turn CRC on/off. | |
bool | FreqHopOn |
Turn frequency hopping on/off. | |
uint8_t | HopPeriod |
Number of symbols between two frequency hops. | |
bool | IqInverted |
Turn IQ inversion on/off. | |
bool | RxContinuous |
Turn continuous reception mode (such as in Class C) on/off. | |
uint32_t | TxTimeout |
Timeout in milliseconds (ms) after which the radio driver reports an error if the radio was unable to transmit. | |
bool | PublicNetwork |
Change the network mode to Public or Private. |
Detailed Description
Radio LoRa modem parameters Parameters encompassing LoRa modulation.
Definition at line 374 of file sx1278.h.
Field Documentation
bool FixLen |
uint8_t HopPeriod |
bool IqInverted |
Turn IQ inversion on/off.
Usually, the end device sends an IQ inverted signal, and the base stations do not invert. We recommended sending an IQ inverted signal from the device side, so any transmissions from the base stations do not interfere with end device transmission.
bool LowDatarateOptimize |
uint8_t PayloadLen |
uint16_t PreambleLen |
bool PublicNetwork |
bool RxContinuous |
Generated on Tue Jul 12 2022 18:29:21 by
