Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.09 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.09 KB

The Things Network: iC880a-based gateway

Reference setup for The Things Network gateways based on the iC880a SPI concentrator with a Raspberry Pi host.

This installer targets the SPI version of the board, if you have the USB version, check this branch.

Setup

Check a step-by-step HOWTO in our wiki for a detailed explanation of the hardware that needs to be purchased and the software setup you will have to configure.

Installation

  • Clone the installer and start the installation

      $ git clone https://github.com/ttn-zh/ic880a-gateway.git ~/ic880a-gateway
      $ cd ~/ic880a-gateway
      $ sudo ./install.sh spi
    

Update

If you have a running gateway and want to update, simply run the installer again:

    $ cd ~/ic880a-gateway
    $ sudo ./install.sh spi

Credits

These scripts are largely based on the awesome work by Ruud Vlaming on the Lorank8 installer.