Changes between Version 7 and Version 8 of iot


Ignore:
Timestamp:
11/25/2019 08:07:35 PM (5 years ago)
Author:
Ryan Erbstoesser
Comment:

update process

Legend:

Unmodified
Added
Removed
Modified
  • iot

    v7 v8  
    5252   1. {{{ cd packet_forwarder/lora_pkt_fwd }}}
    5353   1. {{{ vi global_conf.json }}}
     54    1. Adjust frequency, etc. Example config given in log and config file section below.
     55    1. Adjust connecting port to 1700
    5456   1. {{{ ./lora_pkt_fwd}}}
    5557   1. This talks to the actual radio card.
     
    6062   1. https://www.chirpstack.io
    6163   1. Download here: https://artifacts.chirpstack.io/downloads/lora-gateway-bridge/
     64   1. {{{ wget https://artifacts.chirpstack.io/downloads/lora-gateway-bridge/lora-gateway-bridge_3.3.0_linux_armv7.deb}}}
     65   1. {{{ dpkg -i lora-gateway-bridge_3.3.0_linux_armv7.deb }}}
     66   1. {{{ vi /etc/lora-gateway-bridge/lora-gateway-bridge.toml }}}
     67    1. Add in Azure details as in example config below, editing the key, etc
    6268   1. lora-gateway-bridge -c /etc/lora-gateway-bridge/lora-gateway-bridge.toml
    63     1. This is used
    6469    1. Config file must specify the proper device ID thats set in Azure cloud, however, I felt the bridge was not listening to my config file and picked the eth0 MAC address as the device ID, so then I created a device in the cloud to match this MAC.
    65701. Azure Cloud