Legacy Pocket Forwarder Setup clodpi.io
- Get the raspberry pi 3 board and get a 8gb micro sd card ready with the raspbian software
- Connect raspberry pi + pi adapter + RAK831 Gateway Module
- Connect the raspberry pi to 5v 2amps power supply.
- Run
sudo raspi-config
. - Use the down arrow to select
9 Advanced Options
- Arrow down to
A6 SPI
. - Select
yes
when it asks you to enable SPI, - Also select
yes
when it asks about automatically loading the kernel module. - Use the right arrow to select the
<Finish>
button. - Select
yes
when it asks to reboot.
- Run
ls /dev/*spi*
Should respond with/dev/spidev0.0 /dev/spidev0.1
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git
cd ~
git clone https://github.com/clodpi/loragw.git
cd ~/loragw
sudo ./install.sh
Raspberry Pi will reboot after installation.
sudo cat /opt/semtech/packet_forwarder/lora_pkt_fwd/local_conf.json
to get the gateway_ID (Gateway MAC)
Proceed to https://console.clodpi.io to configure the Gateway
Edit local_conf.json
sudo nano /opt/semtech/packet_forwarder/lora_pkt_fwd/local_conf.json
Contact us : [email protected]