Changes for page LDDS45 - LoRaWAN Distance Detection Sensor User Manual
Last modified by Mengting Qiu on 2025/02/26 15:04
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -81,7 +81,7 @@ 81 81 * Automatic control 82 82 * Sewer 83 83 84 -== 1.6 Pin mapping and power on == 84 +== 1.6 Pin mapping and power on == 85 85 86 86 87 87 [[image:1654827332142-133.png]] ... ... @@ -88,10 +88,11 @@ 88 88 89 89 90 90 91 -= 2. Configure LLDS12 to connect to LoRaWAN network = 92 92 93 -= =2.1Howit works==92 += 2. Configure LLDS12 to connect to LoRaWAN network = 94 94 94 +== 2.1 How it works == 95 + 95 95 ((( 96 96 The LLDS12 is configured as LoRaWAN OTAA Class A mode by default. It has OTAA keys to join LoRaWAN network. To connect a local LoRaWAN network, you need to input the OTAA keys in the LoRaWAN IoT server and power on the LLDS12. It will automatically join the network via OTAA and start to send the sensor value. The default uplink interval is 20 minutes. 97 97 ))) ... ... @@ -101,7 +101,7 @@ 101 101 ))) 102 102 103 103 104 -== 2.2 Quick guide to connect to LoRaWAN server (OTAA) == 105 +== 2.2 Quick guide to connect to LoRaWAN server (OTAA) == 105 105 106 106 ((( 107 107 Following is an example for how to join the [[TTN v3 LoRaWAN Network>>url:https://console.cloud.thethings.network/]]. Below is the network structure; we use the [[LG308>>url:http://www.dragino.com/products/lora/item/140-lg308.html]] as a LoRaWAN gateway in this example. ... ... @@ -170,10 +170,10 @@ 170 170 171 171 172 172 173 -== 2.3 Uplink Payload == 174 +== 2.3 Uplink Payload == 174 174 175 175 ((( 176 -LS PH01 will uplink payload via LoRaWAN with below payload format:177 +LLDS12 will uplink payload via LoRaWAN with below payload format: 177 177 ))) 178 178 179 179 ((( ... ... @@ -181,7 +181,7 @@ 181 181 ))) 182 182 183 183 ((( 184 - Normaluplink payload:185 + 185 185 ))) 186 186 187 187 (% border="1" cellspacing="10" style="background-color:#ffffcc; width:510px" %) ... ... @@ -191,21 +191,21 @@ 191 191 |(% style="width:62.5px" %)**Value**|(% style="width:62.5px" %)[[BAT>>||anchor="H2.3.1BatteryInfo"]]|(% style="width:62.5px" %)((( 192 192 [[Temperature>>||anchor="H2.3.2DS18B20Temperaturesensor"]] 193 193 194 -[[ (Optional)>>||anchor="H2.3.2DS18B20Temperaturesensor"]]195 -)))|[[ Soil pH>>||anchor="H2.3.3SoilpH"]]|[[Soil Temperature>>||anchor="H2.3.4SoilTemperature"]]|(((196 -[[ DigitalInterrupt(Optional)>>||anchor="H2.3.5InterruptPin"]]197 -)))|Re serve|(((195 +[[DS18B20>>||anchor="H2.3.2DS18B20Temperaturesensor"]] 196 +)))|[[Distance>>||anchor="H"]]|[[Distance signal strength>>||anchor="H2.3.4SoilTemperature"]]|((( 197 +[[Interrupt flag>>||anchor="H2.3.5InterruptPin"]] 198 +)))|[[LiDAR temp>>||anchor="H"]]|((( 198 198 [[Message Type>>||anchor="H2.3.6MessageType"]] 199 199 ))) 200 200 201 -[[image:1654 592721645-318.png]]202 +[[image:1654833689380-972.png]] 202 202 203 203 204 204 205 -=== 2.3.1 Battery Info === 206 +=== 2.3.1 Battery Info === 206 206 207 207 208 -Check the battery voltage for LS PH01.209 +Check the battery voltage for LLDS12. 209 209 210 210 Ex1: 0x0B45 = 2885mV 211 211 ... ... @@ -213,7 +213,7 @@ 213 213 214 214 215 215 216 -=== 2.3.2 DS18B20 Temperature sensor === 217 +=== 2.3.2 DS18B20 Temperature sensor === 217 217 218 218 This is optional, user can connect external DS18B20 sensor to the +3.3v, 1-wire and GND pin . and this field will report temperature. 219 219 ... ... @@ -226,26 +226,27 @@ 226 226 227 227 228 228 229 -=== 2.3.3 SoilpH===230 +=== 2.3.3 Distance === 230 230 231 -Range :0~~14pH232 +Represents the distance value of the measurement output, the default unit is cm, and the value range parsed as a decimal number is 0-1200. In actual use, when the signal strength value Strength. 232 232 233 -**Example:** 234 234 235 - (% style="color:#037691" %)**0x02B7(H) = 695(D) = 6.95pH**235 +**Example**: 236 236 237 +If the data you get from the register is 0x0B 0xEA, the distance between the sensor and the measured object is 0BEA(H) = 3050 (D)/10 = 305cm. 237 237 238 238 239 -=== 2.3.4 Soil Temperature === 240 240 241 - GetSoilTemperature241 +=== 2.3.4 Distance signal strength === 242 242 243 +Refers to the signal strength, the default output value will be between 0-65535. When the distance measurement gear is fixed, the farther the distance measurement is, the lower the signal strength; the lower the target reflectivity, the lower the signal strength. When Strength is greater than 100 and not equal to 65535, the measured value of Dist is considered credible. 243 243 245 + 244 244 **Example**: 245 245 246 -If payload is: **0105H**:(0105&FC00==0), temp=0105H/10=26.1degree248 +If payload is: 01D7(H)=471(D), distance signal strength=471, 471>100,471≠65535, the measured value of Dist is considered credible. 247 247 248 - If payload is:**FF3FH**:(FF3F&FC00==1),temp=(FF3FH- 65536)/10 = -19.3 degrees.250 +Customers can judge whether they need to adjust the environment based on the signal strength. 249 249 250 250 251 251 ... ... @@ -447,7 +447,6 @@ 447 447 * Check what sub-band the LoRaWAN server ask from the OTAA Join Accept message and switch to that sub-band 448 448 * Use the Join successful sub-band if the server doesn’t include sub-band info in the OTAA Join Accept message ( TTN v2 doesn't include) 449 449 450 - 451 451 === 2.6.3 CN470-510 (CN470) === 452 452 453 453 ((( ... ... @@ -784,8 +784,6 @@ 784 784 * The sensor is detected when the device is turned on, and it will flash 4 times quickly when it is detected. 785 785 * Blink once when device transmit a packet. 786 786 787 - 788 - 789 789 == 2.8 Firmware Change Log == 790 790 791 791 ... ... @@ -1239,5 +1239,3 @@ 1239 1239 1240 1240 * Support is provided Monday to Friday, from 09:00 to 18:00 GMT+8. Due to different timezones we cannot offer live support. However, your questions will be answered as soon as possible in the before-mentioned schedule. 1241 1241 * Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[support@dragino.com>>url:http://../../../../../../D:%5C%E5%B8%82%E5%9C%BA%E8%B5%84%E6%96%99%5C%E8%AF%B4%E6%98%8E%E4%B9%A6%5CLoRa%5CLT%E7%B3%BB%E5%88%97%5Csupport@dragino.com]]. 1242 - 1243 -
- 1654833689380-972.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +60.5 KB - Content