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, 0 added, 13 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - Outdoor & Indoor signal measuring Solution End User Guide V1.11 + Outdoor & Indoor signal measuring Solution End User Guide - Content
-
... ... @@ -1,10 +1,10 @@ 1 1 {{toc/}} 2 2 3 -= **1. Introduction ~/~/名字已修改,以下内容中“LA66”全部替换成“LA66USB LoRaWAN Adapter”** =3 += **1. Introduction** = 4 4 5 -== **1.1 What is Outdoor & Indoor signal measuring Solution?** == 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 need is 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. All you need is one **LA66 device** and a **Dragino account**. 8 8 9 9 The **outdoor signal measurement solution** supports simultaneous testing with multiple gateways. It allows for both individual gateway signal map display and combined signal overlay from multiple gateways. 10 10 ... ... @@ -19,7 +19,7 @@ 19 19 == **1.2 Features ** == 20 20 21 21 * Extensive support 22 -** Only one LA66 USB LoRaWAN Adapter** **and one Dragino account are needed, and the gateway and LNS can be freely matched **High Precision Measurement~/~/格式已修正**22 +** Only one LA66 and one Dragino account are needed, and the gateway and LNS can be freely matched **High Precision Measurement** 23 23 ** High-accuracy sensors 24 24 ** Reliable data readings 25 25 * **Real-Time measuring** ... ... @@ -40,7 +40,7 @@ 40 40 41 41 = **2. How to Build?** = 42 42 43 -== **2.1 Network Structure ~/~/图片已替换** ==43 +== **2.1 Network Structure** == 44 44 45 45 [[image:结构.png]] 46 46 ... ... @@ -56,20 +56,17 @@ 56 56 57 57 ---- 58 58 59 -== **2.2 Get Device And Configuration~/~/新增烧录固件详细说明(一般情况下用出厂自带的默认固件即可)** ==59 +== **2.2 Get Devices** == 60 60 61 -1.Reach out to your local representative to acquire the necessary devices for your signal measuring solution. These devices include: 62 62 63 -* **End Nodes:** LA66 USB LoRaWAN Adapter 62 +Reach out to your local representative to acquire the necessary devices for your signal measuring solution. These devices include: 63 + 64 +* **End Nodes**: LA66 64 64 * **Gateway(If you want):**For data transmission. 65 65 66 - 2.Burnbootloader&firmwareforLA66 USB LoRaWAN Adapter67 +Ensure that all devices are pre-registered on **Dragino** before use. 67 67 68 -* **Bootloader: **We ship the LA66 USB LoRaWAN Adapter with a boot loader by default( More detail: [[https:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20USB%20LoRaWAN%20Adapter%20User%20Manual/#H1.10A0UpgradeFirmwareofLA66USBLoRaWANAdapter:~~~~:text=is%20as%20below%3A-,1.10%C2%A0%20Upgrade%20Firmware%20of%20LA66%20USB%20LoRaWAN%20Adapter,-1.10.1%20Update%20method>>https://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20USB%20LoRaWAN%20Adapter%20User%20Manual/#H1.10A0UpgradeFirmwareofLA66USBLoRaWANAdapter:~~:text=is%20as%20below%3A-,1.10%C2%A0%20Upgrade%20Firmware%20of%20LA66%20USB%20LoRaWAN%20Adapter,-1.10.1%20Update%20method]]) 69 -* **Firmware:** If your device didn't have bootloader, please burn a bootloader for it in the following way: [[https:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20USB%20LoRaWAN%20Adapter%20User%20Manual/#H1.10A0UpgradeFirmwareofLA66USBLoRaWANAdapter:~~~~:text=20model/%23H3.2.1UpdateafirmwareviaDraginoSensorManagerUtility.exe-,1.10.2%20Update%20method%3A%C2%A0For%20LA66%20without%20bootloader,-Explanation%3A>>https://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20USB%20LoRaWAN%20Adapter%20User%20Manual/#H1.10A0UpgradeFirmwareofLA66USBLoRaWANAdapter:~~:text=20model/%23H3.2.1UpdateafirmwareviaDraginoSensorManagerUtility.exe-,1.10.2%20Update%20method%3A%C2%A0For%20LA66%20without%20bootloader,-Explanation%3A]] 70 70 71 -**--Ensure that all devices are pre-registered on Dragino before use~/~/移至章末另起一节--** 72 - 73 73 ---- 74 74 75 75 == **2.3 Register Devices & Gateways on LNS** == ... ... @@ -100,7 +100,7 @@ 100 100 var data = {}; 101 101 if (bytes.length >= 9) { 102 102 data.flag = bytes[0]; 103 -data.Node_type = " CaculateAVG";100 +data.Node_type = "LA66"; 104 104 data.latitude = parseFloat(((bytes[1] << 24 >>> 0 | bytes[2] << 16 | bytes[3] << 8 | bytes[4]) / 1e6).toFixed(6)); 105 105 data.longitude = parseFloat(((bytes[5] << 24 >>> 0 | bytes[6] << 16 | bytes[7] << 8 | bytes[8]) / 1e6).toFixed(6)); 106 106 ... ... @@ -152,7 +152,7 @@ 152 152 } 153 153 else if(bytes.length==9){ 154 154 data.doorflg = doorflg 155 - data.Node_type = " CaculateAVG"152 + data.Node_type = "LA66" 156 156 data.latitude=parseFloat(((bytes[1]<<24|bytes[2]<<16|bytes[3]<<8|bytes[4])/1000000).toFixed(6)); 157 157 data.longitude=parseFloat(((bytes[5]<<24|bytes[6]<<16|bytes[7]<<8|bytes[8])/1000000).toFixed(6)); 158 158 return data; ... ... @@ -160,58 +160,31 @@ 160 160 } 161 161 {{/code}} 162 162 163 -* 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]] )160 +* 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]] 164 164 165 -=== --**2.2.2 Register Gateway(If you use Dragino's gateway)~/~/删除网关配置介绍**-- === 166 - 167 167 ---- 168 168 169 -== **2.4 LNS Connection Method~/~/已更新标题** == 170 170 171 - **ChooseLNS:**Afterlogn Draginoplatform,click thebutton "Import-Dragino-map"and choosetheLNSyouusing.[[image:1747971716633-666.png||height="487" width="654"]]165 +=== **2.2.2 Register Gateway(If you use Dragino's gateway)** === 172 172 173 -- ---167 +When you receive the gateway, you need to register the gateway to the server for it to work properly, here are the instructions for registering the gateway to the server:[[How to register gateway to server - ThingsEye Wiki>>url:https://wiki.thingseye.io/xwiki/bin/view/Main/How%20to%20register%20gateway%20to%20server/]] 174 174 175 -((( 176 -**Example of TTN**~/~/已增添详细文字说明 177 177 178 - [[image:1748250400868-786.png]]170 +---- 179 179 180 - **Account& Passwork:** Imput yourTTN account and passwordto use APIport.172 +== **2.4 Import device to Dragino map** == 181 181 182 -**MQTT Address: **Imput public address (Don't imput Port) 174 +1. After log in Dragino platform, click the button "Import-Dragino-map"an choose the LNS you using.[[image:1747971716633-666.png]] 175 +1. ((( 176 +Example of TTN: Imput your TTN account and password (It's will be hashed and we cannot see it.)[[image:1747984882996-168.png]] 183 183 ))) 178 +1. Example of ChirpStack[[image:1747972538335-599.png]] 184 184 185 185 ---- 186 186 187 -**Example of ChirpStack**~/~/已增添详细文字说明[[image:1747972538335-599.png]] 188 188 189 - **MQTTAddress:**YourMQTT server addressorthe cloudserveraddress you use183 += **3. How To Use?** = 190 190 191 -**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) 192 - 193 -**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]]) 194 - 195 ----- 196 - 197 -**Check:**Whether the device is connected to the platform through LNS 198 - 199 -[[image:1748417055367-336.png]] 200 - 201 ----- 202 - 203 -**Check:** Whether the device profile is Caculate AVG. Change it if it not. 204 - 205 -[[image:1748416951693-709.png]] 206 - 207 -[[image:1748417025235-726.png]] 208 - 209 ----- 210 - 211 - 212 - 213 -= **3. How To Use?~/~/图片显示问题已修复,硬件使用方法已放到小节头(即插即用,自动判断室内外)** = 214 - 215 215 == **3.1 Outdoor_signal dashboard** == 216 216 217 217 Outdoors_signal supports viewing both the signal coverage of a single gateway and the combined coverage of all gateways. ... ... @@ -220,13 +220,13 @@ 220 220 === **3.1.1 Create the gateway layer.** === 221 221 222 222 (% class="wikigeneratedid" id="HClickthecenterbuttonontherighttoaddagatewaylayer.28PleasecreatealldevicesthatcanacceptthecurrentLA66frequencyband3Botherwise2Cthereceiveddatawillnotbedisplayed.29" %) 223 -Click the center button on the right to add a gateway layer. (Please create all devices that can accept the current LA66 USB LoRaWAN Adapterfrequency band; otherwise, the received data will not be displayed.)193 +Click the center button on the right to add a gateway layer. (Please create all devices that can accept the current LA66 frequency band; otherwise, the received data will not be displayed.) 224 224 225 225 For example, here we created a gateway with the ID a84041fdfe27e8fa 226 226 227 227 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). 228 228 229 -[[image:1748226933887-176.png||height="2 79" width="232"]]👉[[image:1748226941899-789.png||height="308" width="896"]]199 +[[image:1748226933887-176.png||height="291" width="242"]]👉[[image:1748226941899-789.png||height="308" width="896"]] 230 230 231 231 ---- 232 232 ... ... @@ -251,10 +251,8 @@ 251 251 252 252 === **3.1.2 Measuring** === 253 253 254 -Insert the LA66 USB LoRaWAN Adapterinto 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 6 seconds based on the tablet's location. Simply move the tablet to measure signal strength from different places.224 +Insert the LA66 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 6 seconds based on the tablet's location. Simply move the tablet to measure signal strength from different places. 255 255 256 -[[image:1748243979452-223.jpg||height="495" width="661"]] 257 - 258 258 [[image:1748227286978-688.png||height="149" width="660"]] 259 259 260 260 👇 ... ... @@ -311,21 +311,19 @@ 311 311 312 312 Drag the map image here and click √ to import. 313 313 314 -[[image:17482 41600796-653.png||height="481" width="652"]]282 +[[image:1748228668245-725.png||height="202" width="651"]] 315 315 316 - 317 317 ---- 318 318 319 319 === **3.2.2 Measuring** === 320 320 321 -1.Mark on map where you want to measuring than click Yes.288 +1.Mark on map where you want to measuring. 322 322 323 -[[image:17482 41711617-627.png]]290 +[[image:1748228872833-162.png||height="477" width="732"]] 324 324 325 - 326 326 ---- 327 327 328 -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.294 +2.Move to the measurement point, insert the LA66, and press the button to switch to ON, then you can see the new data renewing. 329 329 330 330 [[image:1748229559964-501.png||height="401" width="733"]] 331 331 ... ... @@ -354,6 +354,12 @@ 354 354 355 355 == **4. Use of Tablet** == 356 356 357 -For added convenience, you can use a tablet to access the 323 +For added convenience, you can use a tablet to access the **ThingsEye.io** platform. This allows for real-time monitoring and management of your food safety solution on the go. 358 358 359 -* **Download 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]] 325 +* **Download APP: **Scan the QR code or click the link to download the app. 326 + 327 +| |**QR code**|**Link** 328 +|**Google Play**|[[image:https://wiki.thingseye.io/xwiki/bin/download/Main/%E2%80%8B%E2%80%8B%E2%80%8B%E2%80%8B%E2%80%8B%E2%80%8B%E2%80%8BThingsEye%20Food%20Safety%20Solution%20End%20User%20Guide/WebHome/1739501688627-693.png?rev=1.1||alt="1739501688627-693.png"]]|[[https:~~/~~/play.google.com/store/apps/details?id=com.teyiwulian.thingseye.app>>url:https://play.google.com/store/apps/details?id=com.teyiwulian.thingseye.app]] 329 +|**APP Store**|[[image:https://wiki.thingseye.io/xwiki/bin/download/Main/%E2%80%8B%E2%80%8B%E2%80%8B%E2%80%8B%E2%80%8B%E2%80%8B%E2%80%8BThingsEye%20Food%20Safety%20Solution%20End%20User%20Guide/WebHome/1739501688627-907.png?rev=1.1||alt="1739501688627-907.png"]]|[[https:~~/~~/apps.apple.com/us/app/thingseye-io/id6739418014>>url:https://apps.apple.com/us/app/thingseye-io/id6739418014]] 330 + 331 +After that you can use your dashboard as normal.The display is as follows:
- 1748231443123-856.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -99.0 KB - Content
- 1748237918280-338.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -154.8 KB - Content
- 1748239366095-176.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -60.8 KB - Content
- 1748241600796-653.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -63.9 KB - Content
- 1748241711617-627.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -48.7 KB - Content
- 1748243979452-223.jpg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -148.3 KB - Content
- 1748250400868-786.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -62.5 KB - Content
- 1748416824921-381.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -55.9 KB - Content
- 1748416951693-709.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -96.0 KB - Content
- 1748416993868-454.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -98.6 KB - Content
- 1748417025235-726.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -87.4 KB - Content
- 1748417055367-336.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -76.2 KB - Content
- 图片5.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -99.0 KB - Content