end node on synchronous star LoRa network.

Dependencies:   SX127x sx12xx_hal TSL2561

Embed: (wiki syntax)

« Back to documentation index

sRx2ChannelParams Struct Reference

sRx2ChannelParams Struct Reference

#include <LoRaMacSingle.h>

Data Fields

uint32_t Frequency
uint8_t Datarate

Detailed Description

LoRaMAC receive window 2 channel parameters

Definition at line 193 of file LoRaMacSingle.h.


Field Documentation

uint8_t Datarate

Data rate

EU868 - [DR_0, DR_1, DR_2, DR_3, DR_4, DR_5, DR_6, DR_7]

US915 - [DR_8, DR_9, DR_10, DR_11, DR_12, DR_13]

Definition at line 206 of file LoRaMacSingle.h.

uint32_t Frequency

Frequency in Hz

Definition at line 198 of file LoRaMacSingle.h.