<
From version < 18.2 >
edited by Xiaoling
on 2022/07/22 15:07
To version < 18.5
edited by Xiaoling
on 2022/08/10 15:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,15 +9,22 @@
9 9  = 1.  Overview =
10 10  
11 11  
12 -In LoRaWAN protocol, the gateway transmit packet uses the output power base on the Power Index from the LoRaWAN server downlink. for example, the LoRaWAN server sends a downlink with this info "rf_power=14", gateway got this info and it will search the index for rf_power=14 and use the related rf setting to set output power. In some cases, the LoRaWAN server might set the rf-power to a quite low value ( for example 0dB) which is not practical for use. In such a case, the User can manually change the rf_power=0's rf settings to a higher power out. Below are the methods.
12 +(((
13 +In LoRaWAN protocol, the gateway transmit packet uses the output power base on the Power Index from the LoRaWAN server downlink. for example, the LoRaWAN server sends a downlink with this info** "rf_power=14"**, gateway got this info and it will search the index for rf_power=14 and use the related rf setting to set output power. In some cases, the LoRaWAN server might set the rf-power to a quite low value ( for example 0dB) which is not practical for use. In such a case, the User can manually change the **rf_power=0's** rf settings to a higher power out. Below are the methods.
14 +)))
13 13  
14 14  
17 +
15 15  = 2.  Change Power for Semtech UDP Paket forward connection =
16 16  
17 17  
21 +(((
18 18  In LoRaWAN protocol, the gateway output power refers to the downstream packets sent by Gateway. This output power is controlled by the LoRaWAN server.
23 +)))
19 19  
25 +(((
20 20  Gateway maintains a power index in the file: /etc/lora/global_conf.json for example:
27 +)))
21 21  
22 22  
23 23  (% class="box" %)
... ... @@ -24,7 +24,7 @@
24 24  (((
25 25  "tx_lut_3": {
26 26   "desc": "TX gain table, index 3",        ~/~/ Index 3 refer to rf_power: 15dB. device will set the pa_gain,mix_gain,dig_gain 
27 - "pa_gain": 2,                            ~/~/ to the value mentioned here so to generate 15dB output power.
34 + "pa_gain": 2,  ~/~/ to the value mentioned here so to generate 15dB output power.
28 28   "mix_gain": 10,
29 29   "rf_power": 15,
30 30   "dig_gain": 1
... ... @@ -38,20 +38,31 @@
38 38  )))
39 39  
40 40  
48 +(((
41 41  (% style="color:red" %)**Note: If when lorawan server specifies a rf_power that is not listed above. gateway will choose the closest power. profile.**
50 +)))
42 42  
43 43  
53 +(((
44 44  When the LoRaWAN server sends a downlink stream, the server will also ask the gateway to use rf_power as output. So users don't need to consider controlling on the gateway side.
55 +)))
45 45  
57 +(((
46 46  If users want to always use a higher power or a lower power. Users can modify the pa_gain,mix_gain, and dig_gain to specify rf_power to achieve this purpose. This is not recommended, because this might break the regulator for a specific country.
59 +)))
47 47  
61 +(((
48 48  Please note, that the global_conf.json file will be overwritten by the match region files in /etc/lora/cfg-30x when changing settings on the web. So the user needs to change the files in /etc/lora/cfg-cfg-30x instead of global_conf.json
63 +)))
49 49  
50 50  
66 +
51 51  = 3.  Change Power for LoRaWAN Basic Station connection =
52 52  
53 53  
70 +(((
54 54  First, you need to find out what is the chip module of the gateway?
72 +)))
55 55  
56 56  (% class="box infomessage" %)
57 57  (((
... ... @@ -145,18 +145,29 @@
145 145   },
146 146  )))
147 147  
166 +(((
148 148  See this link for more station configuration parameters: [[Concentrator Design (v1.5) - LoRa Basics™ StationLoRa Basics™ Station ~| DEVELOPER PORTAL (semtech.com)>>url:https://lora-developers.semtech.com/build/software/lora-basics/lora-basics-for-gateways/?url=gw_v1.5.html]]
168 +)))
149 149  
150 150  
171 +(((
151 151  If users want to always use a higher power or a lower power. Users can modify the pa_gain,mix_gain, and dig_gain to specify rf_power to achieve this purpose. This is not recommended, because this might break the regulator for a specific country.
152 152  
174 +
175 +)))
176 +
177 +(((
153 153  (% style="color:red" %)**Note: When the Settings are complete, click "Save&Apply" on the gateway's Web UI**
179 +)))
154 154  
155 155  
182 +
156 156  = 4.  Checking station Logs =
157 157  
158 158  
186 +(((
159 159  Run the command:
188 +)))
160 160  
161 161  (% class="box infomessage" %)
162 162  (((
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0