Last modified by Xiaoling on 2025/07/16 11:58

From version 117.1
edited by Mengting Qiu
on 2024/11/05 08:54
Change comment: There is no comment for this version
To version 118.1
edited by Mengting Qiu
on 2024/11/05 09:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -436,12 +436,20 @@
436 436  
437 437  **1:** Sensor connection detected.
438 438  
439 -**For example,** bytes[4]=10
439 +**For example,** s_flag=1111,.Represents recognition to four sensors.
440 440  
441 -mod=(bytes[4]>>4)&0x01=1.
441 +Counting from left to right,
442 442  
443 +The first number represents the **01** address sensor,
443 443  
445 +The second number represents the **02** address sensor;
444 444  
447 +The third number represents the **03** address sensor;
448 +
449 +The fourth number represents the **04** address sensor.
450 +
451 +
452 +
445 445  === 2.3.11 ​Decode payload in The Things Network ===
446 446  
447 447  
... ... @@ -694,6 +694,7 @@
694 694  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
695 695  
696 696  
705 +
697 697  === 3.3.4 Set Power Output Duration ===
698 698  
699 699  
... ... @@ -724,6 +724,7 @@
724 724  * Example 2: Downlink Payload: 0701F4  **~-~-->**  AT+5VT=500
725 725  
726 726  
736 +
727 727  === 3.3.5 Setting the sensor address ===
728 728  
729 729