Changes for page wiki_test

Last modified by Mengting Qiu on 2024/09/05 17:35

From version 101.34
edited by Xiaoling
on 2023/10/10 18:22
Change comment: There is no comment for this version
To version 101.35
edited by Xiaoling
on 2023/10/11 09:14
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -53,6 +53,8 @@
53 53  * 8500mAh Battery for long term use
54 54  * Nano SIM card slot for NB-IoT SIM
55 55  
56 +
57 +
56 56  == 1.3 Specification ==
57 57  
58 58  
... ... @@ -101,6 +101,7 @@
101 101  (% class="wikigeneratedid" id="H1.4Ratedenvironmentalconditions" %)
102 102  (% style="display:none" %) (%%)
103 103  
106 +
104 104  == 1.4 Flow Sensor Spec ==
105 105  
106 106  
... ... @@ -113,6 +113,7 @@
113 113  )))
114 114  
115 115  
119 +
116 116  == 1.5 Applications ==
117 117  
118 118  
... ... @@ -121,6 +121,8 @@
121 121  * Toilet Flow Sensor
122 122  * Monitor Waste water
123 123  
128 +
129 +
124 124  == 1.6 Sleep mode and working mode ==
125 125  
126 126  
... ... @@ -148,6 +148,8 @@
148 148  )))
149 149  |(% 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.
150 150  
157 +
158 +
151 151  == 1.8 BLE connection ==
152 152  
153 153  
... ... @@ -297,7 +297,7 @@
297 297  
298 298  This is the General Json Format. As below:
299 299  
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}}**
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}}**
301 301  
302 302  
303 303  [[image:image-20230920175015-3.png||height="613" width="890"]]
... ... @@ -307,8 +307,10 @@
307 307  
308 308  * Distance , Battery & Signal are the value at uplink time.
309 309  
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.
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.
311 311  
320 +
321 +
312 312  === 2.2.2 HEX format Payload(Type~=0) ===
313 313  
314 314  
... ... @@ -328,7 +328,7 @@
328 328  
329 329  These bytes include the hardware and software version.
330 330  
331 -(% style="color:#037691" %)**Higher byte:**(%%) Specify Sensor Model: 0x0b for SW3L-NB
341 +(% style="color:#037691" %)**Higher byte:**(%%) Specify Sensor Model: 0x11 for SW3L-NB
332 332  
333 333  (% style="color:#037691" %)**Lower byte:**(%%) Specify the software version: 0x64=100, means firmware version 1.0.0
334 334  
... ... @@ -355,11 +355,6 @@
355 355  **99**    Not known or not detectable
356 356  
357 357  
358 -(% style="color:blue" %)**Distance:  **
359 -
360 -Ex1: 0x03a4 = 932 mm
361 -
362 -
363 363  (% style="color:blue" %)**Timestamp:   **
364 364  
365 365  Unit Timestamp Example: 650abc40(H) = 1695202368(D)
... ... @@ -372,7 +372,7 @@
372 372  
373 373  Type3 payload special design for ThingsBoard, it will also configure other default server to ThingsBoard.
374 374  
375 -(% style="color:#4472c4" %)** {"IMEI": "866207058378443","Model": "SW3L","distance": 502,"battery": 3.57,"signal": 23}**
380 +(% style="color:#4472c4" %)** {"IMEI": "866207058378443","Model": "SW3L","flow": 502,"battery": 3.57,"signal": 23}**
376 376  
377 377  [[image:image-20230922094043-2.png||height="558" width="851"]]
378 378  
... ... @@ -387,7 +387,7 @@
387 387  
388 388  As below:
389 389  
390 -(% style="color:#4472c4" %)**field1=Distance value&field2=Battery value&field3=Singal value**
395 +(% style="color:#4472c4" %)**field1=Flow value&field2=Battery value&field3=Singal value**
391 391  
392 392  [[image:image-20230921104741-1.png||height="565" width="826"]]
393 393  
... ... @@ -729,7 +729,7 @@
729 729  == 2.5 Multi-Samplings and One uplink ==
730 730  
731 731  
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:
737 +To save battery life, SW3L-NB will sample Water Flow 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:
733 733  
734 734  * (% 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)
735 735  
... ... @@ -757,6 +757,8 @@
757 757  
758 758  * (% style="color:#037691" %)**AT+INTMOD=3  **(%%) ~/~/ Trigger by rising edge
759 759  
765 +
766 +
760 760  == 2.7 Alarm for continuously water flow ==
761 761  
762 762  
... ... @@ -849,6 +849,8 @@
849 849  
850 850  * **Example**: 0XA501  ~/~/  Same as AT+CALCFLAG =1
851 851  
859 +
860 +
852 852  == 2.9 Set count number ==
853 853  
854 854  
... ... @@ -867,6 +867,8 @@
867 867  
868 868  * **Example**: 0xA6000064  ~/~/  Same as AT+ SETCNT =100
869 869  
879 +
880 +
870 870  == 2.10 Set Transmit Interval Time ==
871 871  
872 872  
... ... @@ -907,6 +907,9 @@
907 907  )))
908 908  * (((
909 909  Example 2: Downlink Payload: 0100003C  ~/~/ Set Transmit Interval (TDC) = 60 seconds
921 +
922 +
923 +
910 910  )))
911 911  
912 912  = 3. Configure SW3L-NB =
... ... @@ -920,6 +920,8 @@
920 920  
921 921  * 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]].
922 922  
937 +
938 +
923 923  == 3.2 AT Commands Set ==
924 924  
925 925  
... ... @@ -1025,6 +1025,8 @@
1025 1025  
1026 1026  * 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]]**.
1027 1027  
1044 +
1045 +
1028 1028  = 6. FAQ =
1029 1029  
1030 1030  == 6.1 How can I access t BC660K-GL AT Commands? ==
... ... @@ -1098,6 +1098,8 @@
1098 1098  
1099 1099  * Weight / pcs : 180g
1100 1100  
1119 +
1120 +
1101 1101  = 9. Support =
1102 1102  
1103 1103