how to connect any ready physical device to iot hub ?

Ahmed Assad 266 Reputation points
2020-12-20T11:00:51.18+00:00

any many cases , I have different real devices and I want connect it to azure . how do this task ?
I know that is based on device itself but I mean in general how to edit on it to do that ...

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
393 questions
Azure Digital Twins
Azure Digital Twins
An Azure platform that is used to create digital representations of real-world things, places, business processes, and people.
224 questions
Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
330 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,157 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sander van de Velde | MVP 31,211 Reputation points MVP
    2020-12-21T00:21:21.387+00:00

    Hello @AhmedAssad-8581,

    it all depends on how much you can program against that device.

    If this device is capable of running custom code and it is capable to connect directly to the cloud, you can program it to send code to the IoT Hub Cloud gateway using the Azure IoT SDKs or using a more simple REST API call solution to send telemetry.

    If your devices are not able to connect to the cloud, you can use an Azure IoT Edge device on the local network which makes the connection to the cloud.

    Yet another solution is making use of the IoT Central bridge which makes it possible to connect even third party cloud environments.

    Do you have a certain device in mind?

    Sander

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful