Giter VIP home page Giter VIP logo

rak831_loragateway's Introduction

# Description:
#	Installation procedure for FTDI SPI-over-USB dependencies

-----------------------------------------------------------------------------------------

# [STEP 1] Download and unpack the RAK831_LoRaGateway
# File must match SHA1 Checksum: 1b994a23b118f83144261e3e786c43df74a81cd5
#Method one
wget https://github.com/RAKWireless/RAK831_LoRaGateway/archive/master.zip

unzip master.zip

#Method two
git clone https://github.com/RAKWireless/RAK831_LoRaGateway.git

-----------------------------------------------------------------------------------------

# [STEP 2] Install libftdi

sudo apt-get install libftdi-dev

# this should install :
# - libftdi-dev 0.19-4 (armhf)
# - libftdil 0.19-4 (armhf)
# - libusb-dev 2:0.1.12-20 (armhf)

-----------------------------------------------------------------------------------------

# [STEP 3] Go to the /libmpsse/src directory and install the library

sudo ./configure --disable-python

make

sudo make install
# Static and dynamic libraries compiled code is put into /usr/local/lib
# Header file is put into /usr/local/include

# On the Pcduino, you must regenerate the library cache (might some time).
sudo ldconfig

------------------------------------------------------------------------------------------

# [STEP 4] Unpack the LoRa Gateway project and go to lora_gateway directory. 
# then build the library and examples.
make all

------------------------------------------------------------------------------------------

# [STEP 5] Connect a nanoconcentrator and run test_loragw_reg to test that
# you have access to LoRa registers.go to lora_gateway/libloragw directory.
# Run the test LoRa gateway to receive the case.
sudo ./test_loragw_rx 868.1

------------------------------------------------------------------------------------------

rak831_loragateway's People

Contributors

jeanhindy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.