Changes for page wiki_test

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

From version 107.29
edited by Xiaoling
on 2023/10/12 16:20
Change comment: There is no comment for this version
To version 107.25
edited by Xiaoling
on 2023/10/11 15:32
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -56,7 +56,6 @@
56 56  * 8500mAh Battery for long term use
57 57  * Nano SIM card slot for NB-IoT SIM
58 58  
59 -
60 60  == 1.3 Specification ==
61 61  
62 62  
... ... @@ -139,9 +139,6 @@
139 139  )))
140 140  |(% 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.
141 141  
142 -(% style="color:red" %)**Note: When the device is executing a program, the buttons may become invalid. It is best to press the buttons after the device has completed the program execution.**
143 -
144 -
145 145  == 1.7 BLE connection ==
146 146  
147 147  
... ... @@ -299,7 +299,6 @@
299 299  
300 300  * 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.
301 301  
302 -
303 303  === 2.2.2 HEX format Payload(Type~=0) ===
304 304  
305 305  
... ... @@ -363,6 +363,7 @@
363 363  [[image:image-20230922094043-2.png||height="558" width="851"]]
364 364  
365 365  
361 +
366 366  === 2.2.4 ThingSpeak Payload(Type~=1) ===
367 367  
368 368  
... ... @@ -417,6 +417,7 @@
417 417  
418 418   **If Disalarm = 0**, DS03A-NB will send uplink at every TDC periodically and send data on each open/close event. This is useful for the application user need to monitor the open/close event in real-time.
419 419  
416 +
420 420  (% style="color:red" %)** Note: When Disalarm=0, a high frequently open/close event will cause lots of uplink and drain battery very fast. **
421 421  
422 422  
... ... @@ -427,6 +427,7 @@
427 427  Shows the configure value of [[Alarm Base on Timeout Feature>>||anchor="H2.9AlarmBaseonTimeout"]]
428 428  
429 429  
427 +
430 430  * (((
431 431  (% style="color:blue" %)**Alarm interval(default: 0)**
432 432  )))
... ... @@ -782,9 +782,6 @@
782 782  )))
783 783  * (((
784 784  Example 2: Downlink Payload: 0100003C  ~/~/ Set Transmit Interval (TDC) = 60 seconds
785 -
786 -
787 -
788 788  )))
789 789  
790 790  == 2.8 Enable / Disable Alarm ==
... ... @@ -859,6 +859,7 @@
859 859  * (((
860 860  (% style="color:#037691" %)**AT+TTRIG1=0,0**  (%%) **~-~-> ** Default Value, disable timeout Alarm.
861 861  
857 +
862 862  
863 863  )))
864 864  
... ... @@ -880,6 +880,7 @@
880 880  * (((
881 881  (% style="color:#037691" %)**AT+TTRIG2=0,0**  (%%) **~-~-> ** Default Value, disable timeout Alarm.
882 882  
879 +
883 883  
884 884  )))
885 885  
... ... @@ -975,11 +975,49 @@
975 975  Example:  0D aa => AT+TTRCHANNEL = second byte
976 976  
977 977  
978 -== 2.13  Clear the open door times and the duration of the last open door ==
975 +== 2.13 Set Time Sync Mode ==
979 979  
980 980  
978 +Feature: Enable/Disable Sync system time via LoRaWAN MAC Command (DeviceTimeReq), LoRaWAN server must support v1.0.3 protocol to reply to this command.
979 +
980 +SYNCMOD is set to 1 by default. If user wants to set a different time from the LoRaWAN server, the user needs to set this to 0.
981 +
981 981  (% style="color:blue" %)**AT Command:**
982 982  
984 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:500px" %)
985 +|=(% style="width: 155px;background-color:#4F81BD;color:white" %)**Command Example**|=(% style="width: 288px; background-color:#4F81BD;color:white" %)**Function**|=(% style="width: 57px;background-color:#4F81BD;color:white" %)**Response**
986 +|(% style="width:155px" %)(((
987 +AT+SYNCMOD=1
988 +)))|(% style="width:259px" %)(((
989 +Enable Sync system time via LoRaWAN MAC Command (DeviceTimeReq) The default is zero time zone.
990 +)))|(% style="width:44px" %)(((
991 +OK
992 +)))
993 +|(% style="width:155px" %)(((
994 +AT+SYNCMOD=1,8
995 +)))|(% style="width:259px" %)(((
996 +Enable Sync system time via LoRaWAN MAC Command (DeviceTimeReq) Set to East eight time zone.
997 +)))|(% style="width:44px" %)(((
998 +OK
999 +)))
1000 +|(% style="width:155px" %)AT+SYNCMOD=1,-12|(% style="width:259px" %)Enable Sync system time via LoRaWAN MAC Command (DeviceTimeReq) Set to West Twelve Time Zone.|(% style="width:44px" %)OK
1001 +
1002 +(% style="color:blue" %)**Downlink Command:**
1003 +
1004 +0x28 01  ~/~/ Same As AT+SYNCMOD=1
1005 +
1006 +0x28 01 08  ~/~/ Same As AT+SYNCMOD=1,8
1007 +
1008 +0x28 01 F4  ~/~/ Same As AT+SYNCMOD=1,-12
1009 +
1010 +0x28 00  ~/~/ Same As AT+SYNCMOD=0
1011 +
1012 +
1013 +== 2.14  Clear the open door times and the duration of the last open door ==
1014 +
1015 +
1016 +(% style="color:blue" %)**AT Command:**
1017 +
983 983  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
984 984  |=(% style="width: 163px;background-color:#4F81BD;color:white" %)**Command Example**|=(% style="width: 290px; background-color:#4F81BD;color:white" %)**Function**|=(% style="width: 57px;background-color:#4F81BD;color:white" %)**Response**
985 985  |(% style="width:155px" %)AT+CLRC|(% style="width:259px" %)clear the open door times and the duration of the last open door.|(% style="width:44px" %)(((
... ... @@ -991,7 +991,7 @@
991 991  The sensor will clear the open door times and the duration of the last open door.
992 992  
993 993  
994 -== 2.14  Set the count value of the number of open door ==
1029 +== 2.15  Set the count value of the number of open door ==
995 995  
996 996  
997 997  (% style="color:blue" %)**AT Command:**
... ... @@ -1034,7 +1034,6 @@
1034 1034  
1035 1035  * 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]].
1036 1036  
1037 -
1038 1038  == 3.2 AT Commands Set ==
1039 1039  
1040 1040  
... ... @@ -1140,7 +1140,6 @@
1140 1140  
1141 1141  * 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]]**.
1142 1142  
1143 -
1144 1144  = 6. FAQ =
1145 1145  
1146 1146  == 6.1 How can I access t BC660K-GL AT Commands? ==
... ... @@ -1165,6 +1165,7 @@
1165 1165  (% style="color:#037691" %)**1NCE SIM Card NB-IoT network coverage**(%%): Austria, Belgium, Bulgaria, Croatia, Czech Republic, Denmark, Finland, Germany, Great Britain, Greece, Hungary, Ireland, Italy, Latvia, Malta, Netherlands, Norway, Puerto Rico, Russia, Slovak , Republic, Slovenia, Spain, Sweden, Switzerland, Taiwan, USA, US Virgin Islands
1166 1166  
1167 1167  
1201 +
1168 1168  = 8. ​Packing Info =
1169 1169  
1170 1170  
... ... @@ -1184,7 +1184,6 @@
1184 1184  
1185 1185  * Weight / pcs : 180g
1186 1186  
1187 -
1188 1188  = 9. Support =
1189 1189  
1190 1190