From the course: Leveraging Cloud Computing for IoT
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Build
From the course: Leveraging Cloud Computing for IoT
Build
- So how do we build applications using Azure IoT Hub? Well, we need to first build applications on the device side. In other words, with whatever operating system and development tool that exists in the particular device that we're supporting, we need to build the application and deploy the application on that particular device. We need to create a twin, or basically the desire and reported properties of the particular device. In essence, everything including our ability to build an app on the device and our ability to define what the device is, it's properties, it's structures, what it is, and what it does. Then we need to build the same thing on the IoT Hub. So we have to create the desired, reported tags for the IoT Hub, in essence the twin of the particular device that we're deploying on. Then also the back-end apps on the IoT Hub. What data processing is occurring, how are we communicating with the device, what role is the centralized server playing in supporting the IoT based…