end node on synchronous star LoRa network.

Dependencies:   SX127x sx12xx_hal TSL2561

Embed: (wiki syntax)

« Back to documentation index

sLoRaMacParams Struct Reference

sLoRaMacParams Struct Reference

#include <LoRaMacSingle.h>

Data Fields

int8_t ChannelsTxPower
int8_t ChannelsDatarate_fixed
uint32_t SystemMaxRxError_ms
uint8_t MinRxSymbols
uint32_t MaxRxWindow
uint8_t ChannelsNbRep
uint8_t Rx1DrOffset

Detailed Description

Global MAC layer parameters

Definition at line 213 of file LoRaMacSingle.h.


Field Documentation

Channels data rate

Definition at line 222 of file LoRaMacSingle.h.

uint8_t ChannelsNbRep

Number of uplink messages repetitions [1:15] (unconfirmed messages only)

Definition at line 245 of file LoRaMacSingle.h.

Channels TX power

Definition at line 218 of file LoRaMacSingle.h.

uint32_t MaxRxWindow

LoRaMac maximum time a reception window stays open

Definition at line 237 of file LoRaMacSingle.h.

uint8_t MinRxSymbols

Minimum required number of symbols to detect an Rx frame Default: 6 symbols

Definition at line 233 of file LoRaMacSingle.h.

uint8_t Rx1DrOffset

Datarate offset between uplink and downlink on first window

Definition at line 249 of file LoRaMacSingle.h.

System overall timing error in milliseconds. [-SystemMaxRxError : +SystemMaxRxError] Default: +/-10 ms

Definition at line 228 of file LoRaMacSingle.h.