<
From version < 82.1 >
edited by Kilight Cao
on 2022/06/15 15:31
To version < 84.1 >
edited by Kilight Cao
on 2022/06/15 15:38
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -54,9 +54,9 @@
54 54  
55 55  [[image:image-20220615150600-1.png||height="559" width="1045"]]
56 56  
57 +
57 57  //**Start download to Helium-gateway-rs**//
58 58  
59 -
60 60  [[image:image-20220615150627-2.png||height="598" width="1044"]]
61 61  
62 62  //**Helium-gatewayrs download success**//
... ... @@ -117,7 +117,7 @@
117 117  
118 118  
119 119  (((
120 -**~1. Set up Helium-Wallet in my computer. [[https:~~/~~/docs.helium.com/wallets/cli-wallet>>url:https://docs.helium.com/wallets/cli-wallet]]. and funds this wallet. From this step, we got the wallet info as below.**
120 +//**1. Set up Helium-Wallet in my computer. [[https:~~/~~/docs.helium.com/wallets/cli-wallet>>url:https://docs.helium.com/wallets/cli-wallet]]. and funds this wallet. From this step, we got the wallet info as below.**//
121 121  )))
122 122  
123 123  (% class="box" %)
... ... @@ -150,7 +150,7 @@
150 150  
151 151  
152 152  (((
153 -**2. Get txn. In the data-only hotspot. run below command to add a hotspot, owner is the owner wallet of this hotspot, payer is the payer to pay transaction cost.**
153 +//**2. Get txn. In the data-only hotspot. run below command to add a hotspot, owner is the owner wallet of this hotspot, payer is the payer to pay transaction cost.**//
154 154  )))
155 155  
156 156  (% class="box" %)
... ... @@ -182,13 +182,13 @@
182 182  )))
183 183  
184 184  (((
185 -We got the txn info from this step.
186 -\\**3. Add Hotspot. In the computer with helium wallet. run below command, replace the txn with the txn you got in above step.**
185 +//We got the txn info from this step.//
186 +\\//**3. Add Hotspot. In the computer with helium wallet. run below command, replace the txn with the txn you got in above step.**//
187 187  
188 188  
189 -(% style="color:red" %)Note: below are two commands, the command without ~-~-commit is the preview mode.**
189 +(% style="color:red" %)**Note: below are two commands, the command without ~-~-commit is the preview mode.**
190 190  
191 -Check every detail in this mode and run the command with ~-~-commit to commit to the Helium Blockchain.
191 +//Check every detail in this mode and run the command with ~-~-commit to commit to the Helium Blockchain.//
192 192  )))
193 193  
194 194  (% class="box" %)
... ... @@ -231,7 +231,7 @@
231 231  )))
232 232  
233 233  (((
234 -4. Assert Location. In helium Wallet. run below command, note, the ~-~-gateway should input gateway address from step 2.
234 +//**4. Assert Location. In helium Wallet. run below command, note, the ~-~-gateway should input gateway address from step 2.**//
235 235  )))
236 236  
237 237  (% class="box" %)
... ... @@ -286,23 +286,24 @@
286 286  )))
287 287  
288 288  (((
289 -Note: The add hotspot and assert location step might need some time to be effect.
289 +**Note: The add hotspot and assert location step might need some time to be effect.**
290 290  )))
291 291  
292 292  (((
293 -After above steps finish, the mobile helium wallet should be able to show that this hotspot has been added to the helium blockchain.
293 +//After above steps finish, the mobile helium wallet should be able to show that this hotspot has been added to the helium blockchain.//
294 294  
295 295  
296 296  )))
297 297  
298 -== 2.8 Debug Connection ==
298 +== **2.8 Debug Connection** ==
299 299  
300 -=== 2.8.1 Check pkt-fwd running Log ===
300 +=== **2.8.1 Check pkt-fwd running Log** ===
301 301  
302 -This command can check if the LoRa Radio part runs correctly and if the gateway receives LoRa packets from LoRaWAN sensors.
303 303  
303 +//This command can check if the LoRa Radio part runs correctly and if the gateway receives LoRa packets from LoRaWAN sensors.//
304 +
304 304  (((
305 -Below logs shows the gateway receive two LoRaWAN packets.
306 +//Below logs shows the gateway receive two LoRaWAN packets.//
306 306  )))
307 307  
308 308  (% class="box" %)
... ... @@ -327,19 +327,20 @@
327 327  )))
328 328  
329 329  
330 -=== 2.8.2 Check gateway-rs Log ===
331 +=== **2.8.2 Check gateway-rs Log** ===
331 331  
332 -SSH to gateway and run **logread | grep helium_gateway** to check Gateway-rs running log.
333 333  
334 +//SSH to gateway and run **logread | grep helium_gateway** to check Gateway-rs running log.//
335 +
334 334  [[image:image-20220531175809-7.png]]
335 335  
336 -Helium-gatewayrs log
337 337  
338 338  **Note**: logread is dynamic and FIFO, so helium log might be overwritten by other processes info in system.
339 339  
340 340  
341 -=== 2.8.3 View the public key address and animal name ===
342 +=== **2.8.3 View the public key address and animal name** ===
342 342  
344 +
343 343  (% class="box" %)
344 344  (((
345 345  (((
... ... @@ -361,80 +361,87 @@
361 361  Hostpot key and animal name
362 362  
363 363  
364 -=== 2.8.4 Backup/Restor gateway-rs key ===
366 +=== **2.8.4 Backup/Restor gateway-rs key** ===
365 365  
366 366  (((
367 -For the date-only hotspots, the key is the only unique identifier, the users can backup the key by the button of Download. And once the uses upgrade the gateway or the gateway lose the key, the gateway-rs will generate a new key for which the data-only hotspot is the new unit. so if the user would restore to last time which can upload your backup key to the gateway by the button of upload.
369 +//For the date-only hotspots, the key is the only unique identifier, the users can backup the key by the button of Download. And once the uses upgrade the gateway or the gateway lose the key, the gateway-rs will generate a new key for which the data-only hotspot is the new unit. so if the user would restore to last time which can upload your backup key to the gateway by the button of upload.//
368 368  )))
369 369  
370 370  [[image:image-20220531175919-9.png]]
371 371  
372 -Backup and restore key
373 373  
374 374  
375 -== 2.9 Forward the data to the other server ==
376 +== **2.9 Forward the data to the other server** ==
376 376  
377 -=== 2.9.1 Introduction ===
378 +=== **2.9.1 Introduction** ===
378 378  
380 +
379 379  (((
380 -The Dragino gateway has supports the double server settings.
382 +//The Dragino gateway has supports the double server settings.//
381 381  )))
382 382  
383 383  (((
384 -Users can back to the page of Semtech UDP to configure other server settings.
386 +//Users can back to the page of Semtech UDP to configure other server settings.//
385 385  
386 386  
387 387  )))
388 388  
389 -=== 2.9.2 Example ===
391 +=== **2.9.2 Example** ===
390 390  
391 -The following takes The Things Network as another LoRaWAN server as an example.
392 392  
394 +//The following takes The Things Network as another LoRaWAN server as an example.//
393 393  
394 -==== 2.9.2.1 Step 1: Back to Semtech UDP page ====
395 395  
397 +==== **2.9.2.1 Step 1: Back to Semtech UDP page** ====
398 +
399 +
396 396  [[image:image-20220531180002-10.png]]
397 397  
398 398  Back to Semtech UDP page
399 399  
400 400  
401 -==== 2.9.2.2 Step 2: Configure the double server forwarding ====
405 +==== **2.9.2.2 Step 2: Configure the double server forwarding** ====
402 402  
407 +
403 403  [[image:image-20220531180048-11.png]]
404 404  
405 -Configure the double server
406 406  
407 -The user can configure the secondary server and then click the button of Save&Apply.
411 +//The user can configure the secondary server and then click the button of **Save&Apply**.//
408 408  
409 409  
410 -== 2.10 Connect Full Hotspot to Helium ==
414 +== **2.10 Connect Full Hotspot to Helium** ==
411 411  
412 -= 3. Use Dragino Sensors with Helium =
416 += **3. Use Dragino Sensors with Helium** =
413 413  
414 -== 3.1 How to add up user's end-node with Helium console ==
415 415  
416 -=== 3.1.1 Step 1: Login the Helium console ===
419 +== **3.1 How to add up user's end-node with Helium console** ==
417 417  
418 -User can Login the [[Helium Console>>url:https://staging-console.helium.wtf/]]
419 419  
422 +=== **3.1.1 Step 1: Login the Helium console** ===
423 +
424 +
425 +//User can Login the [[Helium Console>>url:https://staging-console.helium.wtf/]]//
426 +
420 420  [[image:image-20220531180150-12.png]]
421 421  
422 422  login Helium console
423 423  
424 424  
425 -=== 3.1.2 Step 2: Add up your end-node's key ===
432 +=== **3.1.2 Step 2: Add up your end-node's key** ===
426 426  
427 -User add up end-node's key from console ~-~->dervice
428 428  
435 +//User add up end-node's key from console ~-~->dervice//
436 +
429 429  [[image:image-20220531180224-13.png]]
430 430  
431 431  To add a device
432 432  
433 433  
434 -=== 3.1.3 Step 3:Activate the end-node ===
442 +=== **3.1.3 Step 3:Activate the end-node** ===
435 435  
444 +
436 436  (((
437 -Users can activate the end-node with OTAA in which the end-node will Join the network from the Helium server **Eventually you will see traffic**
446 +//Users can activate the end-node with OTAA in which the end-node will Join the network from the Helium server **Eventually you will see traffic**//
438 438  )))
439 439  
440 440  [[image:image-20220531105239-2.png]]
... ... @@ -442,17 +442,19 @@
442 442  end-node traffic.
443 443  
444 444  
445 -== 3.2 How to use decoder ==
454 +== **3.2 How to use decoder** ==
446 446  
447 -=== 3.2.1 Step 1:Users can create decoders on functions ===
456 +=== **3.2.1 Step 1:Users can create decoders on functions** ===
448 448  
458 +
449 449  [[image:image-20220531105325-3.png]]
450 450  
451 451  Decoder.
452 452  
453 453  
454 -=== 3.2.2 Step 2:Add a decoder in functions and apply it to the specified label ===
464 +=== **3.2.2 Step 2:Add a decoder in functions and apply it to the specified label** ===
455 455  
466 +
456 456  [[image:image-20220526095629-6.png]]
457 457  
458 458  
... ... @@ -461,23 +461,23 @@
461 461  
462 462  [[image:image-20220526100057-8.png||height="352" width="1133"]]
463 463  
464 -Decoder.
465 465  
466 -Add decoder complete.
476 +**//Add decoder complete.//**
467 467  
468 468  
469 -== 3.3 How to send a downlink to end device from Helium ==
479 +== **3.3 How to send a downlink to end device from Helium** ==
470 470  
481 +
471 471  (((
472 -The Helium server needs to convert to Base64 format when sending the downlink command. Please refer to the following example:
483 +//The Helium server needs to convert to Base64 format when sending the downlink command. Please refer to the following example~://
473 473  )))
474 474  
475 475  (((
476 -The Downlink command comes from this link:[[End Device Downlink Command>>End Device AT Commands and Downlink Command]]
487 +//The Downlink command comes from this link:[[End Device Downlink Command>>End Device AT Commands and Downlink Command]]//
477 477  )))
478 478  
479 479  (((
480 -Change Uplink Interval:Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
491 +//Change Uplink Interval:Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds//
481 481  )))
482 482  
483 483  (% class="box" %)
... ... @@ -490,55 +490,56 @@
490 490  Downlink
491 491  
492 492  
493 -== 3.4 How to add integration to different IoT Servers ==
504 +== **3.4 How to add integration to different IoT Servers** ==
494 494  
495 -=== 3.4.1 TagoIO ===
506 +=== **3.4.1 TagoIO** ===
496 496  
497 -The steps to add integration are very simple. Please see the following process.
498 498  
509 +**//The steps to add integration are very simple. Please see the following process.//**
510 +
511 +
499 499  [[image:image-20220526102429-23.png||height="630" width="1198"]]
500 500  
501 -TagoIO.
502 502  
503 503  
504 -Generate the authorization code and then copy it.
516 +**//Generate the authorization code and then copy it.//**
505 505  
518 +
506 506  [[image:image-20220526100452-10.png||height="314" width="1188"]]
507 507  
508 -TagoIO.
509 509  
510 510  
511 -Apply Integration to Label.
523 +//**Apply Integration to Label.**//
512 512  
525 +
513 513  [[image:image-20220526100802-13.png]]
514 514  
515 515  
516 -TagoIO.
517 517  
518 -
519 519  [[image:image-20220526100927-14.png]]
520 520  
521 -TagoIO.
522 522  
523 523  
524 -Click LoRaWAN Helium,select the device.
534 +**//Click LoRaWAN Helium,select the device.//**
525 525  
536 +
526 526  [[image:image-20220526101215-15.png||height="599" width="1117"]]
527 527  
528 -TagoIO.
529 529  
530 530  
531 -Fill in DEVEUI and create my device.
541 +**//Fill in DEVEUI and create my device.//**
532 532  
543 +
533 533  [[image:image-20220526101419-16.png]]
534 534  
535 535  TagoIO.
536 536  
537 537  
538 -=== 3.4.2 Cayenne ===
549 +=== **3.4.2 Cayenne** ===
539 539  
540 -The process of creating devices is similar to Tago.
541 541  
552 +//The process of creating devices is similar to Tago.//
553 +
542 542  [[image:image-20220526101616-18.png||height="456" width="1097"]]
543 543  
544 544  Cayenne.
... ... @@ -569,78 +569,86 @@
569 569  Cayenne.
570 570  
571 571  
572 -== 3.5 Trouble Shooting ==
584 +== **3.5 Trouble Shooting** ==
573 573  
574 -=== 3.5.1 Trouble to Join Helium ===
586 +=== **3.5.1 Trouble to Join Helium** ===
575 575  
588 +
576 576  (((
577 -Assume the device is powered correctly. If you don't see data in Helium. The possibilities are:
590 +**//Assume the device is powered correctly. If you don't see data in Helium. The possibilities are~://**
591 +
592 +
578 578  )))
579 579  
580 580  (((
581 -1) You are out of Helium Gateway coverage. (If you have other end nodes, you can check whether they work and what is the signal strength you see in the platform)
596 +//1) You are out of Helium Gateway coverage. (If you have other end nodes, you can check whether they work and what is the signal strength you see in the platform)//
582 582  )))
583 583  
584 584  (((
585 -2) Your end node frequency band doesn't match the Helium gateway frequency band. (Please double-check if frequency band matches)
600 +//2) Your end node frequency band doesn't match the Helium gateway frequency band. (Please double-check if frequency band matches)//
586 586  )))
587 587  
588 588  (((
589 -3) You have input the wrong keys into Helium Platform ( You can send us the screenshots for the keys and Dragino support team can check for you)
604 +//3) You have input the wrong keys into Helium Platform ( You can send us the screenshots for the keys and Dragino support team can check for you)//
590 590  
591 591  
592 592  )))
593 593  
594 -=== 3.5.2 Packet Loss for AU915 / US915 Band ===
609 +=== **3.5.2 Packet Loss for AU915 / US915 Band** ===
595 595  
611 +
596 596  (((
597 -The node working on the AU915/US915 frequency has packet loss or the frequency channel and the gateway channel are different.
613 +//The node working on the AU915/US915 frequency has packet loss or the frequency channel and the gateway channel are different.//
598 598  )))
599 599  
600 600  (((
601 -The reason for this problem is that the node does not lock the channel after joining the network.
617 +//The reason for this problem is that the node does not lock the channel after joining the network.//
602 602  )))
603 603  
604 604  (((
605 -Solution:
621 +**Solution:**
622 +
623 +
606 606  )))
607 607  
608 608  (((
609 -(1) If the user does not have a device to upgrade the firmware, you can use the AT+CHE command or the downlink command to set the channel. It is best to turn off the adaptive rate (ADR).Reset the device after setting the channel.
627 +//(1) If the user does not have a device to upgrade the firmware, you can use the AT+CHE command or the downlink command to set the channel. It is best to turn off the adaptive rate (ADR).Reset the device after setting the channel.//
610 610  )))
611 611  
612 612  * (((
613 -AT Command: AT+CHE
631 +//AT Command: AT+CHE//
614 614  )))
615 615  
616 616  * (((
617 -Example:AT+CHE=1 ~/~/set channel mode to 1
635 +//Example:AT+CHE=1 ~/~/set channel mode to 1//
618 618  )))
619 619  
620 620  * (((
621 -Downlink Command: 0x24
639 +//Downlink Command: 0x24//
622 622  )))
623 623  
624 624  (((
625 -Format: Command Code (0x24) followed by 1 bytes channel value.
643 +//Format: Command Code (0x24) followed by 1 bytes channel value.//
626 626  )))
627 627  
628 628  (((
629 -If the downlink payload=2401, it means set channel mode to 1, while type code is 24.
647 +//If the downlink payload=2401, it means set channel mode to 1, while type code is 24.//
630 630  )))
631 631  
632 632  * (((
633 -Example 1: Downlink Payload: 2401 ~/~/ set channel mode to 1
651 +//Example 1: Downlink Payload: 2401 ~/~/ set channel mode to 1//
634 634  )))
635 635  
636 636  * (((
637 -Example 2: Downlink Payload: 2405 ~/~/ set channel mode to 5
655 +//Example 2: Downlink Payload: 2405 ~/~/ set channel mode to 5//
656 +
657 +
638 638  )))
639 639  
640 640  (((
641 -(2) If the user has a device to upgrade the firmware, it is better to upgrade the device to the latest version. The latest version has fixed the problem that the AU915/US915 frequency does not lock the channel.
661 +//(2) If the user has a device to upgrade the firmware, it is better to upgrade the device to the latest version. The latest version has fixed the problem that the AU915/US915 frequency does not lock the channel.//
642 642  )))
643 643  
644 644  (((
645 -The latest firmware for end node will have this bug fixed.
665 +//The latest firmware for end node will have this bug fixed.//
646 646  )))
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0