 |
SX126x-Arduino
1.2.1
|
Go to the documentation of this file.
35 #ifndef __REGION_AS923_H__
36 #define __REGION_AS923_H__
44 #define AS923_MAX_NB_CHANNELS 16
49 #define AS923_NUMB_DEFAULT_CHANNELS 8
54 #define AS923_NUMB_CHANNELS_CF_LIST 5
59 #define AS923_TX_MIN_DATARATE DR_0
64 #define AS923_TX_MAX_DATARATE DR_7
69 #define AS923_RX_MIN_DATARATE DR_0
74 #define AS923_RX_MAX_DATARATE DR_7
79 #define AS923_DEFAULT_DATARATE DR_2
85 #define AS923_DWELL_LIMIT_DATARATE DR_2
90 #define AS923_MIN_RX1_DR_OFFSET 0
95 #define AS923_MAX_RX1_DR_OFFSET 7
100 #define AS923_DEFAULT_RX1_DR_OFFSET 0
105 #define AS923_MIN_TX_POWER TX_POWER_7
110 #define AS923_MAX_TX_POWER TX_POWER_0
115 #define AS923_DEFAULT_TX_POWER TX_POWER_0
120 #define AS923_DEFAULT_UPLINK_DWELL_TIME 1
125 #define AS923_DEFAULT_DOWNLINK_DWELL_TIME 1
130 #define AS923_DEFAULT_MAX_EIRP 16.0f
135 #define AS923_DEFAULT_ANTENNA_GAIN 2.15f
140 #define AS923_ADR_ACK_LIMIT 64
145 #define AS923_ADR_ACK_DELAY 32
150 #define AS923_DUTY_CYCLE_ENABLED 0
155 #define AS923_MAX_RX_WINDOW 3000
160 #define AS923_RECEIVE_DELAY1 1000
165 #define AS923_RECEIVE_DELAY2 2000
170 #define AS923_JOIN_ACCEPT_DELAY1 5000
175 #define AS923_JOIN_ACCEPT_DELAY2 6000
180 #define AS923_MAX_FCNT_GAP 16384
185 #define AS923_ACKTIMEOUT 2000
190 #define AS923_ACK_TIMEOUT_RND 1000
192 #if (AS923_DEFAULT_DATARATE > DR_5)
193 #error "A default DR higher than DR_5 may lead to connectivity loss."
199 #define AS923_RX_WND_2_FREQ 923200000
204 #define AS923_RX_WND_2_DR DR_2
209 #define AS923_MAX_NB_BANDS 1
215 #define AS923_BAND0 \
217 100, AS923_MAX_TX_POWER, 0, 0, 0 \
220 #if AS923_DEFAULT_UPLINK_DWELL_TIME
227 923200000, 0, {((DR_5 << 4) | DR_2)}, 0 \
236 923400000, 0, {((DR_5 << 4) | DR_2)}, 0 \
240 923600000, 0, {((DR_5 << 4) | DR_2)}, 0 \
244 923800000, 0, {((DR_5 << 4) | DR_2)}, 0 \
248 924000000, 0, {((DR_5 << 4) | DR_2)}, 0 \
252 924200000, 0, {((DR_5 << 4) | DR_2)}, 0 \
256 924400000, 0, {((DR_5 << 4) | DR_2)}, 0 \
260 924600000, 0, {((DR_5 << 4) | DR_2)}, 0 \
269 923200000, 0, {((DR_5 << 4) | DR_0)}, 0 \
278 923400000, 0, {((DR_5 << 4) | DR_0)}, 0 \
282 923600000, 0, {((DR_5 << 4) | DR_0)}, 0 \
286 923800000, 0, {((DR_5 << 4) | DR_0)}, 0 \
290 924000000, 0, {((DR_5 << 4) | DR_0)}, 0 \
294 924200000, 0, {((DR_5 << 4) | DR_0)}, 0 \
298 924400000, 0, {((DR_5 << 4) | DR_0)}, 0 \
302 924600000, 0, {((DR_5 << 4) | DR_0)}, 0 \
309 #define AS923_JOIN_CHANNELS (uint16_t)(LC(1) | LC(2) | LC(3) | LC(4) | LC(5) | LC(6) | LC(7) | LC(8))
314 #define AS923_RSSI_FREE_TH -85
319 #define AS923_CARRIER_SENSE_TIME 6
329 static const uint32_t
BandwidthsAS923[] = {125000, 125000, 125000, 125000, 125000, 125000, 250000, 0};
597 #endif // __REGION_AS923_H__
uint8_t RegionAS923DlChannelReq(DlChannelReqParams_t *dlChannelReq)
The function processes a DlChannel Request.
Definition: Region.h:1134
uint8_t RegionAS923RxParamSetupReq(RxParamSetupReqParams_t *rxParamSetupReq)
The function processes a RX Parameter Setup Request.
LoRaMacStatus_t RegionAS923ChannelAdd(ChannelAddParams_t *channelAdd)
Adds a channel.
enum eLoRaMacStatus LoRaMacStatus_t
static const uint8_t MaxPayloadOfDatarateDwell1UpAS923[]
Definition: RegionAS923.h:351
enum eInitType InitType_t
PhyParam_t RegionAS923GetPhyParam(GetPhyParams_t *getPhy)
The function gets a value of a specific phy attribute.
static const uint32_t BandwidthsAS923[]
Definition: RegionAS923.h:329
uint8_t RegionAS923NewChannelReq(NewChannelReqParams_t *newChannelReq)
The function processes a Channel Request.
void RegionAS923ApplyCFList(ApplyCFListParams_t *applyCFList)
The function parses the input buffer and sets up the channels of the CF list.
Definition: Region.h:1050
Definition: Region.h:1001
Definition: Region.h:1145
bool RegionAS923NextChannel(NextChanParams_t *nextChanParams, uint8_t *channel, TimerTime_t *time, TimerTime_t *aggregatedTimeOff)
Searches and set the next random available channel.
void RegionAS923SetBandTxDone(SetBandTxDoneParams_t *txDone)
Updates the last TX done parameters of the current channel.
Definition: Region.h:1061
bool RegionAS923Verify(VerifyParams_t *verify, PhyAttribute_t phyAttribute)
Verifies a parameter.
Definition: Region.h:1016
uint8_t RegionAS923ApplyDrOffset(uint8_t downlinkDwellTime, int8_t dr, int8_t drOffset)
Computes new datarate according to the given offset.
void RegionAS923SetContinuousWave(ContinuousWaveParams_t *continuousWave)
Sets the radio into continuous wave mode.
int8_t RegionAS923AlternateDr(AlternateDrParams_t *alternateDr)
Alternates the datarate of the channel for the join request.
void RegionAS923CalcBackOff(CalcBackOffParams_t *calcBackOff)
Calculates the back-off time.
void RegionAS923InitDefaults(InitType_t type)
Initializes the channels masks and the channels.
static const uint8_t DataratesAS923[]
Definition: RegionAS923.h:324
bool RegionAS923AdrNext(AdrNextParams_t *adrNext, int8_t *drOut, int8_t *txPowOut, uint32_t *adrAckCounter)
Calculates the next datarate to set, when ADR is on or off.
static const uint8_t MaxPayloadOfDatarateRepeaterDwell0AS923[]
Definition: RegionAS923.h:344
Definition: Region.h:1092
static const int8_t EffectiveRx1DrOffsetAS923[]
Definition: RegionAS923.h:363
static const uint8_t MaxPayloadOfDatarateDwell1DownAS923[]
Definition: RegionAS923.h:358
Definition: Region.h:1119
int8_t RegionAS923TxParamSetupReq(TxParamSetupReqParams_t *txParamSetupReq)
The function processes a TX ParamSetup Request.
bool RegionAS923ChannelsRemove(ChannelRemoveParams_t *channelRemove)
Removes a channel.
Definition: Region.h:1035
bool RegionAS923RxConfig(RxConfigParams_t *rxConfig, int8_t *datarate)
Configuration of the RX windows.
void RegionAS923ComputeRxWindowParameters(int8_t datarate, uint8_t minRxSymbols, uint32_t rxError, RxConfigParams_t *rxConfigParams)
bool RegionAS923ChanMaskSet(ChanMaskSetParams_t *chanMaskSet)
Sets a channels mask.
bool RegionAS923TxConfig(TxConfigParams_t *txConfig, int8_t *txPower, TimerTime_t *txTimeOnAir)
TX configuration.
static const uint8_t MaxPayloadOfDatarateDwell0AS923[]
Definition: RegionAS923.h:336
uint8_t RegionAS923LinkAdrReq(LinkAdrReqParams_t *linkAdrReq, int8_t *drOut, int8_t *txPowOut, uint8_t *nbRepOut, uint8_t *nbBytesParsed)
The function processes a Link ADR Request.
enum ePhyAttribute PhyAttribute_t
uint32_t TimerTime_t
Timer time variable definition.
Definition: timer.h:68