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

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Kilight
Content
... ... @@ -5,15 +5,14 @@
5 5  
6 6  **~ **
7 7  
8 -**~ Table of Contents:**
8 +**~ Contents:**
9 9  
10 10  {{toc/}}
11 11  
12 12  
13 13  
14 -= 1.  Parse Payload =
14 += 1. Parse Payload =
15 15  
16 -
17 17  (((
18 18  The following is our operation process and interface.
19 19  )))
... ... @@ -20,8 +20,6 @@
20 20  
21 21  (((
22 22  The code can be run in the payload parser.
23 -
24 -
25 25  )))
26 26  
27 27  [[image:image-20220526143905-6.png]]
... ... @@ -29,19 +29,15 @@
29 29  Parse Payload
30 30  
31 31  
32 -
33 33  [[image:image-20220526143653-4.png]]
34 34  
35 35  Parse Payload
36 36  
37 37  
34 += 2. Create device steps at Tago =
38 38  
39 -= 2.  Create device steps at Tago =
40 -
41 -
42 42  Take the creation of LGT92 as an example
43 43  
44 -
45 45  [[image:image-20220526143953-7.png]]
46 46  
47 47  
... ... @@ -48,7 +48,6 @@
48 48  
49 49  Get the authorization code and fill in it
50 50  
51 -
52 52  [[image:image-20220526144034-8.png]]
53 53  
54 54  
... ... @@ -55,7 +55,6 @@
55 55  
56 56  All the following options require authorization.
57 57  
58 -
59 59  [[image:image-20220526144110-9.png]]
60 60  
61 61  
... ... @@ -62,7 +62,6 @@
62 62  
63 63  create device.
64 64  
65 -
66 66  [[image:image-20220526145059-13.png||height="559" width="1314"]]
67 67  
68 68  
... ... @@ -76,10 +76,8 @@
76 76  
77 77  
78 78  
79 -
80 80  The corresponding widget can be created according to the decoding of the device on TTN.
81 81  
82 -
83 83  [[image:image-20220526145459-16.png]]
84 84  
85 85  
... ... @@ -86,10 +86,8 @@
86 86  [[image:image-20220526145527-17.png]]
87 87  
88 88  
77 += 3. Create LGT92 positioning widget =
89 89  
90 -= 3.  Create LGT92 positioning widget =
91 -
92 -
93 93  (((
94 94  (((
95 95  Creating lgt92 in TTN does not require manual creation, you directly select LGT92 in the brand.
... ... @@ -103,12 +103,8 @@
103 103  )))
104 104  
105 105  (((
106 -
107 -
108 108  (((
109 -(% style="color:red" %)**Note**: **LAQ4 is not registered in the LoRaWAN device repository, the device needs to be created manually.**
110 -
111 -
93 +**Note**: LAQ4 is not registered in the LoRaWAN device repository, the device needs to be created manually.
112 112  )))
113 113  )))
114 114  
... ... @@ -117,39 +117,37 @@
117 117  The same steps are used to create widgets and location maps.
118 118  
119 119  
120 -
121 121  [[image:image-20220526145753-2.png]]
122 122  
123 123  
124 -
125 125  [[image:image-20220526145831-3.png]]
126 126  
127 127  
128 128  [[image:image-20220526145901-4.png]]
129 129  
130 -
131 131  LGT92 displays the walking track according to the location of the sent data packet.
132 132  
133 133  The device sets the time interval for sending data packets to control the positioning track.
134 134  
135 -
136 136  [[image:image-20220526145932-5.png]]
137 137  
138 138  
117 += 4. Real Time Location System demo(RTLS) =
139 139  
140 -= 4.  Real Time Location System demo(RTLS) =
119 +== 4.1 Introduction ==
141 141  
142 -== 4.1  Introduction ==
143 -
144 -
145 145  (((
146 146  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.
147 147  )))
148 148  
149 149  (((
150 -You can access the application through:  [[https:~~/~~/rtls.run.tago.io>>url:https://rtls.run.tago.io/]]
126 +You can access the application through:
151 151  )))
152 152  
129 +(((
130 +[[https:~~/~~/rtls.run.tago.io>>url:https://rtls.run.tago.io/]]
131 +)))
132 +
153 153  * (((
154 154  The user can read this document for the description of the real-time positioning system demonstration.
155 155  )))
... ... @@ -157,13 +157,11 @@
157 157  (((
158 158  [[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]]
159 159  
160 -
161 161  
162 162  )))
163 163  
164 -== 4.2  Instructions for using LBT1 with RTLS ==
143 +== 4.2 Instructions for using LBT1 with RTLS ==
165 165  
166 -
167 167  (((
168 168  (1)RTLS supports TTNv3 and helium servers for indoor positioning.
169 169  )))
... ... @@ -182,20 +182,15 @@
182 182  
183 183  (((
184 184  (5)The coordinate position will be updated every time the device sends a data packet.
185 -
186 -
187 187  )))
188 188  
189 189  [[image:image-20220526150133-6.png]]
190 190  
191 191  
168 += Install Tago Core in LPS8v2 =
192 192  
193 -= 5.  Install Tago Core in LPS8v2 =
170 +=== Tago Core ===
194 194  
195 -
196 -== ​5.1  Tago Core ==
197 -
198 -
199 199  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!
200 200  
201 201  Tago Core supports all major operating systems and can be downloaded on this [[Downloads page>>https://downloads.tagocore.com/]].
... ... @@ -213,14 +213,11 @@
213 213  
214 214  [[image:image-20220713185521-1.png]]
215 215  
189 +=== Run Tago Core ===
216 216  
191 +When you run the following command, you can access the GUI of TagoCore using the LPS8v2 gateway [[IP_ADDRESS:8888>>IP_ADDRESS:8888]]
217 217  
218 -== 5.2  Run Tago Core ==
219 219  
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 -
224 224  (% class="box infomessage" %)
225 225  (((
226 226  ./tagocore start
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0