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

From version 41.8
edited by Xiaoling
on 2023/02/01 16:07
Change comment: There is no comment for this version
To version 41.7
edited by Xiaoling
on 2023/02/01 16:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -557,9 +557,9 @@
557 557  
558 558  (% style="color:#4f81bd" %)**AT+DATAUP=0**
559 559  
560 -Compose the uplink payload with value returns in sequence and send with **__A SIGNLE UPLINK__**.
560 +Compose the uplink payload with value returns in sequence and send with A SIGNLE UPLINK.
561 561  
562 -Final Payload is **__Battery Info+PAYVER + VALID Value from RETURN1 + Valid Value from RETURN2 + … + RETURNx__**
562 +Final Payload is Battery Info+PAYVER + VALID Value from RETURN1 + Valid Value from RETURN2 + … + RETURNx
563 563  
564 564  Where PAYVER is defined by AT+PAYVER, below is an example screen shot.
565 565  
... ... @@ -569,10 +569,12 @@
569 569  
570 570  (% style="color:#4f81bd" %)**AT+DATAUP=1**
571 571  
572 -Compose the uplink payload with value returns in sequence and send with **__Multiply UPLINKs__**.
572 +Compose the uplink payload with value returns in sequence and send with Multiply UPLINKs.
573 573  
574 -Final Payload is __**Battery Info+PAYVER + PAYLOAD COUNT + PAYLOAD# + DATA**__
574 +Final Payload is
575 575  
576 +__**Battery Info+PAYVER + PAYLOAD COUNT + PAYLOAD# + DATA**__
577 +
576 576  1. Battery Info (2 bytes): Battery voltage
577 577  1. PAYVER (1 byte): Defined by AT+PAYVER
578 578  1. PAYLOAD COUNT (1 byte): Total how many uplinks of this sampling.