Changes between Version 9 and Version 10 of iot
- Timestamp:
- 11/25/2019 11:47:29 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
iot
v9 v10 4 4 Gateworks 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. 5 5 6 Visit the [https://www.gateworks.com/iot-gateway/ Gateworks IoT Primer] 7 6 8 == IoT Radio Technologies 9 10 Many 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 7 12 === Long Range 8 13 * 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] 10 22 * Sigfox 11 * Cellular12 * Satellite13 23 14 24 === Medium Range 15 * WiFi 25 * !WiFi 26 * [https://shop.gateworks.com/index.php?route=product/product&path=70_74&product_id=196 Gateworks GW17032] 16 27 * Bluetooth 5.0 (BLE) 28 * [https://www.gateworks.com/products/mini-pcie-expansion-cards/gw16126-mini-pcie-expansion-card/ Gateworks GW16126 BLE Radio] 17 29 18 30 === Short Range 19 31 * RFID 20 21 32 22 33 == IoT Clouds … … 27 38 28 39 == IoT Software Solutions 29 * OmnIoT SoftHub40 * OmnIoT !SoftHub 30 41 31 42 == !LoRa & Azure Demo == … … 33 44 [[Image(lora-azure-diagram.png,800px)]] 34 45 35 Requirements 46 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. 47 48 === Requirements 36 49 37 50 1. Node / Device … … 70 83 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. 71 84 1. 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]) 73 86 1. Must get shared key device string like example: 74 87 1. … … 78 91 1. Must create a device with a specific device ID. This device ID must be used by the MQTT lora-gateway-bridge 79 92 80 === Step s to take93 === Step by Step 81 94 82 95 1. Make sure node is up and running and connected to with terminal program on laptop/desktop … … 96 109 mac tx ucnf 0 1234 97 110 }}} 98 111 1. Observe in Azure Device Explorer 112 [[Image(azure-device-explorer.png,800px)]] 99 113 === Sample Configuration Files and Logs 100 114 [[CollapsibleStart(lora-gateway-bridge Configuration File)]] … … 625 639 [[CollapsibleEnd]] 626 640 627 === RandomAzure Links ===641 === Azure Links === 628 642 * https://github.com/Azure-Samples/IoTMQTTSample 629 643 * https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-mqtt-support … … 632 646 * https://artifacts.chirpstack.io/downloads/lora-gateway-bridge/ 633 647 648 == Troubleshooting 649 [https://www.gateworks.com/contact/ Contact Gateworks Support Team] 650