question

MohammedSulaimanMohammedAlSarhani-2390 avatar image
0 Votes"
MohammedSulaimanMohammedAlSarhani-2390 asked AshokPeddakotla-MSFT commented

Data logger to iot central and data visualization

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
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@MohammedSulaimanMohammedAlSarhani-2390
Did you get a chance to see below suggestions? Do let us know if you need further help.

If the above response is helpful, please click "Accept Answer" and upvote it.

0 Votes 0 ·

1 Answer

SandervandeVelde42 avatar image
0 Votes"
SandervandeVelde42 answered

Hello @MohammedSulaimanMohammedAlSarhani-2390,

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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.