Last modified by Xiaoling on 2025/03/28 17:34
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -319,9 +319,7 @@ 319 319 [[Humidity>>path:#HHumidity:]] 320 320 ))) 321 321 322 - 323 323 324 - 325 325 326 326 327 327 ==== (% style="color:#4472c4" %)**Battery:**(%%) ==== ... ... @@ -345,13 +345,13 @@ 345 345 (FF3F & 8000:Judge whether the highest bit is 1, when the highest bit is 1, it is negative) 346 346 347 347 348 -==== **Humidity:** ==== 346 +==== (% style="color:#4472c4" %)**Humidity:**(%%) ==== 349 349 350 350 351 351 Read:0x(0197)=412 Value: 412 / 10=41.2, So 41.2% 352 352 353 353 354 -==== **Alarm Flag& MOD:** ==== 352 +==== (% style="color:#4472c4" %)**Alarm Flag& MOD:**(%%) ==== 355 355 356 356 357 357 **Example:** ... ... @@ -362,19 +362,14 @@ 362 362 363 363 If payload >> 2 = 0x00 **~-~->** means MOD=1, This is a sampling uplink message 364 364 365 -If payload >> 2 = 0x31 **~-~->** means MOD=31, this message is a reply message for polling, this message contains the alarm settings. see [[this link>>path:#HPolltheAlarmsettings:]] for detail. 363 +If payload >> 2 = 0x31 **~-~->** means MOD=31, this message is a reply message for polling, this message contains the alarm settings. see [[this link>>path:#HPolltheAlarmsettings:]] for detail. 366 366 367 367 368 368 == 2.4 Payload Decoder file == 369 369 370 - 371 -((( 372 372 In TTN, use can add a custom payload so it shows friendly. 373 -))) 374 374 375 -((( 376 376 In the page **Applications ~-~-> Payload Formats ~-~-> Custom ~-~-> decoder** to add the decoder from: [[https:~~/~~/github.com/dragino/dragino-end-node-decoder/tree/main/LSN50v2-S31%26S31B >>https://github.com/dragino/dragino-end-node-decoder/tree/main/LSN50v2-S31%26S31B]] 377 -))) 378 378 379 379 380 380 == 2.5 Datalog Feature ==