![]() |
SX126x-Arduino
2.0.1
|
#include <LoRaMac.h>
Data Fields | |
| int8_t | ChannelsTxPower |
| int8_t | ChannelsDatarate |
| uint32_t | SystemMaxRxError |
| uint8_t | MinRxSymbols |
| uint32_t | MaxRxWindow |
| uint32_t | ReceiveDelay1 |
| uint32_t | ReceiveDelay2 |
| uint32_t | JoinAcceptDelay1 |
| uint32_t | JoinAcceptDelay2 |
| uint8_t | ChannelsNbRep |
| uint8_t | Rx1DrOffset |
| Rx2ChannelParams_t | Rx2Channel |
| uint8_t | UplinkDwellTime |
| uint8_t | DownlinkDwellTime |
| float | MaxEirp |
| float | AntennaGain |
Global MAC layer parameters
| int8_t sLoRaMacParams::ChannelsTxPower |
Channels TX power
| int8_t sLoRaMacParams::ChannelsDatarate |
Channels data rate
| uint32_t sLoRaMacParams::SystemMaxRxError |
System overall timing error in milliseconds. [-SystemMaxRxError : +SystemMaxRxError] Default: +/-10 ms
| uint8_t sLoRaMacParams::MinRxSymbols |
Minimum required number of symbols to detect an Rx frame Default: 6 symbols
| uint32_t sLoRaMacParams::MaxRxWindow |
LoRaMac maximum time a reception window stays open
| uint32_t sLoRaMacParams::ReceiveDelay1 |
Receive delay 1
| uint32_t sLoRaMacParams::ReceiveDelay2 |
Receive delay 2
| uint32_t sLoRaMacParams::JoinAcceptDelay1 |
Join accept delay 1
| uint32_t sLoRaMacParams::JoinAcceptDelay2 |
Join accept delay 1
| uint8_t sLoRaMacParams::ChannelsNbRep |
Number of uplink messages repetitions [1:15] (unconfirmed messages only)
| uint8_t sLoRaMacParams::Rx1DrOffset |
Datarate offset between uplink and downlink on first window
| Rx2ChannelParams_t sLoRaMacParams::Rx2Channel |
LoRaMAC 2nd reception window settings
| uint8_t sLoRaMacParams::UplinkDwellTime |
Uplink dwell time configuration. 0: No limit, 1: 400ms
| uint8_t sLoRaMacParams::DownlinkDwellTime |
Downlink dwell time configuration. 0: No limit, 1: 400ms
| float sLoRaMacParams::MaxEirp |
Maximum possible EIRP
| float sLoRaMacParams::AntennaGain |
Antenna gain of the node
1.8.18