FTTechBrasil / RAK2247

Script to shorten RAK2247 installation process.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RAK2247

Script to shorten RAK2247 installation process.

Local Configuration

  • Log into your device, in this case a board running Raspberry OS Lite.
  • Install git so you can clone the repository.
sudo apt-get install git
  • Clone this rep.
git clone https://github.com/FTTechBrasil/RAK2247.git
  • Go to the cloned rep and change the .sh files to executables.
chmod +x *.sh
  • Run the installation script and wait for it to complete.
sudo ./install.sh

By the end of this script you should see a message with your gateway's EUID, like this:

 #################################################################

                  GATEWAY EUID = B724EBFFFE80F5D5

    Open TTN console and register your gateway using your EUI: 
         https://console.thethingsnetwork.org/gateways 

 #################################################################

If this message didn't show up, you can check it by running ./showeui.sh

  • Check if your package fowarder is running.
service ttn-gateway status

The Things Network

After the installation you can go to TTNs Console and register your gateway using the legacy package fowarder with the GATEWAY EUID that you found before.

If you have any questions on how to register your gateway, please follow TTNs tutorial.

BE AWARE that it may take some minutes to your gateway to show as connected on TTN.

About

Script to shorten RAK2247 installation process.

License:MIT License


Languages

Language:Shell 100.0%