
15
RAK
2247
15
RAK2247 User Manual V1.1
Figure 8 |
RAK2247 Card Minimum Schematic Reference
5
Source Code
5.1
RAK2247-USB Version
If your RAK2247 communicates with Raspberry Pi via USB protocol, you can find
the source code here:
https://github.com/RAKWireless/RAK833-LoRaGateway-RPi
Step1
: Download and install Raspbian Stretch LITE
https://www.raspberrypi.org/downloads/raspbian/
Step2
: Clone the installer and start the installation
$ git clone https://github.com/RAKWireless/RAK833-LoRaGateway-RPi.git ~/rak833-
loragateway
$ cd ~/rak833-loragateway
$ sudo ./install.sh
Step3
: Now you have a running gateway after restart! in additon you can check the log
info at /var/log/syslog.
5.2
RAK2247-SPI Version
If your RAK2247 communicates with Raspberry Pi via SPI protocol, you can find the
source code here:
https://github.com/RAKWireless/RAK831-LoRaGateway-RPi
Step1
: Download and install Raspbian Stretch LITE
https://www.raspberrypi.org/downloads/raspbian/
Step2
: Clone the installer and start the installation
$ git clone https://github.com/RAKWireless/RAK831-LoRaGateway-RPi.git ~/rak831-
loragateway
$ cd ~/rak831-loragateway
$ sudo ./install.sh