-
Notifications
You must be signed in to change notification settings - Fork 136
Description
Is your feature request related to a problem? Please describe.
There's no example/sample/demo in relation to ESP-IDF, which should be go to, since Arduino really shouldn't be used in production environment. That means, that there's no good starting point when we want to implement this sdk in ESP-IDF.
Describe the solution you'd like
I'd be great, if we could get some sample on new version of ESP-IDF, that would allow us to easily build on top of it.
Describe alternatives you've considered
Short guide on what we should do when trying to implement on ESP-IDF.
Additional context
While I know there's alternative a library for FreeRTOS for Azure:
- https://github.com/Azure/azure-iot-middleware-freertos
It's completely out of date, and seems it's unsafe to be used when doing production work.
I'm currently working on migration of our IoT fleet from this RTOS based library, towards pure azure-sdk-for-c implementation on ESP-IDF 5.4.1, with most likely WolfSSL and WolfMQTT. So any help towards that would be very welcomed!
Information Checklist
Please make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
- Description Added
- Expected solution specified