Build LoRa gateway using Raspberry Pi 3 and Dragino LoRa shield

 

Build a Single Channel LoRaWAN Gateway


In this step,we will use the RPi and the Lora Shield to build a single channel LoRaWAN Gateway .

Hardware used :

    * raspberry pi 

 


   * Dragino LoRa Shield v1.4 :





step1 : 

 Login to Raspberry Pi as the Pi user

step 2 : 

Use 'raspi-config ' to ensure that SPI can be used on RP













*reboot
sudo reboot

                                       

step 3 :  Installation command git

 sudo apt-get update
 sudo apt-get install git


step 3 :  Installation wiringpi (GPIO access library )

 sudo apt-get install wiringpi






step 4 : Clone the repo found at https://github.com/tftelkamp/single_chan_pkt_fwd



go to the sub directory 
 cd dual_chan_pkt_fwd 

After installation, run



































Commentaires