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,13 +236,12 @@ 236 236 [[image:1692415924540-357.png]] 237 237 238 238 239 -There are two version: (% style="color:blue" %)**-GE**(%%)and(% style="color:blue" %)**-1D**(%%)version of S31-NB.239 +There are two version: **-GE** and **-1D** version of S31-NB. 240 240 241 241 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.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. 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 - 246 246 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]]. 247 247 248 248 Below shows result of different server as a glance. ... ... @@ -260,7 +260,7 @@ 260 260 261 261 262 262 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]].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]]. 264 264 265 265 266 266 == 2.2 Payload Types == ... ... @@ -271,67 +271,67 @@ 271 271 Includes: 272 272 273 273 * [[General JSON format payload>>path:#General_Json]]. (Type=5) 274 - 275 275 * [[HEX format Payload>>path:#HEX_Payload]]. (Type=0) 276 - 277 277 * [[ThingSpeak Format>>path:#ThingSpeak_Payload]]. (Type=1) 278 - 279 279 * [[ThingsBoard Format>>path:#ThingsBoard_Payload]]. (Type=3) 280 280 281 281 282 282 User can specify the payload type when choose the connection protocol. Example: 283 283 284 - (% style="color:#037691" %)**AT+PRO=2,0**(%%)~/~/Use UDP Connection & hex Payload280 +**AT+PRO=2,0** ~/~/Use UDP Connection & hex Payload 285 285 286 - (% style="color:#037691" %)**AT+PRO=2,5**(%%)~/~/ Use UDP Connection & Json Payload282 +**AT+PRO=2,5** ~/~/ Use UDP Connection & Json Payload 287 287 288 - (% style="color:#037691" %)**AT+PRO=3,5 **(%%)~/~/ Use MQTT Connection & Json Payload284 +**AT+PRO=3,5 **~/~/ Use MQTT Connection & Json Payload 289 289 290 290 291 -=== 2.2.1 General Json Format (Type=5) === 287 +1. 288 +11. 289 +111. General Json Format (Type=5) 292 292 293 293 This is the General Json Format. As below: 294 294 295 295 296 - (% 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}}**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}}** 297 297 298 298 299 299 300 - (% style="color:red" %)Notice, from above payload:298 +Notice, from above payload: 301 301 302 302 * 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. 303 303 304 -* 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. 305 305 306 306 307 307 306 +1. 307 +11. 308 +111. HEX format Payload(Type=0) 308 308 309 -=== 2.2.2 HEX format Payload(Type=0) === 310 310 311 - 312 312 This is the HEX Format. As below: 313 313 314 - (% style="color:#4472C4" %)**f86620705346276200640cba16010000000011011801e864d49c2d011a01e364d49925011901eb64d49871011901e564d497bd011a01e664d49709011901e964d49655011a01e864d495a1011a01e864d494ed011801e864d49439**313 +**f86620705346276200640cba16010000000011011801e864d49c2d011a01e364d49925011901eb64d49871011901e564d497bd011a01e664d49709011901e964d49655011a01e864d495a1011a01e864d494ed011801e864d49439** 315 315 316 316 317 317 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png]] 318 318 319 319 320 - (% style="color:blue" %)**Version:**319 +**Version:** 321 321 322 322 These bytes include the hardware and software version. 323 323 324 - (% style="color:#037691" %)**Higher byte:**(%%)Specify Sensor Model: 0x00 for S31B-NB & S31-NB323 +**Higher byte:** Specify Sensor Model: 0x00 for S31B-NB & S31-NB 325 325 326 - (% style="color:#037691" %)**Lower byte:**(%%)Specify the software version: 0x64=100, means firmware version 100325 +**Lower byte:** Specify the software version: 0x64=100, means firmware version 100 327 327 328 328 329 - (% style="color:#037691" %)**BAT (Battery Info):**328 +**BAT (Battery Info)** 330 330 331 331 Ex1: 0x0CBA = 3258mV 332 332 333 333 334 - (% style="color:blue" %)**Signal Strength:**333 +**Signal Strength** 335 335 336 336 NB-IoT Network signal Strength. 337 337 ... ... @@ -348,7 +348,7 @@ 348 348 **99** Not known or not detectable 349 349 350 350 351 - (% style="color:blue" %)**Temperature: **350 +**Temperature: ** 352 352 353 353 If payload is: 0105H: (0105 & 8000 == 0), temp = 0105H /10 = 26.1 degree 354 354 ... ... @@ -358,12 +358,12 @@ 358 358 359 359 360 360 361 - (% style="color:blue" %)**Humidity: **360 +**Humidity: ** 362 362 363 363 Read:0295(H)=661(D) Value: 661 / 10=66.1, So 66.1% 364 364 365 365 366 - (% style="color:blue" %)**TimeStamp: **365 +**TimeStamp: ** 367 367 368 368 Unit TimeStamp Example: 64d49439(H) = 1691653177(D) 369 369 ... ... @@ -370,15 +370,19 @@ 370 370 Put the decimal value into this link(https:~/~/www.epochconverter.com/) to get the time. 371 371 372 372 373 -=== 2.2.3 ThingsBoard Payload(Type=3) === 372 +1. 373 +11. 374 +111. ThingsBoard Payload(Type=3) 374 374 375 375 Type3 payload special design for ThingsBoard, it will also configure other default server to ThingsBoard. 376 376 377 377 378 - (% style="color:#4472C4" %)**{"IMEI":866207053462762,"temperature":29.2,"humidity":54.2,"battery":3.27,"signal":24}**379 +**{"IMEI":866207053462762,"temperature":29.2,"humidity":54.2,"battery":3.27,"signal":24}** 379 379 380 380 381 -=== 2.2.4 ThingSpeak Payload(Type=1) === 382 +1. 383 +11. 384 +111. ThingSpeak Payload(Type=1) 382 382 383 383 This payload meets ThingSpeak platform requirement. It includes only four fields. Form 1~~4 are: 384 384 ... ... @@ -387,107 +387,88 @@ 387 387 388 388 As below: 389 389 390 - (% style="color:#4472C4" %)**field1=27.9&field2=49.9&field3=3.23&field4=28**393 +**field1=27.9&field2=49.9&field3=3.23&field4=28** 391 391 392 392 393 -== 2.3 Test Uplink and Change Update Interval == 396 +1. 397 +11. Test Uplink and Change Update Interval 394 394 399 +By default, Sensor will send uplinks **every 2 hours** & AT+NOUD=8 395 395 396 -By default, Sensor will send uplinks (% style="color:blue" %)**every 2 hours**(%%) & AT+NOUD=8 397 397 402 +User can use below commands to change the **uplink interval**. 398 398 399 - Usercanusebelowcommandstochangethe(%style="color:blue"%)**uplinkinterval**.404 +**~ AT+TDC=600 **~/~/ Set Update Interval to 600s 400 400 401 -(% style="color:#037691" %)**~ AT+TDC=600 ** (%%) ~/~/ Set Update Interval to 600s 402 402 403 - 404 404 User can also push the button for more than 1 seconds to activate an uplink. 405 405 406 406 407 407 408 408 409 -== 2.4 Multi-Samplings and One uplink == 412 +1. 413 +11. Multi-Samplings and One uplink 410 410 411 - 412 412 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: 413 413 414 -* (% 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) 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. 415 415 416 -* (% 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. 417 417 418 - 419 419 The diagram below explains the relationship between TR, NOUD, and TDC more clearly: 420 420 421 421 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png||alt="IMG_256"]] 422 422 423 423 424 -== 2.5 Humidity and Temperature alarm function == 426 +1. 427 +11. Humidity and Temperature alarm function 425 425 426 - 427 427 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. 428 428 429 429 430 - (% style="color:blue" %)**AT Commands:**432 +AT Commands: 431 431 432 - (% style="color:#037691" %)**AT+ SHHUM=min,max**434 +**AT+ SHHUM=min,max** 433 433 434 434 Example: AT+ SHHUM=50,80 ~/~/ Alarm when humidity lower than 50 or higher than 80. 435 435 436 436 437 - (% style="color:#037691" %)**AT+ SHTEMP=min,max**439 +**AT+ SHTEMP=min,max** 438 438 439 439 Example: AT+ SHTEMP=20,30 ~/~/ Alarm when temperature lower than 20 or higher than 30 440 440 441 441 442 - (% style="color:red" %)**Notice:**444 +Notice: 443 443 444 -* To disable Alarm, user can set min and max to same value , such as (% style="color:#037691" %)**AT+SHTEMP=0,0.** 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.** 445 445 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 450 +1. 451 +11. Trggier an uplink by external interrupt 448 448 449 - 450 - 451 - 452 - 453 -== 2.6 Trggier an uplink by external interrupt == 454 - 455 - 456 456 S31-NB has an external trigger interrupt function. Users can use the PB15 pin to trigger the upload of data packets. 457 457 458 - (% style="color:blue" %)**AT command:**455 +AT command: 459 459 460 -* (% style="color:#037691" %)**AT+INTMOD **(%%) ~/~/ Set the trigger interrupt mode 457 +* AT+INTMOD ~/~/ Set the trigger interrupt mode 458 +* AT+INTMOD=0 ~/~/Disable Interrupt 459 +* AT+INTMOD=1 ~/~/Trigger by rising and falling edge 460 +* AT+INTMOD=2 ~/~/Trigger by falling edge 461 +* AT+INTMOD=3 ~/~/Trigger by rising edge 461 461 462 -* (% style="color:#037691" %)**AT+INTMOD=0 **(%%) ~/~/Disable Interrupt 463 463 464 - * (% style="color:#037691"%)**AT+INTMOD=1 **(%%) ~/~/Trigger by rising andfallingdge464 += 3. Configure S31x-LB = 465 465 466 -* (% style="color:#037691" %)**AT+INTMOD=2 **(%%) ~/~/Trigger by falling edge 467 - 468 -* (% style="color:#037691" %)**AT+INTMOD=3 **(%%) ~/~/Trigger by rising edge 469 - 470 - 471 - 472 - 473 - 474 -= 3. Configure S31x-NB = 475 - 476 476 == 3.1 Configure Methods == 477 477 478 478 479 -S31x- NB supports below configure method:469 +S31x-LB supports below configure method: 480 480 481 481 * AT Command via Bluetooth Connection (**Recommended**): [[BLE Configure Instruction>>http://wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/]]. 482 - 483 483 * 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]]. 484 - 485 485 * LoRaWAN Downlink. Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section. 486 486 487 - 488 - 489 - 490 - 491 491 == 3.2 General Commands == 492 492 493 493