Search code examples
google-cloud-platformiotazure-iot-hubaws-iotgoogle-smart-home

How to make an IoT Framework on Cloud


I have started looking into IoT and interested to know how to make IoT framework especially for a manufacturing process on cloud computing environment. I am not sure how to make a IoT framework , suppose i have four or five IoT sensors are being used in a manfucturing environment than how can i use them to create a framework on cloud such google or Azure etc. Can anybody comment on it . much appreciated Nhqazi


Solution

  • I think that there should be some explanation - let me prepare it for you. There are different cloud providers which offers services dedicated for IoT solutions, for instance:

    1. Microsoft Azure cloud offers: Azure IoT Hub
    2. Amazon offers: AWS IoT
    3. Google offers: Google Cloud IoT

    Now each of theese service offers some tools to integrate them with IoT devices. This is I think what you are talking about. For instance Microsoft provides Azure IoT Hub SDK so you can use it to send data from your device to the cloud and from the cloud to the device.

    Now if you have devices and sensors you can intgrate them with cloud services mentioned above. Here you can see how I integrated Raspberry PI2 device and motion sensor with Azure IoT Hub from Microsoft:

    https://daniel-krzyczkowski.github.io/cloudyofthings/article1/index