Changes between Version 12 and Version 13 of iot


Ignore:
Timestamp:
11/26/2019 12:42:39 AM (4 years ago)
Author:
Ryan Erbstoesser
Comment:

cleanup bullet points

Legend:

Unmodified
Added
Removed
Modified
  • iot

    v12 v13  
    4040 * OmnIoT !SoftHub
    4141
    42 == !LoRa & Azure Demo ==
     42== !LoRa & Microsoft Azure Cloud Demo ==
    4343
    4444[[Image(lora-azure-diagram.png,800px)]]
     
    4646[[Image(azure-dashboard.png,800px)]]
    4747
    48 This demo showcases how to connect a !LoRa sensor to a Gateworks SBC Gateway and then push the data up to the Microsoft Azure cloud.
     48This demo showcases how to connect a !LoRa sensor to a Gateworks SBC Gateway and then push the data up to the Microsoft Azure cloud using MQTT.
    4949
    5050=== Requirements
     
    7676   1. {{{ ./lora_pkt_fwd}}}
    7777   1. This talks to the actual radio card.
    78    1. Careful to set config file global_conf.json for frequency, and gateway to local host for this example (or The Things Network (TTN) if not using azure)
    79    1. /root/rak_common_for_gateway/lora/rak2247/packet_forwarder/lora_pkt_fwd/lora_pkt_fwd
     78   1. Careful to set config file global_conf.json for frequency, and gateway to local host (port 1700) for this example (or The Things Network (TTN) if not using Azure)
    8079  1. Install Gateway Bridge
    8180   1. .deb package lora-gateway-bridge (must be v3.3 or higher)(now called chirpstack because of licensing issues)
     
    9291 1. It is recommended to use the pre-done remote monitoring solution accelerator ([https://docs.microsoft.com/en-us/azure/iot-accelerators/iot-accelerators-remote-monitoring-sample-walkthrough here])
    9392   1. It is recommended to turn off simulated data in the accelerator to ensure the free trial lasts longer.
    94   1. Must get shared key device string like example:
    95    1.
     93     1. Must create a device with a specific device ID. This device ID must be used by the MQTT lora-gateway-bridge
     94    1. Select real device, authentication type is symmetric
     95    1. Must get shared key device string like example:
     96     1.
    9697{{{
    9798HostName=gateworksremotemonitor-s2pc7.azurewebsites.net;DeviceId=GateworksTest1;SharedAccessKey=R9hjZNOvtfferesrsHzFGScSgc3EUxc004pjMg=
    9899}}}
    99    1. Must create a device with a specific device ID. This device ID must be used by the MQTT lora-gateway-bridge
    100     1. Select real device, authentication type is symmetric
    101100[[Image(azure-device-credentials.png,900px)]]
    102101