Data logger to iot central and data visualization

M07D 1 Reputation point
2021-06-13T16:48:06.327+00:00

I have a data logger ennexOS and areon. connected with many sensors, can I connect the data logger to IOT central and build my own application to visualize data on the dashboard ? and how?

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
362 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde | MVP 31,931 Reputation points MVP
    2021-06-13T22:46:58.123+00:00

    Hello @M07D ,

    To connect a device directly to Azure IoT Central, the device needs to support the concepts of a Device template and the specific Azure IoT device registration specifics (just how devices are enrolled in Azure Device Provisioning Service).

    If this is not the case, you could still connect to Azure IoT Central using the Azure IoT Central bridge.

    In this case, you can just send telemetry to this Azure function (with an HTTP trigger acting as a web hook) capable of transforming incoming messages and sending them to your Azure IoT Central application.

    You probably have to alter the code of the Azure Function a bit to support your specific device.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.