<
From version < 99.14 >
edited by Xiaoling
on 2022/07/25 09:10
To version < 99.13 >
edited by Xiaoling
on 2022/07/25 08:54
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -333,9 +333,8 @@
333 333  )))
334 334  )))
335 335  
336 -== 4.1  Step1 ==
336 +== 4.1 Step1 ==
337 337  
338 -
339 339  (((
340 340  (((
341 341  Create a device in TTN with the OTAA keys from LSE01.
... ... @@ -359,15 +359,11 @@
359 359  [[image:image-20220526140044-18.png]]
360 360  
361 361  
361 +== 4.2 Step2 ==
362 362  
363 -== 4.2  Step2 ==
364 -
365 -
366 366  (((
367 367  (((
368 368  There are all our nodes in the repository. Users can choose the corresponding brand, model, firmware version and frequency.The decoder and configuration information of the node are pre-configured.Users do not need to configure them.
369 -
370 -
371 371  )))
372 372  )))
373 373  
... ... @@ -374,45 +374,34 @@
374 374  [[image:image-20220526140132-19.png]]
375 375  
376 376  
372 +== 4.3 Step3 ==
377 377  
378 -== 4.3  Step3 ==
379 -
380 -
381 381  Add APP EUI in the application:
382 382  
383 -
384 384  [[image:image-20220526140205-20.png]]
385 385  
386 386  
379 +== 4.4 Step4 ==
387 387  
388 -== 4.4  Step4 ==
389 -
390 -
391 391  Add APP KEY and DEV EUI:
392 392  
393 -
394 394  [[image:image-20220526140251-21.png]]
395 395  
396 396  
386 += 5. TTN V3 integrated into MQTT server =
397 397  
398 -= 5.  TTN V3 integrated into MQTT server =
388 +== 5.1 Introduction ==
399 399  
400 -
401 -== 5.1  Introduction ==
402 -
403 -
404 404  (((
405 405  (((
406 406  The Application Server exposes an MQTT server to work with streaming events. In order to use the MQTT server you need to create a new API key, which will function as connection password. You can also use an existing API key, as long as it has the necessary rights granted.
407 407  
408 -
409 409  
410 410  )))
411 411  )))
412 412  
413 -== 5.2  Create device steps at MQTT ==
398 +== 5.2 Create device steps at MQTT ==
414 414  
415 -
416 416  (((
417 417  (((
418 418  The user creates a new API KEY after creating a device on TTN V3.
... ... @@ -428,8 +428,6 @@
428 428  (((
429 429  (((
430 430  Fill in Broker Address and Broker port.
431 -
432 -
433 433  )))
434 434  )))
435 435  
... ... @@ -438,10 +438,8 @@
438 438  Fill in the username and password into MQTT.
439 439  
440 440  
441 -
442 442  [[image:image-20220526140420-23.png]]
443 443  
444 -
445 445  The Application Server publishes uplink traffic on the following topics:
446 446  
447 447  (% class="box" %)
... ... @@ -458,18 +458,13 @@
458 458  )))
459 459  
460 460  (((
461 -
462 -
463 463  (((
464 -(% style="color:red" %)**Note**: **Remember that the format of these topics for The Things Stack Open Source would contain {application id} instead of {application id}@{tenant id}.**
465 -
466 -
442 +**Note**: Remember that the format of these topics for The Things Stack Open Source would contain {application id} instead of {application id}@{tenant id}.
467 467  )))
468 468  )))
469 469  
470 470  [[image:image-20220526140452-24.png]]
471 471  
472 -
473 473  (((
474 474  (((
475 475  While you could subscribe to all of these topics separately, for the simplicity of this tutorial we use # to subscribe to all topics, i.e. to receive all uplink traffic.
... ... @@ -486,11 +486,7 @@
486 486  
487 487  (((
488 488  (((
489 -
490 -
491 -(% style="color:red" %)**Note**: **Remember that the format of this topic for The Things Stack Open Source deployment would be v3/{application id}/devices/{device id}/down/push.**
492 -
493 -
464 +**Note**: Remember that the format of this topic for The Things Stack Open Source deployment would be v3/{application id}/devices/{device id}/down/push.
494 494  )))
495 495  )))
496 496  
... ... @@ -504,23 +504,17 @@
504 504  
505 505  (((
506 506  To send an unconfirmed downlink message to the device dev1 in application app1 in tenant tenant1 with the hexadecimal payload BE EF on FPort 15 with normal priority, use the topic v3/app1@tenant1/devices/dev1/down/push with the following contents:
507 -
508 -
509 509  )))
510 510  
511 511  (((
512 -(% style="color:red" %)**Note**: **Use this handy tool to convert hexadecimal to base64.**
513 -
514 -
481 +**Note**: Use this handy tool to convert hexadecimal to base64.
515 515  )))
516 516  
517 517  [[image:image-20220526140936-27.png]]
518 518  
519 519  
487 +== 5.3 Send Downlink message ==
520 520  
521 -== 5.3  Send Downlink message ==
522 -
523 -
524 524  (((
525 525  How to configure downlink in TTN V3?
526 526  )))
... ... @@ -530,9 +530,7 @@
530 530  )))
531 531  
532 532  (((
533 -(% style="color:blue" %)**Downlink command: 01 00 00 5A**
534 -
535 -
498 +Downlink command:01 00 00 5A
536 536  )))
537 537  
538 538  [[image:image-20220526141021-28.png]]
... ... @@ -540,7 +540,6 @@
540 540  downlink
541 541  
542 542  
543 -
544 544  After sending, you can view it in live data.
545 545  
546 546  [[image:image-20220526141052-29.png]]
... ... @@ -548,15 +548,12 @@
548 548  downlink
549 549  
550 550  
551 -
552 552  (((
553 553  When downlink is successfully sent, the downlink information can be received on the serial port.
554 554  )))
555 555  
556 556  (((
557 -(% style="color:red" %)**Note**:** If the downlink byte sent is longer, the number of bytes will be displayed.**
558 -
559 -
518 +**Note**: If the downlink byte sent is longer, the number of bytes will be displayed.
560 560  )))
561 561  
562 562  [[image:image-20220526141116-30.png]]
... ... @@ -572,13 +572,13 @@
572 572  
573 573  (((
574 574  (((
575 -If the equipment uses (% style="color:blue" %)**CLASS A**(%%). You can set (% style="color:red" %)**AT+RPL=2** (%%)or send the downlink command: (% style="color:red" %)**2102**
534 +If the equipment uses CLASS A. You can set **AT+RPL=2** or send the downlink command: **2102**
576 576  )))
577 577  )))
578 578  
579 579  (((
580 580  (((
581 -If the equipment uses (% style="color:blue" %)**CLASS C**(%%). You can set** (% style="color:red" %)AT+RPL=4(%%)** or send the downlink command: (% style="color:red" %)**2104**
540 +If the equipment uses CLASS C. You can set** AT+RPL=4** or send the downlink command: **2104**
582 582  )))
583 583  )))
584 584  
... ... @@ -585,8 +585,6 @@
585 585  (((
586 586  (((
587 587  When the device successfully receives the downlink, the server will receive a confirmation packet of 00.
588 -
589 -
590 590  )))
591 591  )))
592 592  
... ... @@ -595,9 +595,8 @@
595 595  downlink
596 596  
597 597  
555 += 6. Request Remote Support =
598 598  
599 -= 6.  Request Remote Support =
600 -
601 601  (((
602 602  These pages are useful to check what is wrong on the Join process. Below shows the four steps that we can check the Join Process.
603 603  \\If problem not solve, and you need dragino remote support, please follow to this document: [[TTN Support instruction>>url:https://www.dragino.com/downloads/index.php?dir=&file=TTNv3_Support_Guide.pdf]](% style="color:red" %) **If user has checked below steps and still can't solve the problem, please send us (support @ dragino.com) the screenshots for each step to check. They include:**
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0