Changes for page wiki_test

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

From version 132.2
edited by Mengting Qiu
on 2023/11/15 17:14
Change comment: There is no comment for this version
To version 139.2
edited by Xiaoling
on 2024/05/15 09:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ting
1 +XWiki.Xiaoling
Content
... ... @@ -153,7 +153,7 @@
153 153  If there is no activity connection on BLE in 60 seconds, sensor will shut down BLE module to enter low power mode.
154 154  
155 155  
156 -== 1.8 Pin Definitions & Switch ==
156 +== 1.8 Pin Definitions , Switch & SIM Direction ==
157 157  
158 158  
159 159  [[image:image-20230819104805-5.png]]
... ... @@ -181,6 +181,12 @@
181 181  (% style="display:none" %)
182 182  
183 183  
184 +=== 1.8.4 SIM Card Direction ===
185 +
186 +
187 +See this link. [[How to insert SIM Card>>url:http://wiki.dragino.com/xwiki/bin/view/Main/General%20Configure%20to%20Connect%20to%20IoT%20server%20for%20-NB%20%26%20-NS%20NB-IoT%20models/#H2.AttachNetwork]].
188 +
189 +
184 184  == 1.9 Mechanical ==
185 185  
186 186  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/D20-LBD22-LBD23-LB_LoRaWAN_Temperature_Sensor_User_Manual/WebHome/1675143884058-338.png?rev=1.1||alt="1675143884058-338.png"]]
... ... @@ -434,6 +434,8 @@
434 434  == 2.4 Multi-Samplings and One uplink ==
435 435  
436 436  
443 +(% style="color:red" %)**Notice: The AT+NOUD feature is upgraded to Clock Logging, please refer [[Clock Logging Feature>>||anchor="H2.14Clocklogging28Sincefirmwareversionv1.2.129"]].**
444 +
437 437  To save battery life, DS03A-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:
438 438  
439 439  * (% 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)
... ... @@ -741,6 +741,71 @@
741 741  0xA6 02 00 00 32  ==>  AT+SETCNT=2,50
742 742  
743 743  
752 +== 2.14 Clock logging (Since firmware version v1.2.1) ==
753 +
754 +
755 +Sometimes when we deploy lots of end nodes in field. We want all sensors sample data at the same time, and upload these data together for analyze. In such case, we can use clock loging feature.
756 +
757 +We can use this command to set the start time of data recording and the time interval to meet the requirements of the specific collection time of data.
758 +
759 +* (% style="color:blue" %)**AT Command: AT+CLOCKLOG=a,b,c,d**
760 +
761 +(% style="color:blue" %)**a:**(%%)** 0:** Disable Clock logging.  ** 1: **Enable Clock Logging
762 +
763 +(% style="color:blue" %)**b:**(%%)** **Specify First sampling start second: range **(0 ~~ 3599, 65535)   ** ~/~/ (% style="color:red" %)**Note:**(%%)** **If parameter b is set to 65535, the log period starts after the node accesses the network and sends packets.
764 +
765 +(% style="color:blue" %)**c:**(%%)** **Specify the sampling interval: range **(0 ~~ 255 minutes)**
766 +
767 +(% style="color:blue" %)**d:**(%%)** **How many entries should be uplink on every TDC **(max 32)**
768 +
769 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/SPH01-NB_NB-IoT_Soil_pH_Sensor_User_Manual/WebHome/image-20240315141254-1.png?rev=1.1||alt="image-20240315141254-1.png"]]
770 +
771 +**Example:**
772 +
773 +**AT+CLOCKLOG=1,65535,1,5**
774 +
775 +After the node sends the first packet, data is recorded to the memory at intervals of 1 minute. For each TDC uplink, the uplink load will include: battery information + the last 5 memory records (payload + timestamp).
776 +
777 +(% class="wikigeneratedid" %)
778 +[[image:image-20240316150911-1.png||height="493" width="1144"]]
779 +
780 +(% class="wikigeneratedid" %)
781 +(% style="color:red" %)**Note: Users need to synchronize the server time before configuring this command. If the server time is not synchronized before this command is configured, the command takes effect only after the node is reset.**
782 +
783 +
784 +== 2.15 Example Query saved historical records ==
785 +
786 +
787 +* (% style="color:blue" %)**AT Command: AT+CDP**
788 +
789 +This command can be used to search the saved history, recording up to 32 groups of data, each group of historical data contains a maximum of 100 bytes.
790 +
791 +(% class="wikigeneratedid" %)
792 +[[image:image-20240316151014-2.png||height="632" width="825"]]
793 +
794 +
795 +== 2.16 Uplink log query ==
796 +
797 +
798 +* (% style="color:blue" %)**AT Command: AT+GETLOG**
799 +
800 +This command can be used to query upstream logs of data packets.
801 +
802 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/PS-NB-NA_NB-IoT_Analog_Sensor_User_Manual/WebHome/image-20240407191922-2.png?width=903&height=631&rev=1.1||alt="image-20240407191922-2.png"]]
803 +
804 +
805 +== 2.17 Scheduled domain name resolution ==
806 +
807 +
808 +This command is used to set up scheduled domain name resolution.
809 +
810 +(% style="color:blue" %)**AT command:**
811 +
812 +* (% style="color:#037691" %)**AT+DNSTIMER=XX   **(%%)~/~/ Unit: hour
813 +
814 +After setting this command, domain name resolution will be performed regularly.
815 +
816 +
744 744  = 3. Configure DS03A-NB =
745 745  
746 746  == 3.1 Configure Methods ==
... ... @@ -804,11 +804,6 @@
804 804  AT+SERVADDR :  Server Address
805 805  
806 806  
807 -(% style="color:blue" %)**UDP Management**
808 -
809 -AT+CFM  :  Upload confirmation mode (only valid for UDP)
810 -
811 -
812 812  (% style="color:blue" %)**MQTT Management**
813 813  
814 814  AT+CLIENT               : Get or Set MQTT client
... ... @@ -856,7 +856,7 @@
856 856  
857 857  * (Recommended way) OTA firmware update via BLE: [[**Instruction**>>url:http://wiki.dragino.com/xwiki/bin/view/Main/BLE_Firmware_Update_NB_Sensors_BC660K-GL/]].
858 858  
859 -* 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]]**.
927 +* Update through UART TTL interface : **[[Instruction>>http://wiki.dragino.com/xwiki/bin/view/Main/UART_Access_for_NB_ST_BC660K-GL/#H4.2UpdateFirmware28Assumethedevicealreadyhaveabootloader29]]**.
860 860  (% style="display:none" %) (%%)
861 861  
862 862  = 6. FAQ =
image-20240316150911-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.ting
Size
... ... @@ -1,0 +1,1 @@
1 +210.6 KB
Content
image-20240316151014-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.ting
Size
... ... @@ -1,0 +1,1 @@
1 +105.3 KB
Content