Changes for page DMT01
Last modified by Mengting Qiu on 2025/08/11 18:25
From version 52.7
edited by Mengting Qiu
on 2025/08/04 19:16
on 2025/08/04 19:16
Change comment:
There is no comment for this version
To version 53.4
edited by Mengting Qiu
on 2025/08/04 19:43
on 2025/08/04 19:43
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -425,7 +425,7 @@ 425 425 [[image:1754305290140-806.jpg||height="680" width="432"]] 426 426 427 427 428 -If the scanned payload is 0x0201060609444D5430310EFF **01C12309250F1AD100CD006446 428 +If the scanned payload is 0x0201060609444D5430310EFF **01C12309250F1AD100CD006446 **0512E001E001 429 429 430 430 (% style="color:red" %)**Note**(%%): 431 431 ... ... @@ -435,9 +435,65 @@ 435 435 So the payload is:**01C12309250F1AD100CD006446** 436 436 437 437 438 +==== (% style="color:#4472c4" %)**Bluetooth data packet frame header**(%%) ==== 438 438 439 439 440 440 442 +==== (% style="color:#4472c4" %)**DevMode**(%%) ==== 443 + 444 +**Example**: 445 + 446 +If payload is 0x01: BLE_LoRa 447 + 448 +If payload is 0x02: LoRa 449 + 450 +If payload is 0x03: BLE 451 + 452 + 453 +==== (% style="color:#4472c4" %)**MACaddr**(%%) ==== 454 + 455 +**Example**: 456 + 457 +If the payload is C12309250F1A, the MACaddr is C12309250F1A 458 + 459 + 460 +==== (% style="color:#4472c4" %)**ProbeBat**(%%) ==== 461 + 462 +**Example:** 463 + 464 +If payload is 0x64 = 100% 465 + 466 + 467 +==== (% style="color:#4472c4" %)**BoxBat**(%%) ==== 468 + 469 +**Example:** 470 + 471 +If payload is 0x46 = 70% 472 + 473 + 474 +==== (% style="color:#4472c4" %)**Food temperature**(%%) ==== 475 + 476 +Because the food temperature data is a little-endian sequence, the order of the front and back bytes needs to be swapped during decoding. 477 + 478 +**Example**: 479 + 480 +If payload is: D300H = 00D3H, temp = 00D3H /10 = 21.1 degree 481 + 482 +If payload is: 3FFFH = FF3F , temp = (FF3FH - 65536)/10 = -19.3 degrees. 483 + 484 + 485 +==== (% style="color:#4472c4" %)**Ambient temperature**(%%) ==== 486 + 487 +Because the food temperature data is a little-endian sequence, the order of the front and back bytes needs to be swapped during decoding. 488 + 489 +**Example**: 490 + 491 +If payload is: D200H = 00D2H, temp = 00D2H /10 = 21.0 degree 492 + 493 +If payload is: 3FFFH = FF3F , temp = (FF3FH - 65536)/10 = -19.3 degrees. 494 + 495 + 496 + 441 441 = 3. Configure DMT01 ~-~- 需要修改 = 442 442 443 443 == 3.1 Configure Methods ==