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 == ... ... @@ -270,67 +270,67 @@ 270 270 Includes: 271 271 272 272 * [[General JSON format payload>>path:#General_Json]]. (Type=5) 274 + 273 273 * [[HEX format Payload>>path:#HEX_Payload]]. (Type=0) 276 + 274 274 * [[ThingSpeak Format>>path:#ThingSpeak_Payload]]. (Type=1) 278 + 275 275 * [[ThingsBoard Format>>path:#ThingsBoard_Payload]]. (Type=3) 276 276 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 284 +(% style="color:#037691" %)**AT+PRO=2,0** (%%) ~/~/Use UDP Connection & hex Payload 281 281 282 -**AT+PRO=2,5** ~/~/ Use UDP Connection & Json Payload 286 +(% style="color:#037691" %)**AT+PRO=2,5** (%%) ~/~/ Use UDP Connection & Json Payload 283 283 284 -**AT+PRO=3,5 **~/~/ Use MQTT Connection & Json Payload 288 +(% 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) 291 +=== 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}}** 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}}** 295 295 296 296 297 297 298 -Notice, from above payload: 300 +(% 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 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. 303 303 304 304 305 305 306 -1. 307 -11. 308 -111. HEX format Payload(Type=0) 309 309 309 +=== 2.2.2 HEX format Payload(Type=0) === 310 310 311 + 311 311 This is the HEX Format. As below: 312 312 313 -**f86620705346276200640cba16010000000011011801e864d49c2d011a01e364d49925011901eb64d49871011901e564d497bd011a01e664d49709011901e964d49655011a01e864d495a1011a01e864d494ed011801e864d49439** 314 +(% 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:** 320 +(% 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 324 +(% 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 326 +(% style="color:#037691" %)**Lower byte:**(%%) Specify the software version: 0x64=100, means firmware version 100 326 326 327 327 328 -**BAT (Battery Info)** 329 +(% style="color:#037691" %)**BAT (Battery Info):** 329 329 330 330 Ex1: 0x0CBA = 3258mV 331 331 332 332 333 -**Signal Strength** 334 +(% 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: ** 351 +(% 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: ** 361 +(% 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: ** 366 +(% 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) 373 +=== 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}** 378 +(% 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) 381 +=== 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,88 +390,107 @@ 390 390 391 391 As below: 392 392 393 -**field1=27.9&field2=49.9&field3=3.23&field4=28** 390 +(% 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 393 +== 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 396 +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 600s399 +User can use below commands to change the (% style="color:blue" %)**uplink interval**. 405 405 401 +(% style="color:#037691" %)**~ AT+TDC=600 ** (%%) ~/~/ Set Update Interval to 600s 406 406 403 + 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 409 +== 2.4 Multi-Samplings and One uplink == 414 414 411 + 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. 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) 419 419 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. 420 420 418 + 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 424 +== 2.5 Humidity and Temperature alarm function == 428 428 426 + 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: 430 +(% style="color:blue" %)**AT Commands:** 433 433 434 -**AT+ SHHUM=min,max** 432 +(% 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** 437 +(% 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: 442 +(% 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.** 444 +* To disable Alarm, user can set min and max to same value , such as (% style="color:#037691" %)**AT+SHTEMP=0,0.** 448 448 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.** 449 449 450 -1. 451 -11. Trggier an uplink by external interrupt 452 452 449 + 450 + 451 + 452 + 453 +== 2.6 Trggier an uplink by external interrupt == 454 + 455 + 453 453 S31-NB has an external trigger interrupt function. Users can use the PB15 pin to trigger the upload of data packets. 454 454 455 -AT command: 458 +(% style="color:blue" %)**AT command:** 456 456 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 460 +* (% style="color:#037691" %)**AT+INTMOD **(%%) ~/~/ Set the trigger interrupt mode 462 462 462 +* (% style="color:#037691" %)**AT+INTMOD=0 **(%%) ~/~/Disable Interrupt 463 463 464 - =3.Configure S31x-LB=464 +* (% style="color:#037691" %)**AT+INTMOD=1 **(%%) ~/~/Trigger by rising and falling edge 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 + 466 466 == 3.1 Configure Methods == 467 467 468 468 469 -S31x- LB supports below configure method:479 +S31x-NB supports below configure method: 470 470 471 471 * AT Command via Bluetooth Connection (**Recommended**): [[BLE Configure Instruction>>http://wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/]]. 482 + 472 472 * 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 + 473 473 * LoRaWAN Downlink. Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section. 474 474 487 + 488 + 489 + 490 + 475 475 == 3.2 General Commands == 476 476 477 477