How do I send telemetry data to azure iot central?

Büşra Tuzcu 16 Reputation points
2022-10-10T13:06:33.647+00:00

Hello,
I try to connect Azure iot central using sim7000e and stm32h4. First, I created a new device on azure iot central. I scanned embedded wireless framework ( https://github.com/Azure/embedded-wireless-framework/tree/92182283baa749991c8b1b8cd9f8c551ad4b17d8 ) examples but I couldn't find any example about sim7000e connection. How to send telemetry to azure iot central using sim7000e and ewf?

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
359 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,156 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde | MVP 31,116 Reputation points MVP
    2022-10-10T15:23:28.253+00:00

    Hello @Büşra Tuzcu ,

    Azure IoT Central is a cloud platform and dashboard in one go.

    If you want to connect a device to Azure IoT Central, you must be able to:

    1. make a connection to the internet so you can reach the service and use one of the protocols (MQTT, AMQP, and HTTPS as a last resort) to connect although using one of the SDKs is preferred.
    2. make a connection to a non-internet platform (like The Things Network in the case of LORAWAN) so the messages are sent to IoT Central using a bridge

    Regarding the SDKs, check out this page first, including support for embedded devices.