LoraWan gateway part1 with RAK831 and RPi 3 for AS1/AS2
I have purchased rak831 from the company few years ago, it was a whole set including Pi3 and a premade SD card. But it did not work at all. Not enough documentation nor reply from the company, I just put it aside and work on 1ch gateway... As documentations of TTN is getting better, in terms of HW and frequency plan support, I decided to give it a try...again... I followed these 2 links, which are very similar.. https://www.hackster.io/naresh-krish/getting-started-with-the-rak831-lora-gateway-and-rpi3-e3351d https://learn.pi-supply.com/make/getting-started-with-the-rak831-lora-gateway-and-raspberry-pi/ 1st. make a fresh sd card connect to wifi, and do the update and up grade of apt-get, install git.. 2nd enable the SPI and the serial shell... 3rd install the forwarder from ttn git clone https://github.com/ttn-zh/ic880a-gateway.git cd ~/ic880a-gateway sudo ./install.sh During the installation, your will see a 8bytes stuff, it's your gateway EUI which you need to use it when regis...