This commit is contained in:
Ray Ozzie 2016-03-25 14:05:07 -04:00
parent 16af1d6d3e
commit 05031583f8

View File

@ -30,15 +30,15 @@ GW_REF_LATITUDE |52.376364
GW_REF_LONGITUDE |4.884232 GW_REF_LONGITUDE |4.884232
GW_REF_ALTITUDE |3 GW_REF_ALTITUDE |3
iC880a pin | Description | RPi physical pin Name | Value
----------------|---------------|----------------- ------------------|--------------------------
21 | Supply 5V | 2 21 | yourname@yourdomain.com
22 | GND | 6 22 | your-gateway-1
13 | Reset | 22 13 | EU
14 | SPI CLK | 23 14 | 52.376364
15 | MISO | 21 GW_REF_LONGITUDE | 4.884232
16 | MOSI | 19 GW_REF_ALTITUDE | 3
17 | NSS | 24
iC880a pin | Description iC880a pin | Description
----------------|--------------- ----------------|---------------
@ -60,6 +60,16 @@ iC880a pin | Description | RPi physical pin
16 | MOSI | 19 16 | MOSI | 19
17 | NSS | 24 17 | NSS | 24
iC880a pin | Description | RPi physical pin
----------------|---------------|-----------------
21 | Supply 5V | 2
22 | GND | 6
13 | Reset | 22
14 | SPI CLK | 23
15 | MISO | 21
16 | MOSI | 19
17 | NSS | 24
## TRANSFERRING TTN GATEWAY SOFTWARE TO RESIN SO THAT IT MAY BE DOWNLOADED ON YOUR DEVICES ## TRANSFERRING TTN GATEWAY SOFTWARE TO RESIN SO THAT IT MAY BE DOWNLOADED ON YOUR DEVICES
1. On your Mac or PC, in terminal, change your working directory to the directory that is the clone of **this** git repo. 1. On your Mac or PC, in terminal, change your working directory to the directory that is the clone of **this** git repo.