Wiki source code of Communicate with ABP End Node on the LPS8-V2 Gateway
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | (% class="wikigeneratedid" %) | ||
2 | |||
3 | |||
4 | {{toc/}} | ||
5 | |||
6 | = 1. Introduction = | ||
7 | |||
8 | |||
9 | The LPS8-V2 of Dragino LoRaWAN gateway can communicate with LoRaWAN ABP End Node, the working is based on the built-in server TTN-Stack. | ||
10 | |||
11 | It can be used in some cases such as: | ||
12 | |||
13 | * No internet connection. | ||
14 | * Users want to get data forward in the gateway and forward it to their server based on MQTT/HTTP. | ||
15 | * Forward the data to the built-in Application server Node-Red. | ||
16 | * Just storing the data on the gateway or external storage | ||
17 | |||
18 | The basic of this feature is the decoding of **LoRaWAN ABP End Node**. Requirements: | ||
19 | |||
20 | 1. LoRaWAN End Node in ABP mode. Make sure your end node works in this mode. End node most are default set to OTAA mode | ||
21 | 1. LoRaWAN Gateway model: LPS8-V2 | ||
22 | 1. System version: Since V.12 | ||
23 | |||
24 | = 2. Quick Start = | ||
25 | |||
26 | |||
27 | == 2.1. Login to the build-in server TTN-Stack == | ||
28 | |||
29 | |||
30 | == 2.2. Add the gateway & the sensor == | ||
31 | |||
32 | |||
33 | == 2.3. Add the decoder == | ||
34 | |||
35 | |||
36 | == 2.4. Check the date == | ||
37 | |||
38 | |||
39 | = 3. Forward the data or store the data = | ||
40 | |||
41 | |||
42 | == 3.1. Forward data to an external server based on MQTT/HTTP. == | ||
43 | |||
44 | |||
45 | == 3.2 Forward data to the built-in application server Node-Red. == | ||
46 | |||
47 | |||
48 | == 3.3 Just storing the data on the gateway or external storage. == | ||
49 | |||
50 | |||
51 | = 4. Sent the downlink to the sensor = | ||
52 | |||
53 | |||
54 | = 5. Trouble Shootings = |