Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 322 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 322 Bytes

Sixfab_RPi_Lora_Gateway

Installation

Firstly enable SPI interface of your Raspberry Pi as below.

sudo raspi-config nonint do_spi 0	

After that, clone this repo and go on as below.

cd Sixfab_RPi_Lora_Gateway
sudo chmod +x install.sh
sudo ./install.sh

Detailed instructions will be here soon!