Changes for page wiki_test
Last modified by Mengting Qiu on 2024/09/05 17:35
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -236,12 +236,13 @@ 236 236 [[image:1692415924540-357.png]] 237 237 238 238 239 -There are two version: **-GE** and **-1D** version of S31-NB. 239 +There are two version: (% style="color:blue" %)**-GE**(%%) and (% style="color:blue" %)**-1D**(%%) version of S31-NB. 240 240 241 241 242 -**GE Version**: This version doesn’t include SIM card or point to any IoT server. User needs to use AT Commands to configure below two steps to set S31-NB send data to IoT server. 242 +(% style="color:blue" %)**GE Version**(%%): This version doesn’t include SIM card or point to any IoT server. User needs to use AT Commands to configure below two steps to set S31-NB send data to IoT server. 243 243 244 244 1. Install NB-IoT SIM card and configure APN. See instruction of [[Attach Network>>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]]. 245 + 245 245 1. Set up sensor to point to IoT Server. See instruction of [[Configure to Connect Different Servers>>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/#H3.Configuretoconnecttodifferentservers]]. 246 246 247 247 Below shows result of different server as a glance. ... ... @@ -259,7 +259,7 @@ 259 259 260 260 261 261 262 -**1D Version**: This version has 1NCE SIM card pre-installed and configure to send value to DataCake. User Just need to select the sensor type in DataCake and Activate S31-NB and user will be able to see data in DataCake. See here for [[DataCake Config Instruction>>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/#H3.4Datacake]]. 263 +(% style="color:blue" %)**1D Version**(%%): This version has 1NCE SIM card pre-installed and configure to send value to DataCake. User Just need to select the sensor type in DataCake and Activate S31-NB and user will be able to see data in DataCake. See here for [[DataCake Config Instruction>>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/#H3.4Datacake]]. 263 263 264 264 265 265 == 2.2 Payload Types == ... ... @@ -277,60 +277,57 @@ 277 277 278 278 User can specify the payload type when choose the connection protocol. Example: 279 279 280 -**AT+PRO=2,0** ~/~/Use UDP Connection & hex Payload 281 +(% style="color:#037691" %)**AT+PRO=2,0** (%%) ~/~/Use UDP Connection & hex Payload 281 281 282 -**AT+PRO=2,5** ~/~/ Use UDP Connection & Json Payload 283 +(% style="color:#037691" %)**AT+PRO=2,5** (%%) ~/~/ Use UDP Connection & Json Payload 283 283 284 -**AT+PRO=3,5 **~/~/ Use MQTT Connection & Json Payload 285 +(% style="color:#037691" %)**AT+PRO=3,5 ** (%%) ~/~/ Use MQTT Connection & Json Payload 285 285 286 286 287 -1. 288 -11. 289 -111. General Json Format (Type=5) 288 +=== 2.2.1 General Json Format (Type=5) === 290 290 291 291 This is the General Json Format. As below: 292 292 293 293 294 -**{"IMEI":866207053462762,"temperature":29.2,"humidity":54.2,"battery":3.27,"signal":24,"Model":S31x-NB, "1":{28.2,48.3,2023/08/10 08:00:37},"2":{28.1,49.1,2023/08/10 07:57:37},"3":{28.1,48.5,2023/08/10 07:54:37},"4":{28.2,48.6,2023/08/10 07:51:37},"5":{28.1,48.9,2023/08/10 07:48:37},"6":{28.2,48.8,2023/08/10 07:45:37},"7":{28.2,48.8,2023/08/10 07:42:37},"8":{28.0,48.8,2023/08/10 07:39:37}}** 293 +(% style="color:#4472C4" %)**{"IMEI":866207053462762,"temperature":29.2,"humidity":54.2,"battery":3.27,"signal":24,"Model":S31x-NB, "1":{28.2,48.3,2023/08/10 08:00:37},"2":{28.1,49.1,2023/08/10 07:57:37},"3":{28.1,48.5,2023/08/10 07:54:37},"4":{28.2,48.6,2023/08/10 07:51:37},"5":{28.1,48.9,2023/08/10 07:48:37},"6":{28.2,48.8,2023/08/10 07:45:37},"7":{28.2,48.8,2023/08/10 07:42:37},"8":{28.0,48.8,2023/08/10 07:39:37}}** 295 295 296 296 297 297 298 -Notice, from above payload: 297 +(% style="color:red" %)Notice, from above payload: 299 299 300 300 * Temperature , Humidity , Battery & Signal are the value at uplink time. 301 -* Json entry 1 ~~ 8 are the last 1 ~~ 8 sampling data as specify by **AT+NOUD=8 **Command**.** Each entry includes (from left to right): Temperature, Humidity, Sampling time. 302 302 301 +* 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. 303 303 304 304 305 305 306 -1. 307 -11. 308 -111. HEX format Payload(Type=0) 309 309 306 +=== 2.2.2 HEX format Payload(Type=0) === 310 310 308 + 311 311 This is the HEX Format. As below: 312 312 313 -**f86620705346276200640cba16010000000011011801e864d49c2d011a01e364d49925011901eb64d49871011901e564d497bd011a01e664d49709011901e964d49655011a01e864d495a1011a01e864d494ed011801e864d49439** 311 +(% style="color:#4472C4" %)**f86620705346276200640cba16010000000011011801e864d49c2d011a01e364d49925011901eb64d49871011901e564d497bd011a01e664d49709011901e964d49655011a01e864d495a1011a01e864d494ed011801e864d49439** 314 314 315 315 316 316 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png]] 317 317 318 318 319 -**Version:** 317 +(% style="color:blue" %)**Version:** 320 320 321 321 These bytes include the hardware and software version. 322 322 323 -**Higher byte:** Specify Sensor Model: 0x00 for S31B-NB & S31-NB 321 +(% style="color:#037691" %)**Higher byte:**(%%) Specify Sensor Model: 0x00 for S31B-NB & S31-NB 324 324 325 -**Lower byte:** Specify the software version: 0x64=100, means firmware version 100 323 +(% style="color:#037691" %)**Lower byte:**(%%) Specify the software version: 0x64=100, means firmware version 100 326 326 327 327 328 -**BAT (Battery Info)** 326 +(% style="color:#037691" %)**BAT (Battery Info):** 329 329 330 330 Ex1: 0x0CBA = 3258mV 331 331 332 332 333 -**Signal Strength** 331 +(% style="color:blue" %)**Signal Strength:** 334 334 335 335 NB-IoT Network signal Strength. 336 336 ... ... @@ -347,7 +347,7 @@ 347 347 **99** Not known or not detectable 348 348 349 349 350 -**Temperature: ** 348 +(% style="color:blue" %)**Temperature: ** 351 351 352 352 If payload is: 0105H: (0105 & 8000 == 0), temp = 0105H /10 = 26.1 degree 353 353 ... ... @@ -357,12 +357,12 @@ 357 357 358 358 359 359 360 -**Humidity: ** 358 +(% style="color:blue" %)**Humidity: ** 361 361 362 362 Read:0295(H)=661(D) Value: 661 / 10=66.1, So 66.1% 363 363 364 364 365 -**TimeStamp: ** 363 +(% style="color:blue" %)**TimeStamp: ** 366 366 367 367 Unit TimeStamp Example: 64d49439(H) = 1691653177(D) 368 368 ... ... @@ -369,19 +369,15 @@ 369 369 Put the decimal value into this link(https:~/~/www.epochconverter.com/) to get the time. 370 370 371 371 372 -1. 373 -11. 374 -111. ThingsBoard Payload(Type=3) 370 +=== 2.2.3 ThingsBoard Payload(Type=3) === 375 375 376 376 Type3 payload special design for ThingsBoard, it will also configure other default server to ThingsBoard. 377 377 378 378 379 -**{"IMEI":866207053462762,"temperature":29.2,"humidity":54.2,"battery":3.27,"signal":24}** 375 +(% style="color:#4472C4" %)**{"IMEI":866207053462762,"temperature":29.2,"humidity":54.2,"battery":3.27,"signal":24}** 380 380 381 381 382 -1. 383 -11. 384 -111. ThingSpeak Payload(Type=1) 378 +=== 2.2.4 ThingSpeak Payload(Type=1) === 385 385 386 386 This payload meets ThingSpeak platform requirement. It includes only four fields. Form 1~~4 are: 387 387 ... ... @@ -390,63 +390,64 @@ 390 390 391 391 As below: 392 392 393 -**field1=27.9&field2=49.9&field3=3.23&field4=28** 387 +(% style="color:#4472C4" %)**field1=27.9&field2=49.9&field3=3.23&field4=28** 394 394 395 395 396 -1. 397 -11. Test Uplink and Change Update Interval 390 +== 2.3 Test Uplink and Change Update Interval == 398 398 399 -By default, Sensor will send uplinks **every 2 hours** & AT+NOUD=8 400 400 393 +By default, Sensor will send uplinks (% style="color:blue" %)**every 2 hours**(%%) & AT+NOUD=8 401 401 402 -User can use below commands to change the **uplink interval**. 403 403 404 - **~AT+TDC=600**~/~/ Set UpdateIntervalto 600s396 +User can use below commands to change the (% style="color:blue" %)**uplink interval**. 405 405 398 +(% style="color:#037691" %)**~ AT+TDC=600 ** (%%) ~/~/ Set Update Interval to 600s 406 406 400 + 407 407 User can also push the button for more than 1 seconds to activate an uplink. 408 408 409 409 410 410 411 411 412 -1. 413 -11. Multi-Samplings and One uplink 406 +== 2.4 Multi-Samplings and One uplink == 414 414 408 + 415 415 To save battery life, S31-NB will sample temperature & humidity 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: 416 416 417 -* **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) 418 -* **AT+NOUD=8** ~/~/ The device uploads 8 sets of recorded data by default. Up to 32 sets of record data can be uploaded. 411 +* (% 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) 419 419 413 +* (% style="color:#037691" %)**AT+NOUD=8** (%%)~/~/ The device uploads 8 sets of recorded data by default. Up to 32 sets of record data can be uploaded. 420 420 415 + 421 421 The diagram below explains the relationship between TR, NOUD, and TDC more clearly: 422 422 423 423 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png||alt="IMG_256"]] 424 424 425 425 426 -1. 427 -11. Humidity and Temperature alarm function 421 +== 2.5 Humidity and Temperature alarm function == 428 428 429 429 On each sampling define by AT+TR ( default 900s or 15 minutes), when the value exceed the range, it will trigger an Alarm and immediately sends a uplink. 430 430 431 431 432 -AT Commands: 426 +(% style="color:blue" %)**AT Commands:** 433 433 434 -**AT+ SHHUM=min,max** 428 +(% style="color:#037691" %)**AT+ SHHUM=min,max** 435 435 436 436 Example: AT+ SHHUM=50,80 ~/~/ Alarm when humidity lower than 50 or higher than 80. 437 437 438 438 439 -**AT+ SHTEMP=min,max** 433 +(% style="color:#037691" %)**AT+ SHTEMP=min,max** 440 440 441 441 Example: AT+ SHTEMP=20,30 ~/~/ Alarm when temperature lower than 20 or higher than 30 442 442 443 443 444 -Notice: 438 +(% style="color:red" %)**Notice:** 445 445 446 -* To disable Alarm, user can set min and max to same value , such as **AT+SHTEMP=0,0.** 447 -* 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: **AT+SHTEMP=-80,0.** 440 +* To disable Alarm, user can set min and max to same value , such as (% style="color:#037691" %)**AT+SHTEMP=0,0.** 448 448 442 +* 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.** 449 449 444 + 450 450 1. 451 451 11. Trggier an uplink by external interrupt 452 452