Last modified by Mengting Qiu on 2023/12/14 11:15

From version 105.1
edited by Saxer Lin
on 2023/08/05 16:13
Change comment: There is no comment for this version
To version 107.1
edited by Saxer Lin
on 2023/08/05 16:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -399,13 +399,13 @@
399 399  
400 400  This data field shows if this packet is generated by interrupt or not. [[Click here>>||anchor="H3.3.2SetInterruptMode"]] for the hardware and software set up.
401 401  
402 -Note: The Internet Pin is a separate pin in the screw terminal. See GPIO_EXTI of [[pin mapping>>||anchor="H1.8PinDefinitions"]].
402 +Note: The Internet Pin is a separate pin in the screw terminal. See [[pin mapping>>||anchor="H1.8PinDefinitions"]] of GPIO_EXTI .
403 403  
404 404  **Example:**
405 405  
406 -If byte[0]&0x01=0x01 : Normal uplink packet.
406 +If byte[0]&0x01=0x00 : Normal uplink packet.
407 407  
408 -If byte[0]&0x01=0x00 : Interrupt Uplink Packet.
408 +If byte[0]&0x01=0x01 : Interrupt Uplink Packet.
409 409  
410 410  
411 411  ==== (% style="color:blue" %)**LiDAR temp**(%%) ====
... ... @@ -441,7 +441,7 @@
441 441  
442 442  LDS12-LB stores sensor values and users can retrieve these history values via the [[downlink command>>http://8.211.40.43/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LDS12-LB_LoRaWAN_LiDAR_ToF_Distance_Sensor_User_Manual/#H2.5.4Pollsensorvalue]].
443 443  
444 -The historical payload includes one or multiplies entries and every entry has the same payload as Real-Time water flow status.
444 +The historical payload includes one or multiplies entries and every entry has the same payload as Real-Time measuring distance.
445 445  
446 446  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
447 447  |=(% style="width: 60px;background-color:#4F81BD;color:white" %)(((
... ... @@ -513,7 +513,7 @@
513 513  [362,173,30,Low,False,2023-08-04 02:58:53],
514 514  
515 515  
516 -History read from serial port:
516 +**History read from serial port:**
517 517  
518 518  [[image:image-20230805145056-3.png]]
519 519  
... ... @@ -820,9 +820,9 @@
820 820  === 3.3.2 Set Interrupt Mode ===
821 821  
822 822  
823 -Feature, Set Interrupt mode for PA8 of pin.
823 +Feature, Set Interrupt mode for GPIO_EXTI of pin.
824 824  
825 -When AT+INTMOD=0 is set, PA8 is used as a digital input port.
825 +When AT+INTMOD=0 is set, GPIO_EXTI is used as a digital input port.
826 826  
827 827  (% style="color:blue" %)**AT Command: AT+INTMOD**
828 828  
... ... @@ -833,7 +833,11 @@
833 833  OK
834 834  the mode is 0 =Disable Interrupt
835 835  )))
836 -|(% style="width:154px" %)AT+INTMOD=2|(% style="width:196px" %)(((
836 +|(% style="width:154px" %)(((
837 +AT+INTMOD=2
838 +
839 +(default)
840 +)))|(% style="width:196px" %)(((
837 837  Set Transmit Interval
838 838  0. (Disable Interrupt),
839 839  ~1. (Trigger by rising and falling edge)