Embed: (wiki syntax)

« Back to documentation index

LoRaPHYKR920.cpp File Reference

LoRaPHYKR920.cpp File Reference

Implements LoRaPHY for Korean 920 MHz band. More...

Go to the source code of this file.

Variables

static const band_t KR920_BAND0 = { 1 , KR920_MAX_TX_POWER, 0, 0, 0 }
static const channel_params_t KR920_LC1 = { 922100000, 0, { ( ( DR_5 << 4 ) | DR_0 ) }, 0 }
static const channel_params_t KR920_LC2 = { 922300000, 0, { ( ( DR_5 << 4 ) | DR_0 ) }, 0 }
static const channel_params_t KR920_LC3 = { 922500000, 0, { ( ( DR_5 << 4 ) | DR_0 ) }, 0 }
static const uint8_t datarates_KR920 [] = { 12, 11, 10, 9, 8, 7 }
static const uint32_t bandwidths_KR920 [] = { 125000, 125000, 125000, 125000, 125000, 125000 }
static const uint8_t max_payloads_KR920 [] = { 51, 51, 51, 115, 242, 242 }
static const uint8_t max_payloads_with_repeater_KR920 [] = { 51, 51, 51, 115, 222, 222 }

Detailed Description

Implements LoRaPHY for Korean 920 MHz band.

   ______                              _
  / _____)             _              | |
 ( (____  _____ ____ _| |_ _____  ____| |__
  \____ \| ___ |    (_   _) ___ |/ ___)  _ \
  _____) ) ____| | | || |_| ____( (___| | | |
 (______/|_____)_|_|_| \__)_____)\____)_| |_|
   (C)2013 Semtech
  ___ _____ _   ___ _  _____ ___  ___  ___ ___
 / __|_   _/_\ / __| |/ / __/ _ \| _ \/ __| __|
 \__ \ | |/ _ \ (__| ' <| _| (_) |   / (__| _|
 |___/ |_/_/ \_\___|_|\_\_| \___/|_|_\\___|___|
 embedded.connectivity.solutions===============

License: Revised BSD License, see LICENSE.TXT file include in the project

Maintainer: Miguel Luis ( Semtech ), Gregory Cristian ( Semtech ) and Daniel Jaeckle ( STACKFORCE )

Copyright (c) 2017, Arm Limited and affiliates. SPDX-License-Identifier: BSD-3-Clause

Definition in file LoRaPHYKR920.cpp.


Variable Documentation

const uint32_t bandwidths_KR920[] = { 125000, 125000, 125000, 125000, 125000, 125000 } [static]

Bandwidths table definition in Hz

Definition at line 232 of file LoRaPHYKR920.cpp.

const uint8_t datarates_KR920[] = { 12, 11, 10, 9, 8, 7 } [static]

Data rates table definition

Definition at line 227 of file LoRaPHYKR920.cpp.

const band_t KR920_BAND0 = { 1 , KR920_MAX_TX_POWER, 0, 0, 0 } [static]

Band 0 definition { DutyCycle, TxMaxPower, LastJoinTxDoneTime, LastTxDoneTime, TimeOff }

Definition at line 189 of file LoRaPHYKR920.cpp.

const channel_params_t KR920_LC1 = { 922100000, 0, { ( ( DR_5 << 4 ) | DR_0 ) }, 0 } [static]

LoRaMac default channel 1 Channel = { Frequency [Hz], RX1 Frequency [Hz], { ( ( DrMax << 4 ) | DrMin ) }, Band }

Definition at line 195 of file LoRaPHYKR920.cpp.

const channel_params_t KR920_LC2 = { 922300000, 0, { ( ( DR_5 << 4 ) | DR_0 ) }, 0 } [static]

LoRaMac default channel 2 Channel = { Frequency [Hz], RX1 Frequency [Hz], { ( ( DrMax << 4 ) | DrMin ) }, Band }

Definition at line 201 of file LoRaPHYKR920.cpp.

const channel_params_t KR920_LC3 = { 922500000, 0, { ( ( DR_5 << 4 ) | DR_0 ) }, 0 } [static]

LoRaMac default channel 3 Channel = { Frequency [Hz], RX1 Frequency [Hz], { ( ( DrMax << 4 ) | DrMin ) }, Band }

Definition at line 207 of file LoRaPHYKR920.cpp.

const uint8_t max_payloads_KR920[] = { 51, 51, 51, 115, 242, 242 } [static]

Maximum payload with respect to the datarate index. Can operate with and without a repeater.

Definition at line 237 of file LoRaPHYKR920.cpp.

const uint8_t max_payloads_with_repeater_KR920[] = { 51, 51, 51, 115, 222, 222 } [static]

Maximum payload with respect to the datarate index. Can operate with repeater.

Definition at line 242 of file LoRaPHYKR920.cpp.