Azure / embedded-wireless-framework

Microsoft's Embedded Wireless Framework is a design concept that enables users to abstract application code from host port drivers and communication adapter drivers primarily in microcontroller-based projects.
MIT License
63 stars 31 forks source link

How do I send telemetry data to azure iot central? #5

Closed busratuzcu closed 1 year ago

busratuzcu commented 1 year ago

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 examples but I couldn't find any example about sim7000e connection. How to send telemetry to azure iot central using sim7000e? Is there any sample?

andresmlinar commented 1 year ago

We are working on SIMcom drivers and examples, we plan to push them to GitHub in January 2023.

For IoT Central we have examples for WIN32 that show how to use EWF with IoT Central. Look for the examples that contain _azure_iotprovisioning and _azure_iot_pnpprovisioning on the name.

andrejm-rtos commented 1 year ago

The plan changes, not further effort on SIMcom drivers is planned. You can use the WIN32 examples with IoT central as a base to adapt the code to your needs.