Changes for page SN50v3-LB/LS -- LoRaWAN Sensor Node User Manual
Last modified by Xiaoling on 2025/06/12 15:06
From version 121.1
edited by Mengting Qiu
on 2025/04/02 10:45
on 2025/04/02 10:45
Change comment:
Uploaded new attachment "image-20250402104508-2.png", version {1}
To version 122.1
edited by Mengting Qiu
on 2025/04/02 11:17
on 2025/04/02 11:17
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -871,11 +871,34 @@ 871 871 [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50%20%26%20LSN50-V2%20-%20LoRaWAN%20Sensor%20Node%20User%20Manual/WebHome/1656379339508-835.png?rev=1.1||alt="1656379339508-835.png"]] 872 872 873 873 874 - In**MOD=1**, usercanusebyte 6 toseethe statusfordoor open or close. TTN V3decoder isas below:874 +(% style="color:blue" %)**Application in different modes:** 875 875 876 - door=(bytes[6]&0x80)?"CLOSE":"OPEN";876 +* In **MOD=1**, user can use byte 6 to see the status for door open or close. TTN V3 decoder is as below: 877 877 878 + door= (bytes[6] & 0x80)? "CLOSE":"OPEN"; 878 878 880 + 881 +* In **MOD=7**, there are three interrupt pins in effect. 882 + 883 +See the AT+INTMODx command explained to set the three pin interrupt modes. 884 + 885 +As you can see from the byte parsing table of pattern 7, the seventh byte of the original load is used to display the PA8 pin interrupt flag and status, the eighth byte of the original load is used to display the PA4 pin interrupt flag and status, and the ninth byte of the original load is used to display the PB15 pin interrupt flag and status. 886 + 887 +[[image:image-20250402103902-1.png]] 888 + 889 +TTN V3 decoder is as below: 890 + 891 +[[image:image-20250402104508-2.png||height="255" width="579"]] 892 + 893 +(% style="color:red" %)**Note: mode in decoding is sorted from 0, so it corresponds to the actual working mode AT+MOD=7.** 894 + 895 + 896 +(% style="color:#037691" %)**Interrupt flag: **(%%)"EXTI1/2/3_Trigger", indicates whether the uplink packet is generated by an interrupt on the PA8/PA4/PB15 pin. 897 + 898 + 899 +(% style="color:#037691" %)**Interrupt status: **(%%)"EXTI1/2/3_Status", Displays the status of the interrupt sensors connected to the PA4/PA8/PB15 interrupt pins when the packet is uplinked. 900 + 901 + 879 879 ==== 2.3.3.6 I2C Interface (SHT20 & SHT31) ==== 880 880 881 881 ... ... @@ -1149,6 +1149,7 @@ 1149 1149 * Downlink Payload: **06 00 01 02 **~/~/ Equal to AT+INTMOD2=2 1150 1150 * Downlink Payload: **06 00 02 03 **~/~/ Equal to AT+INTMOD3=3 1151 1151 1175 + 1152 1152 ==== 3.3.3.2 Since V1.3.4 firmware ==== 1153 1153 1154 1154 (% style="color:red" %)**Note: Since V1.3.4 firmware, the Interrupt function has added a new parameter to set the delay time, i.e. the state hold time.**