Changes for page DS20L -- LoRaWAN Smart Distance Detector User Manual 01
Last modified by Mengting Qiu on 2023/12/14 11:15
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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=0x0 1: Normal uplink packet.406 +If byte[0]&0x01=0x00 : Normal uplink packet. 407 407 408 -If byte[0]&0x01=0x0 0: Interrupt Uplink Packet.408 +If byte[0]&0x01=0x01 : Interrupt Uplink Packet. 409 409 410 410 411 411 ==== (% style="color:blue" %)**LiDAR temp**(%%) ==== ... ... @@ -431,8 +431,8 @@ 431 431 432 432 (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:499px" %) 433 433 |=(% style="width: 161px;background-color:#4F81BD;color:white" %)**Message Type Code**|=(% style="width: 164px;background-color:#4F81BD;color:white" %)**Description**|=(% style="width: 174px;background-color:#4F81BD;color:white" %)**Payload** 434 -|(% style="width:160px" %)0x01|(% style="width:163px" %)Normal Uplink|(% style="width:173px" %) [[Normal Uplink Payload>>||anchor="H2.3200BUplinkPayload"]]435 -|(% style="width:160px" %)0x02|(% style="width:163px" %)Reply configures info|(% style="width:173px" %) [[Configure Info Payload>>||anchor="H3.ConfigureLDS12-LB"]]434 +|(% style="width:160px" %)0x01|(% style="width:163px" %)Normal Uplink|(% style="width:173px" %)Normal Uplink Payload 435 +|(% style="width:160px" %)0x02|(% style="width:163px" %)Reply configures info|(% style="width:173px" %)Configure Info Payload 436 436 437 437 [[image:image-20230805150315-4.png||height="233" width="723"]] 438 438 ... ... @@ -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 waterflowstatus.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 P A8of pin.823 +Feature, Set Interrupt mode for GPIO_EXTI of pin. 824 824 825 -When AT+INTMOD=0 is set, P A8is 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)