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)
-
Attachments (0 modified, 0 added, 1 removed)
Details
- Page properties
-
- Content
-
... ... @@ -115,6 +115,7 @@ 115 115 * Smart Cities 116 116 * Smart Factory 117 117 118 + 118 118 == 1.5 Sleep mode and working mode == 119 119 120 120 ... ... @@ -247,7 +247,7 @@ 247 247 248 248 249 249 (% border="1" cellspacing="4" style="width:515px" %) 250 -|(% style="background-color:#4 f81bd;; width:100px" %)**Servers**|(% style="background-color:#4f81bd;; width:300px" %)**Dash Board**|(% style="background-color:#4f81bd;; width:115px" %)**Comments**251 +|(% style="width:100px;background-color:#4F81BD;color:white" %)**Servers**|(% style="width:300px;background-color:#4F81BD;color:white" %)**Dash Board**|(% style="width:115px;background-color:#4F81BD;color:white" %)**Comments** 251 251 |(% style="width:127px" %)[[Node-Red>>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.5A0Node-RedA028viaA0MQTT29]]|(% style="width:385px" %)[[image:image-20230819113244-8.png||height="183" width="367"]]|(% style="width:170px" %) 252 252 |(% style="width:127px" %)[[DataCake>>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]]|(% style="width:385px" %)[[image:image-20230819113244-9.png||height="120" width="369"]]|(% style="width:170px" %) 253 253 |(% style="width:127px" %)[[Tago.IO>>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.7A0Tago.ioA028viaA0MQTT29]]|(% style="width:385px" %) |(% style="width:170px" %) ... ... @@ -257,6 +257,7 @@ 257 257 |(% style="width:127px" %)[[ThingsBoard>>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.6A0ThingsBoard.CloudA028viaA0MQTT29]]|(% style="width:385px" %)[[image:image-20230819113244-11.png||height="113" width="293"]]|(% style="width:170px" %) 258 258 |(% style="width:127px" %) |(% style="width:385px" %) |(% style="width:170px" %) 259 259 261 + 260 260 (% 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]]. 261 261 262 262 ... ... @@ -265,7 +265,7 @@ 265 265 266 266 To meet different server requirement, S31-NB supports different payload type. 267 267 268 - **Includes:**270 +Includes: 269 269 270 270 * [[General JSON format payload>>path:#General_Json]]. (Type=5) 271 271 ... ... @@ -277,38 +277,42 @@ 277 277 278 278 User can specify the payload type when choose the connection protocol. Example: 279 279 280 -(% style="color:#037691" %)**AT+PRO=2,0** (%%) ~/~/ 282 +(% style="color:#037691" %)**AT+PRO=2,0** (%%) ~/~/Use UDP Connection & hex Payload 281 281 282 282 (% style="color:#037691" %)**AT+PRO=2,5** (%%) ~/~/ Use UDP Connection & Json Payload 283 283 284 -(% style="color:#037691" %)**AT+PRO=3,5 ** (%%) 286 +(% style="color:#037691" %)**AT+PRO=3,5 ** (%%) ~/~/ Use MQTT Connection & Json Payload 285 285 286 286 287 -=== 2.2.1 General Json Format (Type ~=5) ===289 +=== 2.2.1 General Json Format (Type=5) === 288 288 289 289 290 290 This is the General Json Format. As below: 291 291 294 + 292 292 (% 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}}** 293 293 294 294 295 -(% style="color:red" %)**Notice, from above payload:** 296 296 299 +(% style="color:red" %)Notice, from above payload: 300 + 297 297 * Temperature , Humidity , Battery & Signal are the value at uplink time. 298 298 299 299 * 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. 300 300 301 301 302 -=== 2.2.2 HEX format Payload(Type~=0) === 303 303 307 +=== 2.2.2 HEX format Payload(Type=0) === 304 304 309 + 305 305 This is the HEX Format. As below: 306 306 307 307 (% style="color:#4472c4" %)**f86620705346276200640cba16010000000011011801e864d49c2d011a01e364d49925011901eb64d49871011901e564d497bd011a01e664d49709011901e964d49655011a01e864d495a1011a01e864d494ed011801e864d49439** 308 308 309 -[[image:1692424009971-458.png]] 310 310 315 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png]] 311 311 317 + 312 312 (% style="color:blue" %)**Version:** 313 313 314 314 These bytes include the hardware and software version. ... ... @@ -318,7 +318,7 @@ 318 318 (% style="color:#037691" %)**Lower byte:**(%%) Specify the software version: 0x64=100, means firmware version 100 319 319 320 320 321 -(% style="color: blue" %)**BAT (Battery Info):**327 +(% style="color:#037691" %)**BAT (Battery Info):** 322 322 323 323 Ex1: 0x0CBA = 3258mV 324 324 ... ... @@ -349,6 +349,7 @@ 349 349 (FF3F & 8000:Judge whether the highest bit is 1, when the highest bit is 1, it is negative) 350 350 351 351 358 + 352 352 (% style="color:blue" %)**Humidity: ** 353 353 354 354 Read:0295(H)=661(D) Value: 661 / 10=66.1, So 66.1% ... ... @@ -361,15 +361,16 @@ 361 361 Put the decimal value into this link(https:~/~/www.epochconverter.com/) to get the time. 362 362 363 363 364 -=== 2.2.3 ThingsBoard Payload(Type ~=3) ===371 +=== 2.2.3 ThingsBoard Payload(Type=3) === 365 365 366 366 367 367 Type3 payload special design for ThingsBoard, it will also configure other default server to ThingsBoard. 368 368 376 + 369 369 (% style="color:#4472c4" %)**{"IMEI":866207053462762,"temperature":29.2,"humidity":54.2,"battery":3.27,"signal":24}** 370 370 371 371 372 -=== 2.2.4 ThingSpeak Payload(Type ~=1) ===380 +=== 2.2.4 ThingSpeak Payload(Type=1) === 373 373 374 374 375 375 This payload meets ThingSpeak platform requirement. It includes only four fields. Form 1~~4 are: ... ... @@ -376,6 +376,7 @@ 376 376 377 377 Temperature, Humidity, Battery & Signal. This payload type only valid for ThingsSpeak Platform 378 378 387 + 379 379 As below: 380 380 381 381 (% style="color:#4472c4" %)**field1=27.9&field2=49.9&field3=3.23&field4=28** ... ... @@ -386,25 +386,29 @@ 386 386 387 387 By default, Sensor will send uplinks (% style="color:blue" %)**every 2 hours**(%%) & AT+NOUD=8 388 388 398 + 389 389 User can use below commands to change the (% style="color:blue" %)**uplink interval**. 390 390 391 -(% style="color:#037691" %)**AT+TDC=600 ** (%%) ~/~/ Set Update Interval to 600s 401 +(% style="color:#037691" %)** AT+TDC=600 ** (%%) ~/~/ Set Update Interval to 600s 392 392 403 + 393 393 User can also push the button for more than 1 seconds to activate an uplink. 394 394 395 395 407 + 408 + 396 396 == 2.4 Multi-Samplings and One uplink == 397 397 398 398 399 399 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: 400 400 401 -* (% style="color:#037691" %)**AT+TR=900** (%%) 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) 402 402 403 -* (% style="color:#037691" %)**AT+NOUD=8** 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. 404 404 405 405 The diagram below explains the relationship between TR, NOUD, and TDC more clearly: 406 406 407 -[[image: 1692424376354-959.png]]420 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png||alt="IMG_256"]] 408 408 409 409 410 410 == 2.5 Humidity and Temperature alarm function == ... ... @@ -417,12 +417,12 @@ 417 417 418 418 (% style="color:#037691" %)**AT+ SHHUM=min,max** 419 419 420 -Example: AT+ SHHUM=50,80 433 +Example: AT+ SHHUM=50,80 ~/~/ Alarm when humidity lower than 50 or higher than 80. 421 421 422 422 423 423 (% style="color:#037691" %)**AT+ SHTEMP=min,max** 424 424 425 -Example: AT+ SHTEMP=20,30 438 +Example: AT+ SHTEMP=20,30 ~/~/ Alarm when temperature lower than 20 or higher than 30 426 426 427 427 428 428 (% style="color:red" %)**Notice:** ... ... @@ -432,6 +432,9 @@ 432 432 * 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.** 433 433 434 434 448 + 449 + 450 + 435 435 == 2.6 Trggier an uplink by external interrupt == 436 436 437 437 ... ... @@ -439,16 +439,19 @@ 439 439 440 440 (% style="color:blue" %)**AT command:** 441 441 442 -* (% style="color:#037691" %)**AT+INTMOD **(%%) 458 +* (% style="color:#037691" %)**AT+INTMOD **(%%) ~/~/ Set the trigger interrupt mode 443 443 444 -* (% style="color:#037691" %)**AT+INTMOD=0 **(%%) ~/~/ 460 +* (% style="color:#037691" %)**AT+INTMOD=0 **(%%) ~/~/Disable Interrupt 445 445 446 -* (% style="color:#037691" %)**AT+INTMOD=1 **(%%) 462 +* (% style="color:#037691" %)**AT+INTMOD=1 **(%%) ~/~/Trigger by rising and falling edge 447 447 448 -* (% style="color:#037691" %)**AT+INTMOD=2 **(%%) 464 +* (% style="color:#037691" %)**AT+INTMOD=2 **(%%) ~/~/Trigger by falling edge 449 449 450 -* (% style="color:#037691" %)**AT+INTMOD=3 **(%%) ~/~/ 466 +* (% style="color:#037691" %)**AT+INTMOD=3 **(%%) ~/~/Trigger by rising edge 451 451 468 + 469 + 470 + 452 452 = 3. Configure S31x-NB = 453 453 454 454 == 3.1 Configure Methods == ... ... @@ -460,114 +460,228 @@ 460 460 461 461 * 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]]. 462 462 463 - ==3.2ATCommands Set==482 +* LoRaWAN Downlink. Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section. 464 464 465 465 466 -AT+<CMD>? : Help on <CMD> 467 467 468 -AT+<CMD> : Run <CMD> 469 469 470 - AT+<CMD>=<value>: Set thevalue487 +== 3.2 General Commands == 471 471 472 -AT+<CMD>=? : Get the value 473 473 490 +These commands are to configure: 474 474 475 -(% style="color:blue" %)**General Commands** 492 +* General system settings like: uplink interval. 493 +* LoRaWAN protocol & radio related command. 476 476 477 - AT:Attention495 +They are same for all Dragino Devices which support DLWS-005 LoRaWAN Stack. These commands can be found on the wiki: 478 478 479 -AT ? : ShortHelp497 +[[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]] 480 480 481 -ATZ : MCU Reset 482 482 483 - AT+TDC: Application DataTransmissionInterval500 +== 3.3 Commands special design for S31x-LB == 484 484 485 -AT+CFG : Print all configurations 486 486 487 - AT+CFGMOD: Workingmodeselection503 +These commands only valid for S31x-LB, as below: 488 488 489 -AT+DEUI : Get or set the Device ID 490 490 491 - AT+INTMOD:Setthe triggerinterruptmode506 +=== 3.3.1 Set Transmit Interval Time === 492 492 493 -AT+5VT : Set extend the time of 5V power 494 494 495 - AT+PRO: Chooseagreement509 +Feature: Change LoRaWAN End Node Transmit Interval. 496 496 497 - AT+RXDL: Extend thesendingandreceiving time511 +(% style="color:blue" %)**AT Command: AT+TDC** 498 498 499 -AT+DNSCFG : Get or Set DNS Server 513 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %) 514 +|=(% style="width: 156px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 137px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="background-color:#D9E2F3;color:#0070C0" %)**Response** 515 +|(% style="width:156px" %)AT+TDC=?|(% style="width:137px" %)Show current transmit Interval|((( 516 +30000 517 +OK 518 +the interval is 30000ms = 30s 519 +))) 520 +|(% style="width:156px" %)AT+TDC=60000|(% style="width:137px" %)Set Transmit Interval|((( 521 +OK 522 +Set transmit interval to 60000ms = 60 seconds 523 +))) 500 500 501 - AT+GETSENSORVALUE: Returnsheurrentsensormeasurement525 +(% style="color:blue" %)**Downlink Command: 0x01** 502 502 503 - AT+NOUD:GetorSetthenumberofdatato beuploaded527 +Format: Command Code (0x01) followed by 3 bytes time value. 504 504 505 - AT+CDP: ReadorClearcacheddata529 +If the downlink payload=0100003C, it means set the END Node's Transmit Interval to 0x00003C=60(S), while type code is 01. 506 506 507 -AT+SHTEMP: Get or Set alarm of temp 531 +* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 532 +* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 508 508 509 - AT+SHHUM:GetorSetlarm of moisture534 +=== 3.3.2 Get Device Status === 510 510 511 -AT+SERVADDR : Server Address 512 512 537 +Send a LoRaWAN downlink to ask device send Alarm settings. 513 513 514 -(% style="color:blue" %)** UDPManagement**539 +(% style="color:blue" %)**Downlink Payload: **(%%)0x26 01 515 515 516 - AT+CFM:Uploadconfirmationmode(only valid forUDP)541 +Sensor will upload Device Status via FPORT=5. See payload section for detail. 517 517 518 518 519 - (%style="color:blue"%)**MQTT Management**544 +=== 3.3.3 Set Temperature Alarm Threshold === 520 520 521 -AT+CLIENT : Get or Set MQTT client 522 522 523 - AT+UNAME:GetSetMQTTUsername547 +* (% style="color:blue" %)**AT Command:** 524 524 525 - AT+PWD: Getet MQTT password549 +(% style="color:#037691" %)**AT+SHTEMP=min,max** 526 526 527 -AT+PUBTOPIC : Get or Set MQTT publish topic 551 +* When min=0, and max≠0, Alarm higher than max 552 +* When min≠0, and max=0, Alarm lower than min 553 +* When min≠0 and max≠0, Alarm higher than max or lower than min 528 528 529 - AT+SUBTOPIC : Get or Set MQTT subscription topic555 +Example: 530 530 557 + AT+SHTEMP=0,30 ~/~/ Alarm when temperature higher than 30. 531 531 532 -(% style="color:blue" %)** Information**559 +* (% style="color:blue" %)**Downlink Payload:** 533 533 534 - AT+FDR: Factory Data Reset561 +(% style="color:#037691" %)**0x(0C 01 00 1E)** (%%) ~/~/ Set AT+SHTEMP=0,30 535 535 536 - AT+PWORD:SerialAccessPassword563 +(% style="color:red" %)**(note: 3^^rd^^ byte= 0x00 for low limit(not set), 4^^th^^ byte = 0x1E for high limit: 30)** 537 537 538 -AT+LDATA : Get the last upload data 539 539 540 - AT+CDP: Reador Clearcacheddata566 +=== 3.3.4 Set Humidity Alarm Threshold === 541 541 542 542 569 +* (% style="color:blue" %)**AT Command:** 570 + 571 +(% style="color:#037691" %)**AT+SHHUM=min,max** 572 + 573 +* When min=0, and max≠0, Alarm higher than max 574 +* When min≠0, and max=0, Alarm lower than min 575 +* When min≠0 and max≠0, Alarm higher than max or lower than min 576 + 577 +Example: 578 + 579 + AT+SHHUM=70,0 ~/~/ Alarm when humidity lower than 70%. 580 + 581 +* (% style="color:blue" %)**Downlink Payload:** 582 + 583 +(% style="color:#037691" %)**0x(0C 02 46 00)**(%%) ~/~/ Set AT+SHTHUM=70,0 584 + 585 +(% style="color:red" %)**(note: 3^^rd^^ byte= 0x46 for low limit (70%), 4^^th^^ byte = 0x00 for high limit (not set))** 586 + 587 + 588 +=== 3.3.5 Set Alarm Interval === 589 + 590 + 591 +The shortest time of two Alarm packet. (unit: min) 592 + 593 +* (% style="color:blue" %)**AT Command:** 594 + 595 +(% style="color:#037691" %)**AT+ATDC=30** (%%) ~/~/ The shortest interval of two Alarm packets is 30 minutes, Means is there is an alarm packet uplink, there won't be another one in the next 30 minutes. 596 + 597 +* (% style="color:blue" %)**Downlink Payload:** 598 + 599 +(% style="color:#037691" %)**0x(0D 00 1E)**(%%) **~-~--> ** Set AT+ATDC=0x 00 1E = 30 minutes 600 + 601 + 602 +=== 3.3.6 Get Alarm settings === 603 + 604 + 605 +Send a LoRaWAN downlink to ask device send Alarm settings. 606 + 607 +* (% style="color:#037691" %)**Downlink Payload: **(%%)0x0E 01 608 + 609 +**Example:** 610 + 611 +[[image:image-20230524110211-4.png]] 612 + 613 +**Explain:** 614 + 615 +* Alarm & MOD bit is 0x7C, 0x7C >> 2 = 0x31: Means this message is the Alarm settings message. 616 + 617 +=== 3.3.7 Set Interrupt Mode === 618 + 619 + 620 +Feature, Set Interrupt mode for PA8 of pin. 621 + 622 +When AT+INTMOD=0 is set, PA8 is used as a digital input port. 623 + 624 +(% style="color:blue" %)**AT Command: AT+INTMOD** 625 + 626 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %) 627 +|=(% style="width: 155px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 197px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 158px;background-color:#D9E2F3;color:#0070C0" %)**Response** 628 +|(% style="width:154px" %)AT+INTMOD=?|(% style="width:196px" %)Show current interrupt mode|(% style="width:157px" %)((( 629 +0 630 +OK 631 +the mode is 0 =Disable Interrupt 632 +))) 633 +|(% style="width:154px" %)AT+INTMOD=2|(% style="width:196px" %)((( 634 +Set Transmit Interval 635 +0. (Disable Interrupt), 636 +~1. (Trigger by rising and falling edge) 637 +2. (Trigger by falling edge) 638 +3. (Trigger by rising edge) 639 +)))|(% style="width:157px" %)OK 640 + 641 +(% style="color:blue" %)**Downlink Command: 0x06** 642 + 643 +Format: Command Code (0x06) followed by 3 bytes. 644 + 645 +This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06. 646 + 647 +* Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode 648 +* Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger 649 + 650 +=== 3.3.8 Set Power Output Duration === 651 + 652 + 653 +Control the output duration 5V . Before each sampling, device will 654 + 655 +~1. first enable the power output to external sensor, 656 + 657 +2. keep it on as per duration, read sensor value and construct uplink payload 658 + 659 +3. final, close the power output. 660 + 661 +(% style="color:blue" %)**AT Command: AT+5VT** 662 + 663 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %) 664 +|=(% style="width: 155px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 197px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 158px;background-color:#D9E2F3;color:#0070C0" %)**Response** 665 +|(% style="width:154px" %)AT+5VT=?|(% style="width:196px" %)Show 5V open time.|(% style="width:157px" %)0 (default) 666 +OK 667 +|(% style="width:154px" %)AT+5VT=1000|(% style="width:196px" %)Close after a delay of 1000 milliseconds.|(% style="width:157px" %)OK 668 + 669 +(% style="color:blue" %)**Downlink Command: 0x07** 670 + 671 +Format: Command Code (0x07) followed by 2 bytes. 672 + 673 +The first and second bytes are the time to turn on. 674 + 675 +* Example 1: Downlink Payload: 070000 **~-~-->** AT+5VT=0 676 +* Example 2: Downlink Payload: 0701F4 **~-~-->** AT+5VT=500 677 + 543 543 = 4. Battery & Power Consumption = 544 544 545 545 546 -S31x- NB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.681 +S31x-LB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace. 547 547 548 548 [[**Battery Info & Power Consumption Analyze**>>http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20calculate%20the%20battery%20life%20of%20Dragino%20sensors%3F/]] . 549 549 550 550 551 -= 5. Firmware update = 686 += 5. OTA Firmware update = 552 552 553 553 554 -User can change device firmware to:: 689 +(% class="wikigeneratedid" %) 690 +User can change firmware S31x-LB to: 555 555 692 +* Change Frequency band/ region. 556 556 * Update with new features. 557 - 558 558 * Fix bugs. 559 559 560 -Firmware and changelog can be downloaded from : **[[Firmware download link>>https://www.dropbox.com/sh/f hb3uyl4gt6clru/AAAiZVTFcxrfE1JOOyfcgO9ha?dl=0]]**696 +Firmware and changelog can be downloaded from : **[[Firmware download link>>https://www.dropbox.com/sh/fis3g6nmhv0eokg/AAC6BcCZaX4BdqZkduUvZ3jIa?dl=0]]** 561 561 698 + 562 562 Methods to Update Firmware: 563 563 564 -* (Recommended way) OTA firmware update via BLE: [[**Instruction**>>url:http://wiki.dragino.com/xwiki/bin/view/Main/BLE_Firmware_Update_NB_Sensors_BC660K-GL/]]. 565 - 701 +* (Recommanded way) OTA firmware update via wireless : **[[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Firmware%20OTA%20Update%20for%20Sensors/>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Firmware%20OTA%20Update%20for%20Sensors/]]** 566 566 * 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]]**. 567 567 568 - 569 - 570 - 571 571 = 6. FAQ = 572 572 573 573 ... ... @@ -619,4 +619,5 @@ 619 619 620 620 * Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[Support@dragino.cc>>mailto:Support@dragino.cc]]. 621 621 755 + 622 622 (% style="display:none" %) (%%)
- 1692424376354-959.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -146.1 KB - Content