Changes for page wiki_test
Last modified by Mengting Qiu on 2024/09/05 17:35
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -53,8 +53,6 @@ 53 53 * 8500mAh Battery for long term use 54 54 * Nano SIM card slot for NB-IoT SIM 55 55 56 - 57 - 58 58 == 1.3 Specification == 59 59 60 60 ... ... @@ -103,7 +103,6 @@ 103 103 (% class="wikigeneratedid" id="H1.4Ratedenvironmentalconditions" %) 104 104 (% style="display:none" %) (%%) 105 105 106 - 107 107 == 1.4 Flow Sensor Spec == 108 108 109 109 ... ... @@ -116,7 +116,6 @@ 116 116 ))) 117 117 118 118 119 - 120 120 == 1.5 Applications == 121 121 122 122 ... ... @@ -125,8 +125,6 @@ 125 125 * Toilet Flow Sensor 126 126 * Monitor Waste water 127 127 128 - 129 - 130 130 == 1.6 Sleep mode and working mode == 131 131 132 132 ... ... @@ -154,8 +154,6 @@ 154 154 ))) 155 155 |(% style="width:167px" %)Fast press ACT 5 times.|(% style="width:117px" %)Deactivate Device|(% style="width:225px" %)(% style="color:red" %)**Red led**(%%) will solid on for 5 seconds. Means device is in Deep Sleep Mode. 156 156 157 - 158 - 159 159 == 1.8 BLE connection == 160 160 161 161 ... ... @@ -305,7 +305,7 @@ 305 305 306 306 This is the General Json Format. As below: 307 307 308 -(% style="color:#4472c4" %)**{"IMEI":"866207058378443","Model":"SW3L-NB"," flow":217,"battery":3.54,"signal":24,"1":{221,2023/09/20 09:47:01},"2":{0,2023/09/20 09:15:04},"3":{0,2023/09/20 09:00:04},"4":{0,2023/09/20 08:45:03},"5":{0,2023/09/20 08:30:03},"6":{0,2023/09/20 08:15:03},"7":{0,2023/09/20 08:00:04},"8":{0,2023/09/20 07:45:04}}**300 +(% style="color:#4472c4" %)**{"IMEI":"866207058378443","Model":"SW3L-NB","distance":217,"battery":3.54,"signal":24,"1":{221,2023/09/20 09:47:01},"2":{0,2023/09/20 09:15:04},"3":{0,2023/09/20 09:00:04},"4":{0,2023/09/20 08:45:03},"5":{0,2023/09/20 08:30:03},"6":{0,2023/09/20 08:15:03},"7":{0,2023/09/20 08:00:04},"8":{0,2023/09/20 07:45:04}}** 309 309 310 310 311 311 [[image:image-20230920175015-3.png||height="613" width="890"]] ... ... @@ -315,10 +315,8 @@ 315 315 316 316 * Distance , Battery & Signal are the value at uplink time. 317 317 318 -* Json entry 1 ~~ 8 are the last 1 ~~ 8 sampling data as specify by (% style="color:#037691" %)**AT+NOUD=8 ** (%%)Command. Each entry includes (from left to right): Water Flow, Sampling time.310 +* Json entry 1 ~~ 8 are the last 1 ~~ 8 sampling data as specify by (% style="color:#037691" %)**AT+NOUD=8 ** (%%)Command. Each entry includes (from left to right): Distance, Sampling time. 319 319 320 - 321 - 322 322 === 2.2.2 HEX format Payload(Type~=0) === 323 323 324 324 ... ... @@ -338,7 +338,7 @@ 338 338 339 339 These bytes include the hardware and software version. 340 340 341 -(% style="color:#037691" %)**Higher byte:**(%%) Specify Sensor Model: 0x 11for SW3L-NB331 +(% style="color:#037691" %)**Higher byte:**(%%) Specify Sensor Model: 0x0b for SW3L-NB 342 342 343 343 (% style="color:#037691" %)**Lower byte:**(%%) Specify the software version: 0x64=100, means firmware version 1.0.0 344 344 ... ... @@ -365,6 +365,11 @@ 365 365 **99** Not known or not detectable 366 366 367 367 358 +(% style="color:blue" %)**Distance: ** 359 + 360 +Ex1: 0x03a4 = 932 mm 361 + 362 + 368 368 (% style="color:blue" %)**Timestamp: ** 369 369 370 370 Unit Timestamp Example: 650abc40(H) = 1695202368(D) ... ... @@ -377,7 +377,7 @@ 377 377 378 378 Type3 payload special design for ThingsBoard, it will also configure other default server to ThingsBoard. 379 379 380 -(% style="color:#4472c4" %)** {"IMEI": "866207058378443","Model": "SW3L"," flow": 502,"battery": 3.57,"signal": 23}**375 +(% style="color:#4472c4" %)** {"IMEI": "866207058378443","Model": "SW3L","distance": 502,"battery": 3.57,"signal": 23}** 381 381 382 382 [[image:image-20230922094043-2.png||height="558" width="851"]] 383 383 ... ... @@ -392,7 +392,7 @@ 392 392 393 393 As below: 394 394 395 -(% style="color:#4472c4" %)**field1= Flowvalue&field2=Battery value&field3=Singal value**390 +(% style="color:#4472c4" %)**field1=Distance value&field2=Battery value&field3=Singal value** 396 396 397 397 [[image:image-20230921104741-1.png||height="565" width="826"]] 398 398 ... ... @@ -734,7 +734,7 @@ 734 734 == 2.5 Multi-Samplings and One uplink == 735 735 736 736 737 -To save battery life, SW3L-NB will sample WaterFlowdata every 15 minutes and send one uplink every 2 hours. So each uplink it will include 8 stored data + 1 real-time data. They are defined by:732 +To save battery life, SW3L-NB will sample Distance data every 15 minutes and send one uplink every 2 hours. So each uplink it will include 8 stored data + 1 real-time data. They are defined by: 738 738 739 739 * (% style="color:#037691" %)**AT+TR=900** (%%) ~/~/ The unit is seconds, and the default is to record data once every 900 seconds (15 minutes, the minimum can be set to 180 seconds) 740 740 ... ... @@ -762,8 +762,6 @@ 762 762 763 763 * (% style="color:#037691" %)**AT+INTMOD=3 **(%%) ~/~/ Trigger by rising edge 764 764 765 - 766 - 767 767 == 2.7 Alarm for continuously water flow == 768 768 769 769 ... ... @@ -856,8 +856,6 @@ 856 856 857 857 * **Example**: 0XA501 ~/~/ Same as AT+CALCFLAG =1 858 858 859 - 860 - 861 861 == 2.9 Set count number == 862 862 863 863 ... ... @@ -876,8 +876,6 @@ 876 876 877 877 * **Example**: 0xA6000064 ~/~/ Same as AT+ SETCNT =100 878 878 879 - 880 - 881 881 == 2.10 Set Transmit Interval Time == 882 882 883 883 ... ... @@ -918,9 +918,6 @@ 918 918 ))) 919 919 * ((( 920 920 Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 921 - 922 - 923 - 924 924 ))) 925 925 926 926 = 3. Configure SW3L-NB = ... ... @@ -934,8 +934,6 @@ 934 934 935 935 * AT Command via UART Connection : See [[UART Connection>>http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H2.3UARTConnectionforSN50v3basemotherboard]]. 936 936 937 - 938 - 939 939 == 3.2 AT Commands Set == 940 940 941 941 ... ... @@ -1041,8 +1041,6 @@ 1041 1041 1042 1042 * Update through UART TTL interface : **[[Instruction>>url:http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H1.LoRaSTv4baseHardware]]**. 1043 1043 1044 - 1045 - 1046 1046 = 6. FAQ = 1047 1047 1048 1048 == 6.1 How can I access t BC660K-GL AT Commands? == ... ... @@ -1116,8 +1116,6 @@ 1116 1116 1117 1117 * Weight / pcs : 180g 1118 1118 1119 - 1120 - 1121 1121 = 9. Support = 1122 1122 1123 1123