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