Gruppo Meteo/HowTo/LorawanGateway

Da raspibo.
Versione del 19 mar 2018 alle 12:13 di Pat1 (discussione | contributi) (Creata pagina con '= LoRaWAN Gateway on rapberry, IMST iC880A Concentrator 868MHz, Centos 7 = == Assemble the gateway == Parts: * Raspberry 3 * iC880A - LoRaWAN® Concentrator 868MHz https://w...')
(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)
Jump to navigation Jump to search

LoRaWAN Gateway on rapberry, IMST iC880A Concentrator 868MHz, Centos 7

Assemble the gateway

Parts:

Assemble the gateway as described at: https://github.com/ttn-zh/ic880a-gateway/wiki

Regulate the DC-DC power Supply to output 5.0V Connect the capacitor to the output of DC-DC power Supply

Operative system

Follow https://wiki.centos.org/SpecialInterestGroup/AltArch/Arm32/RaspberryPi3

enable epel:

cat > /etc/yum.repos.d/epel.repo << EOF
[epel]
name=Epel rebuild for armhfp
baseurl=https://armv7.dev.centos.org/repodir/epel-pass-1/
enabled=1
gpgcheck=0

EOF

enable ttn:

cd /etc/yum.repos.d
wget http://rmap.cc/repo/ttn/rmapcentos.repo