Last modified by Mengting Qiu on 2025/07/03 15:42

From version 155.1
edited by Mengting Qiu
on 2025/05/16 14:54
Change comment: Uploaded new attachment "image-20250516145402-2.png", version {1}
To version 155.2
edited by Mengting Qiu
on 2025/05/16 14:58
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -691,16 +691,28 @@
691 691  
692 692  This is the data obtained:
693 693  
694 -[[image:image-20250516103652-3.png]]
694 +[[image:image-20250516145402-2.png]]
695 695  
696 696  
697 697  When using the AT+DATACONVx command,
698 698  
699 -The data of RETURN3 will be converted into 2 data, the first data is +101, and the second data is +263.
699 +The data of RETURN3 will be converted into 2 data, the first data is +95, and the second data is +260.
700 700  
701 701  * AT+DATACONV3=1,2+2,2  The first data is uploaded as 2 bytes and the second data is uploaded as 2 bytes. The form converted to hexadecimal is as shown above,as below:
702 702  
703 +[[image:image-20250516144559-1.png]]
703 703  
705 +0C90 01 005F 0104
706 +
707 +(% style="color:#037691" %)**BAT**(%%): 0x0c90 = 3216mV = 3.216V
708 +
709 +(% style="color:#037691" %)**Payload Version**(%%): 0x01, Means: v1.0 version
710 +
711 +(% style="color:#037691" %)**Data 1: **(%%)0x005F(H) = 95(D) / 100 = 0.95
712 +
713 +(% style="color:#037691" %)**Data 2: **(%%)0x0104(H) = 260(D) / 10 = 26.0
714 +
715 +
704 704  == 2.4 Uplink Payload ==
705 705  
706 706  === 2.4.1 Device Payload, FPORT~=5 ===