Last modified by Hera Guo on 2025/06/10 15:14

From version 25.1
edited by Hera Guo
on 2025/06/08 18:10
Change comment: There is no comment for this version
To version 20.1
edited by Hera Guo
on 2025/06/05 14:36
Change comment: Uploaded new attachment "demo.pem", version 1.1

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Outdoor & Indoor signal measuring Solution End User Guide V1.2
1 + Outdoor & Indoor signal measuring Solution End User Guide V1.1
Content
... ... @@ -41,7 +41,7 @@
41 41  
42 42  = **2. How to Build?** =
43 43  
44 -== **2.1 Network Structure** ==
44 +== **2.1 Network Structure~/~/图片已替换** ==
45 45  
46 46  [[image:结构.png]]
47 47  
... ... @@ -102,7 +102,7 @@
102 102   var data = {};
103 103   if (bytes.length >= 9) {
104 104   data.flag = bytes[0];
105 -data.Node_type = "Dragino_Mapper";
105 +data.Node_type = "Calculate AVG";
106 106   data.latitude = parseFloat(((bytes[1] << 24 >>> 0 | bytes[2] << 16 | bytes[3] << 8 | bytes[4]) / 1e6).toFixed(6));
107 107   data.longitude = parseFloat(((bytes[5] << 24 >>> 0 | bytes[6] << 16 | bytes[7] << 8 | bytes[8]) / 1e6).toFixed(6));
108 108  
... ... @@ -154,7 +154,7 @@
154 154   }
155 155   else if(bytes.length==9){
156 156   data.doorflg = doorflg
157 - data.Node_type = "Dragino_Mapper"
157 + data.Node_type = "Calculate AVG"
158 158   data.latitude=parseFloat(((bytes[1]<<24|bytes[2]<<16|bytes[3]<<8|bytes[4])/1000000).toFixed(6));
159 159   data.longitude=parseFloat(((bytes[5]<<24|bytes[6]<<16|bytes[7]<<8|bytes[8])/1000000).toFixed(6));
160 160   return data;
... ... @@ -164,10 +164,13 @@
164 164  
165 165  * If you using other LNS, you can code yourself(The first nine bits of the uploaded data are the flag bit + position, and the rest are the title) or  send mail to [[support@dragino.cc>>mailto:support@dragino.cc]])
166 166  
167 +=== --**2.2.2 Register Gateway(If you use Dragino's gateway)~/~/删除网关配置介绍**-- ===
167 167  
169 +
170 +
168 168  ----
169 169  
170 -== **2.4  LNS Connection Method** ==
173 +== **2.4  LNS Connection Method~/~/已更新标题** ==
171 171  
172 172  **Choose LNS: **After log in Dragino platform, click the button "Import-Dragino-map"and choose the LNS you using.
173 173  
... ... @@ -190,15 +190,13 @@
190 190  
191 191  ----
192 192  
193 -**Example of ChirpStack**~/~/已增添详细文字说明
196 +**Example of ChirpStack**~/~/已增添详细文字说明[[image:1747972538335-599.png]]
194 194  
195 -[[image:1749375906728-208.png]]
198 +**MQTT Address: **Your MQTT server address or the cloud server address you use
196 196  
197 -**MQTT Address: **The MQTT server address or the cloud server address which you using.
198 -
199 199  **Subscribe Topic: **The default for Topic is:  application/**chirpstack application id**/device/+/event/up(Replace"**chirpstack application id**" with the one which is actually used)
200 200  
201 -**SSL Certificates: ** Copy the contents of the certificates and paste them into the linked file below, a total of three certificates are required(Integrated Certificate File demo Download: [[Demo.pem>>attach:demo.pem]])
202 +**SSL Certificates: ** Copy the contents of the certificates and paste them into the linked file below, a total of three certificates are required(Integrated Certificate File demo Download Address: [[https:~~/~~/github.com/ThingsEye-io/te-platform/tree/main/chirpstack>>url:https://github.com/ThingsEye-io/te-platform/tree/main/chirpstack]])
202 202  
203 203  
204 204  ----
... ... @@ -208,13 +208,12 @@
208 208  [[image:1748602571865-850.png]]
209 209  
210 210  
211 - Whether the device profile is Dragino_Mapper? Modifyit if not.
212 + Whether the device profile is Calculate AVG? Change it if it not.
212 212  
213 213  [[image:1748416951693-709.png]]
214 214  
215 -👇
216 216  
217 -[[image:1749376046690-863.png]]
217 +[[image:1748602603331-559.png]]
218 218  
219 219  ----
220 220  
... ... @@ -221,7 +221,7 @@
221 221  
222 222  = **3. How To Use?~/~/图片显示问题已修复,硬件使用方法已放到小节头(即插即用,自动判断室内外)** =
223 223  
224 -== **3.1 Outdoor_Mapper dashboard** ==
224 +== **3.1 Outdoor_signal dashboard** ==
225 225  
226 226  Outdoors_signal supports viewing both the signal coverage of a single gateway and the combined coverage of all gateways.
227 227  
... ... @@ -232,13 +232,14 @@
232 232  **This solution is pre-configured. Under normal circumstances, when the device successfully uploads information through gateways, it will automatically generate the corresponding assets and put them in the Layer.**
233 233  
234 234  (% class="wikigeneratedid" %)
235 -The layer will be named after the gateway's IMEI, and you can set a label. At the same time, there will be a dashboard that collects all gateway signals and displays them in an overlay named after the user's registered email address.(Such like :All_signal:$[customer_email])
235 +The layer will be named after the gateway's IMEI, and you can set a label. At the same time, there will be a dashboard that collects all gateway signals and displays them in an overlay named after the user's registered email address.
236 236  
237 +
237 237  ----
238 238  
239 239  Click row of gateway layer will turn to the detail page.
240 240  
241 -[[image:1749376107488-669.png]]👉 [[image:1748603053572-488.png||height="644" width="672"]]
242 +[[image:1748602881431-230.png||height="648" width="198"]]👉 [[image:1748603053572-488.png||height="644" width="672"]]
242 242  
243 243  
244 244  ----
... ... @@ -250,13 +250,19 @@
250 250  
251 251  ----
252 252  
253 -=== **3.1.2 Measuring~/~/图片需要替换** ===
254 +=== **3.1.2 Measuring** ===
254 254  
255 -Insert the LA66 USB LoRaWAN Adapter into phone or tablet. Data will be uploaded every 7 seconds based on the tablet's location. Simply move the tablet to measure signal strength from different places.
256 +Insert the LA66 USB LoRaWAN Adapter into phone or tablet, press the button to switch to ON and start detection. Click the button in the top-right corner of the main page to start receiving data. Data will be uploaded every 7 seconds based on the tablet's location. Simply move the tablet to measure signal strength from different places.
256 256  
257 257  [[image:1748243979452-223.jpg||height="495" width="661"]]
258 258  
260 +[[image:1748601609894-341.png||height="173" width="661"]]
259 259  
262 + 👇
263 +
264 +[[image:1748601714123-652.png||height="176" width="662"]]
265 +
266 +
260 260  ----
261 261  
262 262  When the gateway received the first set of data, the current gateway will appear in the left-side list of the gateway interface. When received the second set of data, the current signal strength will be displayed on the right-side map.
... ... @@ -277,13 +277,27 @@
277 277  
278 278  All data collected by the gateways will also be displayed in the layer which named customer's E-mail simultaneously.
279 279  
280 -[[image:1749376404143-588.png]]
287 +[[image:1748603159913-908.png||height="635" width="655"]]
281 281  
289 +
282 282  ----
283 283  
292 +=== **3.1.3 Turn OFF to stop measuring** ===
284 284  
285 -== **3.2 Indoors_Mapper dashboard** ==
294 +Once the current location's detection is complete, press the button again to switch to OFF and pause detection.(If the button is "OFF", please turn it to "ON" then turn to "OFF")
286 286  
296 +[[image:1748227523105-709.png||height="150" width="649"]]
297 +
298 + 👇
299 +
300 +[[image:1748227534764-184.png||height="147" width="649"]]
301 +
302 +
303 +----
304 +
305 +
306 +== **3.2 Indoors_signal dashboard** ==
307 +
287 287  Indoors_signal supports measuring and marking the signal strength of all locations on the indoor floor plan.
288 288  
289 289  
... ... @@ -291,7 +291,7 @@
291 291  
292 292  Drag the map image here and click √ to import.**(Only supports SVG format)**
293 293  
294 -[[image:1749376507835-691.png]]
315 +[[image:1748241600796-653.png||height="481" width="652"]]
295 295  
296 296  
297 297  ----
... ... @@ -305,8 +305,9 @@
305 305  
306 306  ----
307 307  
308 -2.Move to the measurement point, insert the LA66 USB LoRaWAN Adapter , then you can see the new data renewing.**~/~/图片需要替换**
329 +2.Move to the measurement point, insert the LA66 USB LoRaWAN Adapter , and press the button to switch to ON, then you can see the new data renewing.
309 309  
331 +[[image:1748229559964-501.png||height="401" width="733"]]
310 310  
311 311  
312 312  ----
... ... @@ -318,11 +318,18 @@
318 318  
319 319  ----
320 320  
343 +4.Click button to "OFF" to stop measuring.
344 +
345 +[[image:1748229757097-872.png||height="232" width="736"]]
346 +
347 +
348 +----
349 +
321 321  === **3.2.3 Delete point** ===
322 322  
323 323  Click the marking points, then click yes.
324 324  
325 -[[image:1749376586844-796.png]]
354 +[[image:1748229833594-993.png||height="320" width="735"]]
326 326  
327 327  
328 328  ----
1749375906728-208.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.hera
Size
... ... @@ -1,1 +1,0 @@
1 -217.3 KB
Content
1749376046690-863.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.hera
Size
... ... @@ -1,1 +1,0 @@
1 -45.6 KB
Content
1749376107488-669.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.hera
Size
... ... @@ -1,1 +1,0 @@
1 -14.0 KB
Content
1749376404143-588.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.hera
Size
... ... @@ -1,1 +1,0 @@
1 -723.5 KB
Content
1749376507835-691.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.hera
Size
... ... @@ -1,1 +1,0 @@
1 -129.3 KB
Content
1749376586844-796.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.hera
Size
... ... @@ -1,1 +1,0 @@
1 -108.6 KB
Content