Changes for page DMT01

Last modified by Mengting Qiu on 2025/08/11 18:25

From version 52.5
edited by Mengting Qiu
on 2025/08/04 19:05
Change comment: There is no comment for this version
To version 53.5
edited by Mengting Qiu
on 2025/08/04 19:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -425,13 +425,78 @@
425 425  [[image:1754305290140-806.jpg||height="680" width="432"]]
426 426  
427 427  
428 -If the scanned payload is 0x0201060609444D5430310EFF  **01C12309250F1AD100CD0064460512**  E001E001
428 +If the scanned payload is 0x0201060609444D5430310EFF  **01C12309250F1AD100CD006446   **0512E001E001
429 429  
430 +(% style="color:red" %)**Note**(%%):
430 430  
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.
431 431  
435 +So the payload is:**01C12309250F1AD100CD006446**
432 432  
433 433  
438 +==== (% style="color:#4472c4" %)**Bluetooth data packet frame header**(%%) ====
434 434  
440 +Example:
441 +
442 +0201060609444D5430310EFF
443 +
444 +
445 +==== (% style="color:#4472c4" %)**DevMode**(%%) ====
446 +
447 +**Example**:
448 +
449 +If payload is 0x01: BLE_LoRa
450 +
451 +If payload is 0x02: LoRa
452 +
453 +If payload is 0x03: BLE
454 +
455 +
456 +==== (% style="color:#4472c4" %)**MACaddr**(%%) ====
457 +
458 +**Example**:
459 +
460 +If the payload is C12309250F1A, the MACaddr is C12309250F1A
461 +
462 +
463 +==== (% style="color:#4472c4" %)**ProbeBat**(%%) ====
464 +
465 +**Example:**
466 +
467 +If payload is 0x64 = 100%
468 +
469 +
470 +==== (% style="color:#4472c4" %)**BoxBat**(%%) ====
471 +
472 +**Example:**
473 +
474 +If payload is 0x46 = 70%
475 +
476 +
477 +==== (% style="color:#4472c4" %)**Food temperature**(%%) ====
478 +
479 +Because the food temperature data is a little-endian sequence, the order of the front and back bytes needs to be swapped during decoding.
480 +
481 +**Example**:
482 +
483 +If payload is: D300H = 00D3H, temp = 00D3H /10 = 21.1 degree
484 +
485 +If payload is: 3FFFH  = FF3F , temp = (FF3FH - 65536)/10 = -19.3 degrees.
486 +
487 +
488 +==== (% style="color:#4472c4" %)**Ambient temperature**(%%) ====
489 +
490 +Because the food temperature data is a little-endian sequence, the order of the front and back bytes needs to be swapped during decoding.
491 +
492 +**Example**:
493 +
494 +If payload is: D200H = 00D2H, temp = 00D2H /10 = 21.0 degree
495 +
496 +If payload is: 3FFFH  = FF3F , temp = (FF3FH - 65536)/10 = -19.3 degrees.
497 +
498 +
499 +
435 435  = 3. Configure DMT01  ~-~- 需要修改 =
436 436  
437 437  == 3.1 Configure Methods ==