Changes between Version 9 and Version 10 of iot


Ignore:
Timestamp:
11/25/2019 11:47:29 PM (5 years ago)
Author:
Ryan Erbstoesser
Comment:

add device explorer screenshot

Legend:

Unmodified
Added
Removed
Modified
  • iot

    v9 v10  
    44Gateworks is a hardware company that designs and manufactures single board computers and radios that can be used for IoT systems, most typically Gateways and Edge devices. Gateworks can custom create sensors as well for high volume projects.
    55
     6Visit the [https://www.gateworks.com/iot-gateway/ Gateworks IoT Primer]
     7
    68== IoT Radio Technologies
     9
     10Many different technologies exist. Each technology has it's strengths and weaknesses. Choosing a technology will depend on many factors, including, but not limited to: range, number of clients, interference, price
     11
    712=== Long Range
    813 * LoRA
    9  * Sub 1GHz
     14  * nFuse Mini-PCIe Card
     15  * RAK Mini-PCIe Card (see below Lora example)
     16 * Sub 1GHz 802.15.4
     17  * [https://www.gateworks.com/products/mini-pcie-expansion-cards/gw16122-mini-pcie-expansion-card/ Gateworks GW16122]
     18 * Cellular
     19  * [https://www.gateworks.com/products/mini-pcie-expansion-cards/gw16126-mini-pcie-expansion-card/ Gateworks GW16126 LTE CATM1 Cellular Mini-PCIe Card]
     20 * Satellite
     21  * [https://www.gateworks.com/products/mini-pcie-expansion-cards/gw16130-mini-pcie-expansion-card/ Gateworks GW16130 Iridium Satellite Modem Mini-PCIe Card]
    1022 * Sigfox
    11  * Cellular
    12  * Satellite
    1323
    1424=== Medium Range
    15  * WiFi
     25 * !WiFi
     26  * [https://shop.gateworks.com/index.php?route=product/product&path=70_74&product_id=196 Gateworks GW17032]
    1627 * Bluetooth 5.0 (BLE)
     28  * [https://www.gateworks.com/products/mini-pcie-expansion-cards/gw16126-mini-pcie-expansion-card/ Gateworks GW16126 BLE Radio]
    1729
    1830=== Short Range
    1931 * RFID
    20 
    2132
    2233== IoT Clouds
     
    2738
    2839== IoT Software Solutions
    29  * OmnIoT SoftHub
     40 * OmnIoT !SoftHub
    3041
    3142== !LoRa & Azure Demo ==
     
    3344[[Image(lora-azure-diagram.png,800px)]]
    3445
    35 Requirements
     46This demo showcases how to connect a LoRa sensor to a Gateworks SBC Gateway and then push the data up to the Microsoft Azure cloud.
     47
     48=== Requirements
    3649
    37501. Node / Device
     
    7083    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.
    71841. Azure Cloud
    72  1. Use pre-done remote monitoring solution accelerator (https://docs.microsoft.com/en-us/azure/iot-accelerators/iot-accelerators-remote-monitoring-sample-walkthrough)
     85 1. Must sign up for free account. 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])
    7386  1. Must get shared key device string like example:
    7487   1.
     
    7891   1. Must create a device with a specific device ID. This device ID must be used by the MQTT lora-gateway-bridge
    7992
    80 === Steps to take
     93=== Step by Step
    8194
    82951. Make sure node is up and running and connected to with terminal program on laptop/desktop
     
    96109mac tx ucnf 0 1234
    97110}}}
    98 
     1111. Observe in Azure Device Explorer
     112[[Image(azure-device-explorer.png,800px)]]
    99113=== Sample Configuration Files and Logs
    100114[[CollapsibleStart(lora-gateway-bridge Configuration File)]]
     
    625639[[CollapsibleEnd]]
    626640
    627 === Random Azure Links ===
     641=== Azure Links ===
    628642 * https://github.com/Azure-Samples/IoTMQTTSample
    629643 * https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-mqtt-support
     
    632646 * https://artifacts.chirpstack.io/downloads/lora-gateway-bridge/
    633647
     648== Troubleshooting
     649[https://www.gateworks.com/contact/ Contact Gateworks Support Team]
     650