<
From version < 65.10 >
edited by Xiaoling
on 2022/07/08 15:43
To version < 65.13 >
edited by Xiaoling
on 2022/07/08 15:51
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -69,7 +69,6 @@
69 69  * Micro SIM card slot for NB-IoT SIM
70 70  * 8500mAh Battery for long term use
71 71  
72 -
73 73  == 1.3  Specification ==
74 74  
75 75  
... ... @@ -156,9 +156,13 @@
156 156  
157 157  === 2.2.2 Insert SIM card ===
158 158  
158 +(((
159 159  Insert the NB-IoT Card get from your provider.
160 +)))
160 160  
162 +(((
161 161  User need to take out the NB-IoT module and insert the SIM card like below:
164 +)))
162 162  
163 163  
164 164  [[image:1657249468462-536.png]]
... ... @@ -197,7 +197,9 @@
197 197  
198 198  [[image:image-20220708110657-3.png]]
199 199  
203 +(((
200 200  (% style="color:red" %)Note: the valid AT Commands can be found at: (%%)[[http:~~/~~/www.dragino.com/downloads/index.php?dir=NB-IoT/NSE01/>>url:http://www.dragino.com/downloads/index.php?dir=NB-IoT/NBSN50/]]
205 +)))
201 201  
202 202  
203 203  
... ... @@ -300,12 +300,14 @@
300 300  In this mode, uplink payload includes in total 18 bytes
301 301  
302 302  (% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
303 -|=(% style="width: 50px;" %)(((
308 +|=(% style="width: 60px;" %)(((
304 304  **Size(bytes)**
305 -)))|=(% style="width: 50px;" %)**6**|=(% style="width: 25px;" %)2|=(% style="width: 25px;" %)**2**|=(% style="width: 80px;" %)**1**|=(% style="width: 80px;" %)**2**|=(% style="width: 80px;" %)**2**|=(% style="width: 80px;" %)**2**|=(% style="width: 40px;" %)**1**
310 +)))|=(% style="width: 50px;" %)**6**|=(% style="width: 25px;" %)2|=(% style="width: 25px;" %)**2**|=(% style="width: 70px;" %)**1**|=(% style="width: 60px;" %)**2**|=(% style="width: 80px;" %)**2**|=(% style="width: 90px;" %)**2**|=(% style="width: 50px;" %)**1**
306 306  |(% style="width:97px" %)**Value**|(% style="width:83px" %)[[Device ID>>||anchor="H2.4.1A0A0DeviceID"]]|(% style="width:41px" %)[[Ver>>||anchor="H2.4.2A0VersionInfo"]]|(% style="width:46px" %)[[BAT>>||anchor="H2.4.3A0BatteryInfo"]]|(% style="width:123px" %)[[Signal Strength>>||anchor="H2.4.4A0SignalStrength"]]|(% style="width:108px" %)[[Soil Moisture>>||anchor="H2.4.5A0SoilMoisture"]]|(% style="width:133px" %)[[Soil Temperature>>||anchor="H2.4.6A0SoilTemperature"]]|(% style="width:159px" %)[[Soil Conductivity(EC)>>||anchor="H2.4.7A0SoilConductivity28EC29"]]|(% style="width:80px" %)[[Interrupt>>||anchor="H2.4.8A0DigitalInterrupt"]]
307 307  
313 +(((
308 308  If we use the MQTT client to subscribe to this MQTT topic, we can see the following information when the NSE01 uplink data.
315 +)))
309 309  
310 310  
311 311  [[image:image-20220708111918-4.png]]
... ... @@ -326,28 +326,44 @@
326 326  * Interrupt: 0x00 = 0
327 327  
328 328  
336 +
337 +
329 329  == 2.4  Payload Explanation and Sensor Interface ==
330 330  
331 331  
332 332  === 2.4.1  Device ID ===
333 333  
343 +(((
334 334  By default, the Device ID equal to the last 6 bytes of IMEI.
345 +)))
335 335  
347 +(((
336 336  User can use (% style="color:blue" %)**AT+DEUI**(%%) to set Device ID
349 +)))
337 337  
351 +(((
338 338  **Example:**
353 +)))
339 339  
355 +(((
340 340  AT+DEUI=A84041F15612
357 +)))
341 341  
359 +(((
342 342  The Device ID is stored in a none-erase area, Upgrade the firmware or run AT+FDR won't erase Device ID.
361 +)))
343 343  
344 344  
345 345  
346 346  === 2.4.2  Version Info ===
347 347  
367 +(((
348 348  Specify the software version: 0x64=100, means firmware version 1.00.
369 +)))
349 349  
371 +(((
350 350  For example: 0x00 64 : this device is NSE01 with firmware version 1.0.0.
373 +)))
351 351  
352 352  
353 353  
... ... @@ -369,19 +369,33 @@
369 369  
370 370  === 2.4.4  Signal Strength ===
371 371  
395 +(((
372 372  NB-IoT Network signal Strength.
397 +)))
373 373  
399 +(((
374 374  **Ex1: 0x1d = 29**
401 +)))
375 375  
403 +(((
376 376  (% style="color:blue" %)**0**(%%)  -113dBm or less
405 +)))
377 377  
407 +(((
378 378  (% style="color:blue" %)**1**(%%)  -111dBm
409 +)))
379 379  
411 +(((
380 380  (% style="color:blue" %)**2...30**(%%) -109dBm... -53dBm
413 +)))
381 381  
415 +(((
382 382  (% style="color:blue" %)**31**  (%%) -51dBm or greater
417 +)))
383 383  
419 +(((
384 384  (% style="color:blue" %)**99**   (%%) Not known or not detectable
421 +)))
385 385  
386 386  
387 387  
... ... @@ -388,12 +388,16 @@
388 388  === 2.4.5  Soil Moisture ===
389 389  
390 390  (((
428 +(((
391 391  Get the moisture content of the soil. The value range of the register is 0-10000(Decimal), divide this value by 100 to get the percentage of moisture in the soil.
392 392  )))
431 +)))
393 393  
394 394  (((
434 +(((
395 395  For example, if the data you get from the register is **__0x05 0xDC__**, the moisture content in the soil is
396 396  )))
437 +)))
397 397  
398 398  (((
399 399  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0