Changes for page Outdoor & Indoor signal measuring Solution End User Guide V1.2
Last modified by Hera Guo on 2025/06/10 15:14
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 23 added, 0 removed)
- 1748482052834-585.png
- 1748482145587-587.png
- 1748601432759-282.png
- 1748601500104-639.png
- 1748601609894-341.png
- 1748601692184-985.png
- 1748601714123-652.png
- 1748601795657-856.png
- 1748602283686-496.png
- 1748602304586-198.png
- 1748602461523-537.png
- 1748602571865-850.png
- 1748602603331-559.png
- 1748602881431-230.png
- 1748603053572-488.png
- 1748603159913-908.png
- 1749375906728-208.png
- 1749376046690-863.png
- 1749376107488-669.png
- 1749376404143-588.png
- 1749376507835-691.png
- 1749376586844-796.png
- demo.pem
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - 11 +Outdoor & Indoor signal measuring Solution End User Guide V1.2 - Content
-
... ... @@ -4,13 +4,13 @@ 4 4 5 5 == **1.1 What is Outdoor & Indoor signal measuring Solution?** == 6 6 7 -To help customers identify optimal sensor placement locations, we have designed a one-click signal strength measurement solution. All you needis one**LA66 USB LoRaWAN Adapter **and a **Dragino account**.7 +To help customers identify optimal sensor placement locations, we have designed a one-click signal strength measurement solution. You only need an **LA66 USB LoRaWAN Adapter **and a **Dragino account**. 8 8 9 -The signaloverlay from multiple gateways.9 +The** outdoor signal measurement** **solution **supports simultaneous testing with multiple gateways. It allows for both individual gateway signal map displays and combined overlays from multiple gateways. 10 10 11 -For **indoor signal measurement**, due to the complex layout and numerous obstacles, the user needs towalkto aitablelocation before startingthe measurement.Measurement pointscanthen be marked onanindoormap, with flexible optionsto add or removemarkers.11 +For **indoor signal measurement solution **, due to the complex layout and numerous obstacles, the solution adopts manual coordinate marking instead of relying on unstable mobile device positioning. 12 12 13 -Both dashboards support **data export**.13 +Both dashboards support data export. 14 14 15 15 16 16 ---- ... ... @@ -28,15 +28,14 @@ 28 28 * **User-Friendly Interface** 29 29 ** Intuitive dashboard design 30 30 31 - 32 32 ---- 33 33 34 34 == **1.3 Specifications ** == 35 35 36 -* **Mobile Support: [[Dedicated mobile app for on-the-go monitoring>>https://www.dropbox.com/scl/fo/qdiwkpcxc03qu2r2w0g46/AKqR2FByUdkoWZPZh-diYfQ?rlkey=t1a1kwlvr93c1459mz9jifers&e=1&st=kji4rdg0&dl=0]]** 37 -* **Device Manual: [[LA66 USB LoRaWAN Adapter User Manual>>https://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20USB%20LoRaWAN%20Adapter%20User%20Manual/]]** 35 +* **Mobile Support:** [[Dedicated mobile app for on-the-go monitoring>>https://www.dropbox.com/scl/fo/qdiwkpcxc03qu2r2w0g46/AKqR2FByUdkoWZPZh-diYfQ?rlkey=t1a1kwlvr93c1459mz9jifers&e=1&st=kji4rdg0&dl=0]] 36 +* **Device Manual:** [[LA66 USB LoRaWAN Adapter User Manual>>https://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20USB%20LoRaWAN%20Adapter%20User%20Manual/]] 37 +* **Dragino APP: **[[https:~~/~~/www.dropbox.com/scl/fo/qdiwkpcxc03qu2r2w0g46/AKqR2FByUdkoWZPZh-diYfQ?rlkey=t1a1kwlvr93c1459mz9jifers&st=kji4rdg0&dl=0>>https://www.dropbox.com/scl/fo/qdiwkpcxc03qu2r2w0g46/AKqR2FByUdkoWZPZh-diYfQ?rlkey=t1a1kwlvr93c1459mz9jifers&st=kji4rdg0&dl=0]] 38 38 39 - 40 40 ---- 41 41 42 42 ... ... @@ -103,7 +103,7 @@ 103 103 var data = {}; 104 104 if (bytes.length >= 9) { 105 105 data.flag = bytes[0]; 106 -data.Node_type = " CaculateAVG";105 +data.Node_type = "Dragino_Mapper"; 107 107 data.latitude = parseFloat(((bytes[1] << 24 >>> 0 | bytes[2] << 16 | bytes[3] << 8 | bytes[4]) / 1e6).toFixed(6)); 108 108 data.longitude = parseFloat(((bytes[5] << 24 >>> 0 | bytes[6] << 16 | bytes[7] << 8 | bytes[8]) / 1e6).toFixed(6)); 109 109 ... ... @@ -155,7 +155,7 @@ 155 155 } 156 156 else if(bytes.length==9){ 157 157 data.doorflg = doorflg 158 - data.Node_type = " CaculateAVG"157 + data.Node_type = "Dragino_Mapper" 159 159 data.latitude=parseFloat(((bytes[1]<<24|bytes[2]<<16|bytes[3]<<8|bytes[4])/1000000).toFixed(6)); 160 160 data.longitude=parseFloat(((bytes[5]<<24|bytes[6]<<16|bytes[7]<<8|bytes[8])/1000000).toFixed(6)); 161 161 return data; ... ... @@ -187,7 +187,7 @@ 187 187 188 188 **Account & Passwork:** Imput your TTN account and password to use API port. 189 189 190 -**MQTT Address: **Imput public address** 189 +**MQTT Address: **Imput public address** (Don't imput Port)** 191 191 192 192 193 193 ))) ... ... @@ -194,30 +194,31 @@ 194 194 195 195 ---- 196 196 197 -**Example of ChirpStack**~/~/已增添详细文字说明 [[image:1747972538335-599.png]]196 +**Example of ChirpStack**~/~/已增添详细文字说明 198 198 198 +[[image:1749375906728-208.png]] 199 + 199 199 **MQTT Address: **Your MQTT server address or the cloud server address you use 200 200 201 201 **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) 202 202 203 -**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]])204 +**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]]) 204 204 205 205 206 206 ---- 207 207 208 -**Check:**Whether the device is connected to the platform through LNS 209 +**Check:**Whether the device is connected to the platform through LNS~/~/新增自检教学,避免后续额外工作量 209 209 210 -[[image:1748 417055367-336.png]]211 +[[image:1748602571865-850.png]] 211 211 212 212 213 - ----214 + Whether the device profile is Calculate AVG? Change it if it not. 214 214 215 -**Check:** Whether the device profile is Caculate AVG. Change it if it not. 216 - 217 217 [[image:1748416951693-709.png]] 218 218 219 - [[image:1748417025235-726.png]]218 +👇 220 220 220 +[[image:1749376046690-863.png]] 221 221 222 222 ---- 223 223 ... ... @@ -235,39 +235,17 @@ 235 235 **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.** 236 236 237 237 (% class="wikigeneratedid" %) 238 -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. 238 +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]) 239 239 240 - 241 -(% class="wikigeneratedid" %) 242 -**The following are special cases:** 243 - 244 -(% class="wikigeneratedid" id="HClickthecenterbuttonontherighttoaddagatewaylayer.28PleasecreatealldevicesthatcanacceptthecurrentLA66frequencyband3Botherwise2Cthereceiveddatawillnotbedisplayed.29" %) 245 -**1.Can't see new gateway layers:** 246 - 247 -(% class="wikigeneratedid" %) 248 -Click the center button on the right to add a gateway layer. (Please create all devices that can accept the current LA66 USB LoRaWAN Adapter frequency band; otherwise, the received data will not be displayed.) 249 - 250 -For example, here we created a gateway with the ID a84041fdfe27e8fa 251 - 252 -You can click here to modify the gateway layer ID (it must correspond one-to-one with the gateway ID that will receive the data). 253 - 254 -[[image:1748226933887-176.png||height="279" width="232"]]👉[[image:1748226941899-789.png||height="308" width="896"]] 255 - 256 256 ---- 257 257 258 - Bythe,youcan clickheretodelete thegatewaylayer.242 +Click row of gateway layer will turn to the detail page. 259 259 260 -[[image:1748 226990199-388.png]]244 +[[image:1749376107488-669.png]]👉 [[image:1748603053572-488.png||height="644" width="672"]] 261 261 262 262 263 263 ---- 264 264 265 -Click row of gateway layer will turn to the detail page, this page will be blank before gateway upload data. 266 - 267 -[[image:1748227035403-882.png||height="487" width="196"]]👉 [[image:1748227056061-411.png||height="655" width="891"]] 268 - 269 ----- 270 - 271 271 Click the top-left corner to return. 272 272 273 273 [[image:1748227163443-264.png]] ... ... @@ -275,35 +275,13 @@ 275 275 276 276 ---- 277 277 278 -**2.Can't see new gateway layers, and displayed "Asset with such name already exists!":** 279 - 280 -**Turn to Assets to have a check weather it profiles is "**Outdoors_signal**" or "**AL_Zone**" .** 281 - 282 -[[image:1748418008638-728.png]] 283 - 284 - 285 ----- 286 - 287 -If not, have a set. 288 - 289 -[[image:1748418120064-329.png]] 290 - 291 -[[image:1748418142794-272.png]] 292 - 293 ----- 294 - 295 295 === **3.1.2 Measuring** === 296 296 297 -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 every6seconds based on the tablet's location. Simply move the tablet to measure signal strength from different places.258 +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. 298 298 299 299 [[image:1748243979452-223.jpg||height="495" width="661"]] 300 300 301 -[[image:1748227286978-688.png||height="149" width="660"]] 302 302 303 - 👇 304 - 305 -[[image:1748227303533-598.png||height="151" width="661"]] 306 - 307 307 ---- 308 308 309 309 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. ... ... @@ -310,8 +310,9 @@ 310 310 311 311 The measured data will be displayed in translucent dots of different colors, green represents a good signal, and red represents a poor signal. 312 312 313 -[[image:1748 227348704-578.png||height="360" width="663"]]269 +[[image:1748601795657-856.png||height="632" width="663"]] 314 314 271 + 315 315 ---- 316 316 317 317 You can click here to edit the device remarks. ... ... @@ -318,33 +318,16 @@ 318 318 319 319 [[image:1748227380372-654.png||height="509" width="659"]] 320 320 321 ----- 322 322 323 -You can click here to delete the device (deletion is irreversible, please proceed with caution). 324 - 325 -[[image:1748227409566-450.png||height="443" width="659"]] 326 - 327 327 ---- 328 328 329 -All data collected by the gateways will also be displayed in All_signal simultaneously.281 +All data collected by the gateways will also be displayed in the layer which named customer's E-mail simultaneously. 330 330 331 -[[image:174 8227432762-994.png||height="478" width="660"]]283 +[[image:1749376404143-588.png]] 332 332 333 333 ---- 334 334 335 -=== **3.1.3 Turn OFF to stop measuring** === 336 336 337 -Once the current location's detection is complete, press the button again to switch to OFF and pause detection. 338 - 339 -[[image:1748227523105-709.png||height="150" width="649"]] 340 - 341 - 👇 342 - 343 -[[image:1748227534764-184.png||height="147" width="649"]] 344 - 345 ----- 346 - 347 - 348 348 == **3.2 Indoors_signal dashboard** == 349 349 350 350 Indoors_signal supports measuring and marking the signal strength of all locations on the indoor floor plan. ... ... @@ -352,9 +352,9 @@ 352 352 353 353 === **3.2.1 Import the map** === 354 354 355 -Drag the map image here and click √ to import. 295 +Drag the map image here and click √ to import.**(Only supports SVG format)** 356 356 357 -[[image:174 8241600796-653.png||height="481" width="652"]]297 +[[image:1749376507835-691.png]] 358 358 359 359 360 360 ---- ... ... @@ -368,22 +368,19 @@ 368 368 369 369 ---- 370 370 371 -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.311 +2.Move to the measurement point, insert the LA66 USB LoRaWAN Adapter , then you can see the new data renewing. 372 372 373 - [[image:1748229559964-501.png||height="401"width="733"]]313 + 374 374 315 + 316 + 375 375 ---- 376 376 377 -3.Mark the next place which to be measured than move to the measurement point.Repeat the above steps to measure (**Remeber: Mark point before move.**)319 +3.Mark the next place which to be measured than move to the measurement point.Repeat the above steps to measure**(Remeber: Mark point before move.**) 378 378 379 379 [[image:1748229639368-109.png||height="605" width="820"]] 380 380 381 ----- 382 382 383 -4.Click button to Off to stop measuring. 384 - 385 -[[image:1748229757097-872.png||height="232" width="736"]] 386 - 387 387 ---- 388 388 389 389 === **3.2.3 Delete point** === ... ... @@ -390,8 +390,9 @@ 390 390 391 391 Click the marking points, then click yes. 392 392 393 -[[image:174 8229833594-993.png||height="320" width="735"]]330 +[[image:1749376586844-796.png]] 394 394 332 + 395 395 ---- 396 396 397 397
- 1748482052834-585.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +197.4 KB - Content
- 1748482145587-587.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +344.5 KB - Content
- 1748601432759-282.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +32.9 KB - Content
- 1748601500104-639.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +761.0 KB - Content
- 1748601609894-341.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +139.2 KB - Content
- 1748601692184-985.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +141.9 KB - Content
- 1748601714123-652.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +144.4 KB - Content
- 1748601795657-856.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +685.2 KB - Content
- 1748602283686-496.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +232.9 KB - Content
- 1748602304586-198.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +218.9 KB - Content
- 1748602461523-537.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +51.2 KB - Content
- 1748602571865-850.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +50.8 KB - Content
- 1748602603331-559.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +48.6 KB - Content
- 1748602881431-230.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +30.8 KB - Content
- 1748603053572-488.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +685.3 KB - Content
- 1748603159913-908.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +613.1 KB - Content
- 1749375906728-208.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +217.3 KB - Content
- 1749376046690-863.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +45.6 KB - Content
- 1749376107488-669.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +14.0 KB - Content
- 1749376404143-588.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +723.5 KB - Content
- 1749376507835-691.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +129.3 KB - Content
- 1749376586844-796.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +108.6 KB - Content
- demo.pem
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +0 bytes - Content