Changes between Version 7 and Version 8 of iot/avnetiotconnect
- Timestamp:
- 05/19/2020 05:05:02 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
iot/avnetiotconnect
v7 v8 1 1 [[PageOutline]] 2 = Avnet IoTConnect CloudSolution with Gateworks SBC2 = Avnet IoTConnect Platform Solution with Gateworks SBC 3 3 4 4 The Internet of Things is revolutionizing the way the world works by having nearly any and every device connected to the internet for control and monitoring. 5 5 6 Avnet, a large US distributor of electronics has created an IoT CloudSoftware Platform based on the Microsoft Azure framework. This allows for devices, such as a [https://www.gateworks.com/products/ Gateworks Single Board Computer], to send data to the cloud for analysis, alerts, storage and more. Typical data comes from sensors, such as temperature, humidity, vibration, GPS location. These sensors can be connected over many different interfaces, such as I2C, SPI, RS485, RS232, ADC, and BLE. Gateworks offers many ways to connect to the cloud, including, but not limited to, Cellular, !WiFi, Satellite Modem and Ethernet.6 Avnet, a global technology solutions provider, has created an enterprise IoT Software Platform based on the Microsoft Azure framework. This allows for devices, such as a [https://www.gateworks.com/products/ Gateworks Single Board Computer], to send data to the cloud for analysis, alerts, storage and more. Typical data comes from sensors, such as temperature, humidity, vibration, GPS location. These sensors can be connected over many different interfaces, such as I2C, SPI, RS485, RS232, ADC, and BLE. Gateworks offers many ways to connect to the cloud, including, but not limited to, Cellular, !WiFi, Satellite Modem and Ethernet. 7 7 8 8 Gateworks has created a simple demo in which the onboard temperature sensor is probed and the data is sent using the Avnet IoT SDK in Python to the cloud over MQTT. … … 10 10 Gateworks is a manufacture of single board computers and Avnet provides the cloud and optional software services. 11 11 12 Avnet IoTConnect site: [https://www.iotconnect.io/]12 Learn more about Avnet's IoTConnect Platform: [https://www.iotconnect.io/] 13 13 14 14 [[Image(iotconnect.jpg,700px)]] … … 83 83 * Explore on the IoTConnect platform to analyze, monitor and notify on the uploaded data 84 84 * Expand the demo to have the Gateworks SBC act as an IoT Gateway for many sensors 85 86 == System Diagram 87 [[Image(avnetdiagram.jpg,400px)]] 85 88 86 89 == Further IoT Reading