Last modified by Mengting Qiu on 2025/06/10 18:53

From version 32.5
edited by Xiaoling
on 2022/06/24 14:52
Change comment: There is no comment for this version
To version 32.2
edited by Xiaoling
on 2022/06/24 14:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -543,20 +543,17 @@
543 543  
544 544  (% style="color:#037691" %)**AT Command:**
545 545  
546 -(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:377px" %)
547 -|=(% style="width: 157px;" %)**Command Example**|=(% style="width: 130px;" %)**Function**|=(% style="width: 87px;" %)**Response**
548 -|(% style="width:157px" %)AT+STYPE=80221|(% style="width:130px" %)Set sensor types|(% style="width:87px" %)OK
546 +|**Command Example**|**Function**|**Response**
547 +|AT+STYPE=80221|Set sensor types|OK
549 549  
550 -
551 551  Eg: The setting command **AT+STYPE=802212** means:
552 552  
553 -(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:495px" %)
554 -|(% rowspan="2" style="width:57px" %)Byte3|(% style="width:57px" %)Bit23|(% style="width:59px" %)Bit22|(% style="width:56px" %)Bit21|(% style="width:51px" %)Bit20|(% style="width:54px" %)Bit19|(% style="width:54px" %)Bit18|(% style="width:52px" %)Bit17|(% style="width:52px" %)Bit16
555 -|(% style="width:57px" %)0|(% style="width:59px" %)0|(% style="width:56px" %)0|(% style="width:51px" %)0|(% style="width:54px" %)1|(% style="width:54px" %)0|(% style="width:52px" %)0|(% style="width:52px" %)0
556 -|(% rowspan="2" style="width:57px" %)Byte2|(% style="width:57px" %)Bit15|(% style="width:59px" %)Bit14|(% style="width:56px" %)Bit13|(% style="width:51px" %)Bit12|(% style="width:54px" %)Bit11|(% style="width:54px" %)Bit10|(% style="width:52px" %)Bit9|(% style="width:52px" %)Bit8
557 -|(% style="width:57px" %)0|(% style="width:59px" %)0|(% style="width:56px" %)0|(% style="width:51px" %)0|(% style="width:54px" %)0|(% style="width:54px" %)0|(% style="width:52px" %)1|(% style="width:52px" %)0
558 -|(% rowspan="2" style="width:57px" %)Byte1|(% style="width:57px" %)Bit7|(% style="width:59px" %)Bit6|(% style="width:56px" %)Bit5|(% style="width:51px" %)Bit4|(% style="width:54px" %)Bit3|(% style="width:54px" %)Bit2|(% style="width:52px" %)Bit1|(% style="width:52px" %)Bit0
559 -|(% style="width:57px" %)0|(% style="width:59px" %)0|(% style="width:56px" %)1|(% style="width:51px" %)0|(% style="width:54px" %)0|(% style="width:54px" %)0|(% style="width:52px" %)0|(% style="width:52px" %)1
551 +|(% rowspan="2" %)Byte3|Bit23|Bit22|Bit21|Bit20|Bit19|Bit18|Bit17|Bit16
552 +|0|0|0|0|1|0|0|0
553 +|(% rowspan="2" %)Byte2|Bit15|Bit14|Bit13|Bit12|Bit11|Bit10|Bit9|Bit8
554 +|0|0|0|0|0|0|1|0
555 +|(% rowspan="2" %)Byte1|Bit7|Bit6|Bit5|Bit4|Bit3|Bit2|Bit1|Bit0
556 +|0|0|1|0|0|0|0|1
560 560  
561 561  So wsc1-L will upload the following data: Custom Sensor A1, Rain Gauge,CO2,BAT.
562 562  
... ... @@ -567,7 +567,7 @@
567 567  
568 568  (% style="color:red" %)**Note:**
569 569  
570 -~1. The sensor type will not be saved to flash, and the value will be updated every time the sensor is restarted or rescanned.
567 +~1. The sensor type will not be saved to flash, and the value will be updated every time the sensor is restarted or rescanned
571 571  
572 572  
573 573