Changes for page LMDS200 -- LoRaWAN Microwave Radar Distance Sensor User Manual
Last modified by Mengting Qiu on 2024/03/07 08:41
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -50,7 +50,6 @@ 50 50 * IP68 rate for the Sensor Probe 51 51 * 8500mAh Battery for long term use 52 52 53 - 54 54 == 1.3 Probe Specification == 55 55 56 56 ... ... @@ -71,13 +71,10 @@ 71 71 * IP68 Protection 72 72 * Length: 3.5 meters 73 73 74 - 75 - 76 76 == 1.4 Applications == 77 77 78 78 * Smart Agriculture 79 79 80 - 81 81 == 1.5 Pin mapping and power on == 82 82 83 83 [[image:1654580482666-473.png]] ... ... @@ -219,40 +219,35 @@ 219 219 220 220 221 221 222 -1. 223 -11. 224 -111. Soil pH 218 +=== 2.3.3 Soil pH === 225 225 226 226 Range: 0 ~~ 14 pH 227 227 228 -Example: 222 +**Example:** 229 229 230 -**0x02B7(H) = 695(D) = 6.95pH** 224 +(% style="color:#037691" %)** 0x02B7(H) = 695(D) = 6.95pH** 231 231 232 232 233 -1. 234 -11. 235 -111. Soil Temperature 236 236 228 +=== 2.3.4 Soil Temperature === 229 + 237 237 Get Soil Temperature 238 238 239 239 240 240 **Example**: 241 241 242 -If payload is: 0105H: (0105 & FC00 == 0), temp = 0105H /10 = 26.1 degree 235 +If payload is: **0105H**: (0105 & FC00 == 0), temp = 0105H /10 = 26.1 degree 243 243 244 -If payload is: FF3FH : (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees. 237 +If payload is: **FF3FH** : (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees. 245 245 246 246 247 247 248 -1. 249 -11. 250 -111. Interrupt Pin 241 +=== 2.3.5 Interrupt Pin === 251 251 252 -This data field shows if this packet is generated by interrupt or not. [[Click here>> path:#Int_mod]] for the hardware and software set up.243 +This data field shows if this packet is generated by interrupt or not. [[Click here>>||anchor="H3.2SetInterruptMode"]] for the hardware and software set up. 253 253 254 254 255 -Example: 246 +**Example:** 256 256 257 257 0x00: Normal uplink packet. 258 258 ... ... @@ -259,16 +259,16 @@ 259 259 0x01: Interrupt Uplink Packet. 260 260 261 261 262 -1. 263 -11. 264 -111. Message Type 265 265 254 +=== 2.3.6 Message Type === 255 + 266 266 For a normal uplink payload, the message type is always 0x01. 267 267 268 268 Valid Message Type: 269 269 270 270 271 -|Message Type Code|Description|Payload 261 +(% border="1" cellspacing="10" style="background-color:#ffffcc; width:510px" %) 262 +|**Message Type Code**|**Description**|**Payload** 272 272 |0x01|Normal Uplink|[[Normal Uplink Payload>>path:#Normal_Uplink]] 273 273 |0x02|Reply configures info|[[Configure Info Payload>>path:#Configure_Info_Payload]] 274 274 |0x03|Reply Calibration Info|[[Calibration Payload>>path:#Calibration_Payload]]