Last modified by Xiaoling on 2025/07/16 11:58

From version 103.5
edited by Mengting Qiu
on 2024/11/04 18:30
Change comment: There is no comment for this version
To version 103.6
edited by Mengting Qiu
on 2024/11/04 18:46
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -260,10 +260,37 @@
260 260  [[image:image-20240603162118-5.png||height="400" width="1514"]]
261 261  
262 262  
263 -=== 2.3.2 Device Status, FPORT~=5 ===
263 +=== 2.3.2 MOD~=1(Original value) ===
264 264  
265 265  
266 +This mode can get the original AD value of moisture and original conductivity (with temperature drift compensation).
267 +
268 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:517px" %)
269 +|(% style="background-color:#4f81bd; color:white; width:53px" %)**Size(bytes)**|(% style="background-color:#4f81bd; color:white; width:30px" %)**2**|(% style="background-color:#4f81bd; color:white; width:53px" %)**2**|(% style="background-color:#4f81bd; color:white; width:53px" %)**2**|(% style="background-color:#4f81bd; color:white; width:53px" %)**2**|(% style="background-color:#4f81bd; color:white; width:53px" %)**2**|(% style="background-color:#4f81bd; color:white; width:53px" %)**2**|(% style="background-color:#4f81bd; color:white; width:53px" %)**2**|(% style="background-color:#4f81bd; color:white; width:53px" %)**2**|(% style="background-color:#4f81bd; color:white; width:63px" %)**1**
270 +|(% style="width:53px" %)Value|(% style="width:30px" %)[[BAT>>||anchor="H2.3.4BatteryInfo"]]|(% style="width:53px" %)(((
266 266  (((
272 +DS18B20_
273 +Temperature
274 +)))
275 +
276 +(((
277 +
278 +)))
279 +)))|(% style="width:53px" %)Reserved position, meaningless|(% style="width:53px" %)[[Soil Moisture>>||anchor="H2.3.5SoilMoisture"]](raw)|(% style="width:53px" %)[[Soil Conductivity (EC)>>||anchor="H2.3.7SoilConductivity28EC29"]](raw)|(% style="width:53px" %)Reserved position, meaningless|(% style="width:53px" %)Soil Moisture 2(raw)|(% style="width:53px" %)Soil Conductivity 2 (EC)(raw)|(% style="width:53px" %)(((
280 +MOD &
281 +Interrupt_flag
282 +& Sensor_flag
283 +)))
284 +
285 +Example in TTN:
286 +
287 +[[image:image-20240603161726-4.png||height="401" width="1506"]]
288 +
289 +
290 +=== 2.3.3 Device Status, FPORT~=5 ===
291 +
292 +
293 +(((
267 267  Users can use the downlink command(**0x26 01**) to ask SE02-LB to send device configure detail, include device configure status. SE02-LB will uplink a payload via FPort=5 to server.
268 268  
269 269  The Payload format is as below.
... ... @@ -325,7 +325,7 @@
325 325  Ex2: 0x0B49 = 2889mV
326 326  
327 327  
328 -=== 2.3.3 Battery Info ===
355 +=== 2.3.4 Battery Info ===
329 329  
330 330  
331 331  (((
... ... @@ -341,7 +341,7 @@
341 341  )))
342 342  
343 343  
344 -=== 2.3.4 Soil Moisture ===
371 +=== 2.3.5 Soil Moisture ===
345 345  
346 346  
347 347  (((
... ... @@ -353,7 +353,7 @@
353 353  )))
354 354  
355 355  
356 -=== 2.3.5 Soil Temperature ===
383 +=== 2.3.6 Soil Temperature ===
357 357  
358 358  
359 359  (((
... ... @@ -373,7 +373,7 @@
373 373  )))
374 374  
375 375  
376 -=== 2.3.6 Soil Conductivity (EC) ===
403 +=== 2.3.7 Soil Conductivity (EC) ===
377 377  
378 378  
379 379  (((
... ... @@ -392,7 +392,7 @@
392 392  
393 393  )))
394 394  
395 -=== 2.3.7 MOD ===
422 +=== 2.3.8 MOD ===
396 396  
397 397  
398 398  SE02-LB supports changing mode.
... ... @@ -409,7 +409,7 @@
409 409  If** **payload =** **0x0A01, workmode=1
410 410  
411 411  
412 -=== 2.3.8 Interrupt_flag ===
439 +=== 2.3.9 Interrupt_flag ===
413 413  
414 414  
415 415  Displays whether upstream packets are generated by interrupt.
... ... @@ -423,7 +423,7 @@
423 423  mod=bytes[16] &0x01=0.
424 424  
425 425  
426 -=== 2.3.9 Sensor_flag ===
453 +=== 2.3.10 Sensor_flag ===
427 427  
428 428  
429 429  Displays whether sensors are connected.
... ... @@ -438,7 +438,7 @@
438 438  
439 439  
440 440  
441 -=== 2.3.10 ​Decode payload in The Things Network ===
468 +=== 2.3.11 ​Decode payload in The Things Network ===
442 442  
443 443  
444 444  While using TTN network, you can add the payload format to decode the payload.