Changes between Version 7 and Version 8 of iot
- Timestamp:
- 11/25/2019 08:07:35 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
iot
v7 v8 52 52 1. {{{ cd packet_forwarder/lora_pkt_fwd }}} 53 53 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 54 56 1. {{{ ./lora_pkt_fwd}}} 55 57 1. This talks to the actual radio card. … … 60 62 1. https://www.chirpstack.io 61 63 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 62 68 1. lora-gateway-bridge -c /etc/lora-gateway-bridge/lora-gateway-bridge.toml 63 1. This is used64 69 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. 65 70 1. Azure Cloud