Last modified by Xiaoling on 2023/04/20 18:14
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -8,7 +8,7 @@ 8 8 The Dragino LoRaWAN gateway can commuicate with LoRaWAN ABP End Node without the need of LoRaWAN server. It can be used in some cases such as: 9 9 10 10 * No internet connection. 11 -* User wants to get data forward in gateway and forward to their server base on MQTT/HTTP, etc. (Combine ABP communication method and [[MQTT forward together>>MQTT 11 +* User wants to get data forward in gateway and forward to their server base on MQTT/HTTP, etc. (Combine ABP communication method and [[MQTT forward together>>url:https://wiki.dragino.com/index.php/MQTT_Forward_Instruction]]). 12 12 13 13 ((( 14 14 The basic of this feature is the decoding of (% style="color:red" %)**LoRaWAN ABP End Node**(%%). Requirements: ... ... @@ -148,6 +148,7 @@ 148 148 * User can use other language ,not limited to Lua, just make sure the return is what you want to send. 149 149 150 150 151 + 151 151 == 2.2 Downstream == 152 152 153 153 In LG308, we can create a file in the directory /var/iot/push for downstream purpose. We recommend using each command to generate this file. This file will be used for transmission and auto-deleted after used ... ... @@ -183,7 +183,6 @@ 183 183 * Old version: echo 018193F4,imme,hex,0101 > /var/iot/push/test 184 184 * New version: echo 018193F4,imme,hex,0101,20,1,SF12,923300000,2 > /var/iot/push/test 185 185 186 - 187 187 (% style="color:#037691" %)**Downstream Frequency** 188 188 189 189 The LG308 will use the RX2 window info to send the downstream payload, use the default LoRaWAN settings, as below: ... ... @@ -197,7 +197,6 @@ 197 197 * IN865: 866.55Mhz, SF10 BW125 198 198 * RU864: 869.1Mhz, SF12 BW125 199 199 200 - 201 201 (% style="color:#037691" %)**Examples:** 202 202 203 203 (% class="box" %)