Changes for page wiki_test

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

From version 82.31
edited by Xiaoling
on 2023/08/19 15:07
Change comment: There is no comment for this version
To version 82.26
edited by Xiaoling
on 2023/08/19 14:58
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -46,16 +46,15 @@
46 46  * 8500mAh Battery for long term use
47 47  * Nano SIM card slot for NB-IoT SIM
48 48  
49 -
50 50  == 1.3 Specification ==
51 51  
52 52  
53 -(% style="color:blue" %)**Common DC Characteristics:**
52 +(% style="color:#037691" %)**Common DC Characteristics:**
54 54  
55 55  * Supply Voltage: 2.1v ~~ 3.6v
56 56  * Operating Temperature: -40 ~~ 85°C
57 57  
58 -(% style="color:blue" %)**Temperature Sensor:**
57 +(% style="color:#037691" %)**Temperature Sensor:**
59 59  
60 60  * Range: -40 to + 80°C
61 61  * Accuracy: ±0.2 @ 0-90 °C
... ... @@ -62,7 +62,7 @@
62 62  * Resolution: 0.1°C
63 63  * Long Term Shift: <0.03 °C/yr
64 64  
65 -(% style="color:blue" %)**Humidity Sensor: **
64 +(% style="color:#037691" %)**Humidity Sensor: **
66 66  
67 67  * Range: 0 ~~ 99.9% RH
68 68  * Accuracy: ± 2%RH ( 0 ~~ 100%RH)
... ... @@ -69,11 +69,11 @@
69 69  * Resolution: 0.01% RH
70 70  * Long Term Shift: <0.25 %RH/yr
71 71  
72 -(% style="color:blue" %)**NB-IoT Spec:**
71 +(% style="color:#037691" %)**NB-IoT Spec:**
73 73  
74 -(% style="color:#037691" %)**NB-IoT Module: BC660K-GL**
73 +**NB-IoT Module: BC660K-GL**
75 75  
76 -(% style="color:#037691" %)**Support Bands:**
75 +Support Bands:
77 77  
78 78  * B1 @H-FDD: 2100MHz
79 79  * B2 @H-FDD: 1900MHz
... ... @@ -93,7 +93,7 @@
93 93  * B70 @H-FDD: 2000MHz
94 94  * B85 @H-FDD: 700MHz
95 95  
96 -(% style="color:blue" %)**Battery:**
95 +(% style="color:#037691" %)**Battery:**
97 97  
98 98  * Li/SOCI2 un-chargeable battery
99 99  * Capacity: 8500mAh
... ... @@ -101,13 +101,11 @@
101 101  * Max continuously current: 130mA
102 102  * Max boost current: 2A, 1 second
103 103  
104 -(% style="color:blue" %)**Power Consumption**
103 +(% style="color:#037691" %)**Power Consumption**
105 105  
106 106  * STOP Mode: 10uA @ 3.3v
107 107  * Max transmit power: 350mA@3.3v
108 108  
109 -
110 -
111 111  == 1.4 Applications ==
112 112  
113 113  
... ... @@ -118,8 +118,6 @@
118 118  * Smart Cities
119 119  * Smart Factory
120 120  
121 -
122 -
123 123  == 1.5 Sleep mode and working mode ==
124 124  
125 125  
... ... @@ -128,6 +128,7 @@
128 128  (% style="color:blue" %)**Working Mode:** (%%)In this mode, Sensor will work as LoRaWAN Sensor to Join LoRaWAN network and send out sensor data to server. Between each sampling/tx/rx periodically, sensor will be in IDLE mode), in IDLE mode, sensor has the same power consumption as Deep Sleep mode.
129 129  
130 130  
126 +
131 131  == 1.6 Button & LEDs ==
132 132  
133 133  
... ... @@ -147,8 +147,6 @@
147 147  )))
148 148  |(% 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.
149 149  
150 -
151 -
152 152  == 1.7 BLE connection ==
153 153  
154 154  
... ... @@ -181,9 +181,9 @@
181 181  === 1.8.2 BOOT MODE / SW1 ===
182 182  
183 183  
184 -**1)** (% style="color:blue" %)**ISP**(%%): upgrade mode, device won't have any signal in this mode. but ready for upgrade firmware. LED won't work. Firmware won't run.
178 +1) (% style="color:blue" %)**ISP**(%%): upgrade mode, device won't have any signal in this mode. but ready for upgrade firmware. LED won't work. Firmware won't run.
185 185  
186 -**2)** (% style="color:blue" %)**Flash**(%%): work mode, device starts to work and send out console output for further debug
180 +2) (% style="color:blue" %)**Flash**(%%): work mode, device starts to work and send out console output for further debug
187 187  
188 188  
189 189  === 1.8.3 Reset Button ===
... ... @@ -224,6 +224,7 @@
224 224  
225 225  
226 226  
221 +
227 227  = 2. Use S31-NB to communicate with IoT Server =
228 228  
229 229  == 2.1 Send data to IoT server via NB-IoT network ==
... ... @@ -311,8 +311,6 @@
311 311  
312 312  * 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): Temperature, Humidity, Sampling time.
313 313  
314 -
315 -
316 316  === 2.2.2 HEX format Payload(Type~=0) ===
317 317  
318 318  
... ... @@ -360,7 +360,7 @@
360 360  
361 361  If payload is: FF3FH :  (FF3F & 8000 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees.
362 362  
363 -(FF3F & 8000: Judge whether the highest bit is 1, when the highest bit is 1, it is negative)
356 +(FF3F & 8000:Judge whether the highest bit is 1, when the highest bit is 1, it is negative)
364 364  
365 365  
366 366  (% style="color:blue" %)**Humidity:   **
... ... @@ -445,8 +445,6 @@
445 445  
446 446  * If user only want to send only min or max, user can set the alarm to a value that device won’t reach. For example: (% style="color:#037691" %)**AT+SHTEMP=-80,0.**
447 447  
448 -
449 -
450 450  == 2.6 Trggier an uplink by external interrupt ==
451 451  
452 452  
... ... @@ -464,8 +464,6 @@
464 464  
465 465  * (% style="color:#037691" %)**AT+INTMOD=3  **(%%) ~/~/ Trigger by rising edge
466 466  
467 -
468 -
469 469  = 3. Configure S31x-NB =
470 470  
471 471  == 3.1 Configure Methods ==
... ... @@ -477,8 +477,6 @@
477 477  
478 478  * 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]].
479 479  
480 -
481 -
482 482  == 3.2 AT Commands Set ==
483 483  
484 484  
... ... @@ -585,7 +585,6 @@
585 585  * 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]]**.
586 586  
587 587  
588 -
589 589  = 6. FAQ =
590 590  
591 591  == 6.1 How can I access t BC660K-GL AT Commands? ==
... ... @@ -596,6 +596,7 @@
596 596  [[See BC660K-GL AT Command set>>url:https://www.dropbox.com/sh/5f6ssda5fum8rvs/AABT68l8ZzWOvZ5eg2qwOoFda?dl=0]]
597 597  
598 598  
585 +
599 599  = 7. Order Info =
600 600  
601 601  
... ... @@ -607,9 +607,10 @@
607 607  
608 608  * (% style="color:#037691" %)**1D**(%%): with 1NCE* 10 years 500MB SIM card and Pre-configure to DataCake server
609 609  
610 -(% 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
597 +(% 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
611 611  
612 612  
600 +
613 613  = 8. ​Packing Info =
614 614  
615 615  
... ... @@ -619,6 +619,7 @@
619 619  
620 620  * External antenna x 1
621 621  
610 +
622 622  (% style="color:#037691" %)**Dimension and weight**:
623 623  
624 624  * Device Size: 13.0 x 5 x 4.5 cm
... ... @@ -629,8 +629,6 @@
629 629  
630 630  * Weight / pcs : 180g
631 631  
632 -
633 -
634 634  = 9. Support =
635 635  
636 636