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, 7 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - 11 +Outdoor & Indoor signal measuring Solution End User Guide V1.2 - Content
-
... ... @@ -102,7 +102,7 @@ 102 102 var data = {}; 103 103 if (bytes.length >= 9) { 104 104 data.flag = bytes[0]; 105 -data.Node_type = " CalculateAVG";105 +data.Node_type = "Dragino_Mapper"; 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 = " CalculateAVG"157 + data.Node_type = "Dragino_Mapper" 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; ... ... @@ -193,13 +193,15 @@ 193 193 194 194 ---- 195 195 196 -**Example of ChirpStack**~/~/已增添详细文字说明 [[image:1747972538335-599.png]]196 +**Example of ChirpStack**~/~/已增添详细文字说明 197 197 198 +[[image:1749375906728-208.png]] 199 + 198 198 **MQTT Address: **Your MQTT server address or the cloud server address you use 199 199 200 200 **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) 201 201 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]])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]]) 203 203 204 204 205 205 ---- ... ... @@ -213,8 +213,9 @@ 213 213 214 214 [[image:1748416951693-709.png]] 215 215 218 +👇 216 216 217 -[[image:174 8602603331-559.png]]220 +[[image:1749376046690-863.png]] 218 218 219 219 ---- 220 220 ... ... @@ -232,14 +232,13 @@ 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. 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]) 236 236 237 - 238 238 ---- 239 239 240 240 Click row of gateway layer will turn to the detail page. 241 241 242 -[[image:174 8602881431-230.png||height="648" width="198"]]👉 [[image:1748603053572-488.png||height="644" width="672"]]244 +[[image:1749376107488-669.png]]👉 [[image:1748603053572-488.png||height="644" width="672"]] 243 243 244 244 245 245 ---- ... ... @@ -253,17 +253,11 @@ 253 253 254 254 === **3.1.2 Measuring** === 255 255 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.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. 257 257 258 258 [[image:1748243979452-223.jpg||height="495" width="661"]] 259 259 260 -[[image:1748601609894-341.png||height="173" width="661"]] 261 261 262 - 👇 263 - 264 -[[image:1748601714123-652.png||height="176" width="662"]] 265 - 266 - 267 267 ---- 268 268 269 269 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. ... ... @@ -284,25 +284,11 @@ 284 284 285 285 All data collected by the gateways will also be displayed in the layer which named customer's E-mail simultaneously. 286 286 287 -[[image:174 8603159913-908.png||height="635" width="655"]]283 +[[image:1749376404143-588.png]] 288 288 289 - 290 290 ---- 291 291 292 -=== **3.1.3 Turn OFF to stop measuring** === 293 293 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") 295 - 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 306 == **3.2 Indoors_signal dashboard** == 307 307 308 308 Indoors_signal supports measuring and marking the signal strength of all locations on the indoor floor plan. ... ... @@ -312,7 +312,7 @@ 312 312 313 313 Drag the map image here and click √ to import.**(Only supports SVG format)** 314 314 315 -[[image:174 8241600796-653.png||height="481" width="652"]]297 +[[image:1749376507835-691.png]] 316 316 317 317 318 318 ---- ... ... @@ -326,10 +326,11 @@ 326 326 327 327 ---- 328 328 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.311 +2.Move to the measurement point, insert the LA66 USB LoRaWAN Adapter , then you can see the new data renewing. 330 330 331 - [[image:1748229559964-501.png||height="401"width="733"]]313 + 332 332 315 + 333 333 334 334 ---- 335 335 ... ... @@ -340,18 +340,11 @@ 340 340 341 341 ---- 342 342 343 -4.Click button to "OFF" to stop measuring. 344 - 345 -[[image:1748229757097-872.png||height="232" width="736"]] 346 - 347 - 348 ----- 349 - 350 350 === **3.2.3 Delete point** === 351 351 352 352 Click the marking points, then click yes. 353 353 354 -[[image:174 8229833594-993.png||height="320" width="735"]]330 +[[image:1749376586844-796.png]] 355 355 356 356 357 357 ----
- 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