<
From version < 37.1 >
edited by Kilight Cao
on 2022/07/20 16:02
To version < 37.8 >
edited by Xiaoling
on 2022/07/25 10:48
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Kilight
1 +XWiki.Xiaoling
Content
... ... @@ -5,14 +5,15 @@
5 5  
6 6  **~ **
7 7  
8 -**~ Contents:**
8 +**~ Table of Contents:**
9 9  
10 10  {{toc/}}
11 11  
12 12  
13 13  
14 -= 1. Parse Payload =
14 += 1.  Parse Payload =
15 15  
16 +
16 16  (((
17 17  The following is our operation process and interface.
18 18  )))
... ... @@ -19,6 +19,8 @@
19 19  
20 20  (((
21 21  The code can be run in the payload parser.
23 +
24 +
22 22  )))
23 23  
24 24  [[image:image-20220526143905-6.png]]
... ... @@ -26,15 +26,19 @@
26 26  Parse Payload
27 27  
28 28  
32 +
29 29  [[image:image-20220526143653-4.png]]
30 30  
31 31  Parse Payload
32 32  
33 33  
34 -= 2. Create device steps at Tago =
35 35  
39 += 2.  Create device steps at Tago =
40 +
41 +
36 36  Take the creation of LGT92 as an example
37 37  
44 +
38 38  [[image:image-20220526143953-7.png]]
39 39  
40 40  
... ... @@ -41,6 +41,7 @@
41 41  
42 42  Get the authorization code and fill in it
43 43  
51 +
44 44  [[image:image-20220526144034-8.png]]
45 45  
46 46  
... ... @@ -47,6 +47,7 @@
47 47  
48 48  All the following options require authorization.
49 49  
58 +
50 50  [[image:image-20220526144110-9.png]]
51 51  
52 52  
... ... @@ -53,6 +53,7 @@
53 53  
54 54  create device.
55 55  
65 +
56 56  [[image:image-20220526145059-13.png||height="559" width="1314"]]
57 57  
58 58  
... ... @@ -66,8 +66,10 @@
66 66  
67 67  
68 68  
79 +
69 69  The corresponding widget can be created according to the decoding of the device on TTN.
70 70  
82 +
71 71  [[image:image-20220526145459-16.png]]
72 72  
73 73  
... ... @@ -74,8 +74,10 @@
74 74  [[image:image-20220526145527-17.png]]
75 75  
76 76  
77 -= 3. Create LGT92 positioning widget =
78 78  
90 += 3.  Create LGT92 positioning widget =
91 +
92 +
79 79  (((
80 80  (((
81 81  Creating lgt92 in TTN does not require manual creation, you directly select LGT92 in the brand.
... ... @@ -89,8 +89,12 @@
89 89  )))
90 90  
91 91  (((
106 +
107 +
92 92  (((
93 -**Note**: LAQ4 is not registered in the LoRaWAN device repository, the device needs to be created manually.
109 +(% style="color:red" %)**Note**: **LAQ4 is not registered in the LoRaWAN device repository, the device needs to be created manually.**
110 +
111 +
94 94  )))
95 95  )))
96 96  
... ... @@ -99,37 +99,39 @@
99 99  The same steps are used to create widgets and location maps.
100 100  
101 101  
120 +
102 102  [[image:image-20220526145753-2.png]]
103 103  
104 104  
124 +
105 105  [[image:image-20220526145831-3.png]]
106 106  
107 107  
108 108  [[image:image-20220526145901-4.png]]
109 109  
130 +
110 110  LGT92 displays the walking track according to the location of the sent data packet.
111 111  
112 112  The device sets the time interval for sending data packets to control the positioning track.
113 113  
135 +
114 114  [[image:image-20220526145932-5.png]]
115 115  
116 116  
117 -= 4. Real Time Location System demo(RTLS) =
118 118  
119 -== 4.1 Introduction ==
140 += 4.  Real Time Location System demo(RTLS) =
120 120  
142 +== 4.1  Introduction ==
143 +
144 +
121 121  (((
122 122  The purpose of this document is to describe the Real Time Location System demo(RTLS). It is created as a manual guide for understanding each process of the application, explaining types of users and setting the application.
123 123  )))
124 124  
125 125  (((
126 -You can access the application through:
150 +You can access the application through:  [[https:~~/~~/rtls.run.tago.io>>url:https://rtls.run.tago.io/]]
127 127  )))
128 128  
129 -(((
130 -[[https:~~/~~/rtls.run.tago.io>>url:https://rtls.run.tago.io/]]
131 -)))
132 -
133 133  * (((
134 134  The user can read this document for the description of the real-time positioning system demonstration.
135 135  )))
... ... @@ -137,11 +137,13 @@
137 137  (((
138 138  [[https:~~/~~/www.dragino.com/downloads/downloads/LoRa_End_Node/LBT1/RTLS_demo_documentation.pdf>>url:https://www.dragino.com/downloads/downloads/LoRa_End_Node/LBT1/RTLS_demo_documentation.pdf]]
139 139  
160 +
140 140  
141 141  )))
142 142  
143 -== 4.2 Instructions for using LBT1 with RTLS ==
164 +== 4.2  Instructions for using LBT1 with RTLS ==
144 144  
166 +
145 145  (((
146 146  (1)RTLS supports TTNv3 and helium servers for indoor positioning.
147 147  )))
... ... @@ -160,17 +160,22 @@
160 160  
161 161  (((
162 162  (5)The coordinate position will be updated every time the device sends a data packet.
185 +
186 +
163 163  )))
164 164  
165 165  [[image:image-20220526150133-6.png]]
166 166  
167 167  
168 -= Install Tago Core in LPS8v2 =
169 169  
170 -=== Tago Core ===
193 += 5.  Install Tago Core in LPS8v2 =
171 171  
172 -Tago Core is a **free**, **fast**, and **open-source** IoT platform for edge computing that you can use to parse, and analyze the data from your devices!
173 173  
196 +== ​5.1  Tago Core ==
197 +
198 +
199 +Tago Core is a (% style="color:blue" %)**free**(%%), (% style="color:blue" %)**fast**(%%), and (% style="color:blue" %)**open-source**(%%) IoT platform for edge computing that you can use to parse, and analyze the data from your devices!
200 +
174 174  Tago Core supports all major operating systems and can be downloaded on this [[Downloads page>>https://downloads.tagocore.com/]].
175 175  
176 176  For more information on Tago Core, Users can check out this [[Link>>https://tagocore.com/docs#tagocore ]].
... ... @@ -186,11 +186,14 @@
186 186  
187 187  [[image:image-20220713185521-1.png]]
188 188  
189 -=== Run Tago Core ===
190 190  
191 -When you run the following command, you can access the GUI of TagoCore using the LPS8v2 gateway [[IP_ADDRESS:8888>>IP_ADDRESS:8888]]
192 192  
218 +== 5.2  Run Tago Core ==
193 193  
220 +
221 +When you run the following command, you can access the GUI of TagoCore using the LPS8v2 gateway (% style="color:blue" %)**IP_ADDRESS:8888.**
222 +
223 +
194 194  (% class="box infomessage" %)
195 195  (((
196 196  ./tagocore start
... ... @@ -200,8 +200,10 @@
200 200  
201 201  [[image:image-20220713191020-2.png||height="73" width="589"]]
202 202  
233 +
203 203  [[image:image-20220713194013-1.png||height="246" width="558"]]
204 204  
236 +
205 205  [[image:image-20220713191539-3.png||height="538" width="938"]]
206 206  
207 207  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0