Azure / azure-iot-sdk-c

A C99 SDK for connecting devices to Microsoft Azure IoT services
https://azure.github.io/azure-iot-sdk-c
Other
585 stars 739 forks source link

Sample for ESP32 #2533

Closed reneprins4 closed 11 months ago

reneprins4 commented 11 months ago

Hello,

I'm creating leaf devices, and I'd like to utilize the sample code provided in the "iotedge_downstream_device_sample." I've carefully followed the documentation on building the application, but I've encountered an obstacle when it comes to flashing it onto the ESP32 device. Also installed the Espressif development environment. Is there some manual or some practical examples demonstrating how to deploy the downstream device sample on an ESP32 device?

Thanks.

CIPop commented 11 months ago

We no longer support the C-SDK on non-Linux devices.

For constrained embedded devices such as the ESP32, we recommend either our FreeRTOS Middleware or our new Arduino package.