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 (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 8 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -18,8 +18,8 @@ 18 18 19 19 == **1.2 Features ** == 20 20 21 -* Extensive support 22 -** Only oneLA66 USB LoRaWAN Adapter** **and one Dragino account are needed,andthe gateway and LNS can be freely matchedHigh Precision Measurement~/~/格式已修正**21 +* **Extensive support** 22 +** Only a LA66 USB LoRaWAN Adapter** **and one Dragino account are needed, the gateway and LNS can be freely matched.**~/~/格式已修正** 23 23 ** High-accuracy sensors 24 24 ** Reliable data readings 25 25 * **Real-Time measuring** ... ... @@ -66,10 +66,11 @@ 66 66 2.Burn bootloader & firmware for LA66 USB LoRaWAN Adapter 67 67 68 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 69 +* **Firmware:** If your device didn't have bootloader or firmware, please burn the latest bootloader & firmware 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 71 **--Ensure that all devices are pre-registered on Dragino before use~/~/移至章末另起一节--** 72 72 73 + 73 73 ---- 74 74 75 75 == **2.3 Register Devices & Gateways on LNS** == ... ... @@ -76,12 +76,12 @@ 76 76 77 77 === **2.3.1 Register Device** === 78 78 79 -1.Have a check of package box to get DEVEUI/ APPEUI/ APPKEY(OTTAKEY) 80 +**1.Have a check of package box to get DEVEUI/ APPEUI/ APPKEY(OTTAKEY)** 80 80 81 81 [[image:1747970430695-168.jpg||height="510" width="852"]] 82 82 83 83 84 -2.Register on LNS and replace decoding 85 +**2.Register on LNS and replace decoding** 85 85 86 86 * **Decoding for ChirpStack:** 87 87 ... ... @@ -100,7 +100,7 @@ 100 100 var data = {}; 101 101 if (bytes.length >= 9) { 102 102 data.flag = bytes[0]; 103 -data.Node_type = " LA66";104 +data.Node_type = "Caculate AVG"; 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 = " LA66"156 + data.Node_type = "Caculate AVG" 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; ... ... @@ -164,12 +164,17 @@ 164 164 165 165 === --**2.2.2 Register Gateway(If you use Dragino's gateway)~/~/删除网关配置介绍**-- === 166 166 168 + 169 + 167 167 ---- 168 168 169 169 == **2.4 LNS Connection Method~/~/已更新标题** == 170 170 171 -**Choose LNS: **After log in Dragino platform, click the button "Import-Dragino-map"and choose the LNS you using. [[image:1747971716633-666.png||height="487" width="654"]]174 +**Choose LNS: **After log in Dragino platform, click the button "Import-Dragino-map"and choose the LNS you using. 172 172 176 +[[image:1747971716633-666.png||height="487" width="654"]] 177 + 178 + 173 173 ---- 174 174 175 175 ((( ... ... @@ -179,7 +179,9 @@ 179 179 180 180 **Account & Passwork:** Imput your TTN account and password to use API port. 181 181 182 -**MQTT Address: **Imput public address (Don't imput Port) 188 +**MQTT Address: **Imput public address** (Don't imput Port)** 189 + 190 + 183 183 ))) 184 184 185 185 ---- ... ... @@ -192,16 +192,26 @@ 192 192 193 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 194 203 + 195 195 ---- 196 196 197 -**Check: .206 +**Check:**Whether the device is connected to the platform through LNS 198 198 199 -[[image:1748 239366095-176.png||height="353" width="663"]]208 +[[image:1748417055367-336.png]] 200 200 210 + 201 201 ---- 202 202 213 +**Check:** Whether the device profile is Caculate AVG. Change it if it not. 203 203 215 +[[image:1748416951693-709.png]] 204 204 217 +[[image:1748417025235-726.png]] 218 + 219 + 220 +---- 221 + 222 + 205 205 = **3. How To Use?~/~/图片显示问题已修复,硬件使用方法已放到小节头(即插即用,自动判断室内外)** = 206 206 207 207 == **3.1 Outdoor_signal dashboard** == ... ... @@ -211,7 +211,20 @@ 211 211 212 212 === **3.1.1 Create the gateway layer.** === 213 213 232 +(% class="wikigeneratedid" %) 233 +**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.** 234 + 235 +(% class="wikigeneratedid" %) 236 +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. 237 + 238 + 239 +(% class="wikigeneratedid" %) 240 +**The following are special cases:** 241 + 214 214 (% class="wikigeneratedid" id="HClickthecenterbuttonontherighttoaddagatewaylayer.28PleasecreatealldevicesthatcanacceptthecurrentLA66frequencyband3Botherwise2Cthereceiveddatawillnotbedisplayed.29" %) 243 +**1.Can't see new gateway layers:** 244 + 245 +(% class="wikigeneratedid" %) 215 215 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.) 216 216 217 217 For example, here we created a gateway with the ID a84041fdfe27e8fa ... ... @@ -220,10 +220,29 @@ 220 220 221 221 [[image:1748226933887-176.png||height="279" width="232"]]👉[[image:1748226941899-789.png||height="308" width="896"]] 222 222 254 + 223 223 ---- 224 224 225 -C lickhere todelete thegatewaylayer.257 +**2.Can't see new gateway layers, and displayed "Asset with such name already exists!":** 226 226 259 +**Turn to Assets to have a check weather it profiles is "**Outdoors_signal**" or "**AL_Zone**" .** 260 + 261 +[[image:1748418008638-728.png]] 262 + 263 + 264 +---- 265 + 266 +If not, have a set. 267 + 268 +[[image:1748418120064-329.png]] 269 + 270 +[[image:1748418142794-272.png]] 271 + 272 + 273 +---- 274 + 275 +(% id="cke_bm_85127S" style="display:none" %) (%%)By the way, you can click here to delete the gateway layer. 276 + 227 227 [[image:1748226990199-388.png]] 228 228 229 229 ... ... @@ -239,6 +239,7 @@ 239 239 240 240 [[image:1748227163443-264.png]] 241 241 292 + 242 242 ---- 243 243 244 244 === **3.1.2 Measuring** ===
- 1748416824921-381.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +55.9 KB - Content
- 1748416951693-709.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +96.0 KB - Content
- 1748416993868-454.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +98.6 KB - Content
- 1748417025235-726.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +87.4 KB - Content
- 1748417055367-336.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +76.2 KB - Content
- 1748418008638-728.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +81.6 KB - Content
- 1748418120064-329.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +105.5 KB - Content
- 1748418142794-272.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.hera - Size
-
... ... @@ -1,0 +1,1 @@ 1 +101.4 KB - Content