espressif / esp-azure

SDK to connect ESP8266 and ESP32 to Microsoft Azure IoT services
177 stars 92 forks source link

Any plan to add PnP support by updating azure iot c sdk to LTS_07_2020_Ref01? (CA-105) #107

Open xiongyu0523 opened 3 years ago

xiongyu0523 commented 3 years ago

We have some partners want to certify their ESP based device to Azure PnP. They start from here so I'm checking whether we can update SDK to the latest LTS. Thanks.

shahpiyushv commented 3 years ago

@xiongyu0523 , as of now, we have PNP support being maintained on a separate branch preview/pnp_example. Have you checked that out?

xiongyu0523 commented 3 years ago

that's great. I will check it.

xiongyu0523 commented 3 years ago

It works perfectly on my ESP32 board. Thanks.

In PnP certification requirement document, it explicitly ask for IDscope transfer capability. Can ESP32 platform support this?

Device must implement easy transfer of DPS ID Scope ownership without needing to recompile the embedded code
lhespress commented 3 years ago

@xiongyu0523 ESP32 platform has support DPS ID Scope, but it need to recompile the embedded code. we haven't provide without recompile the embedded code.

xiongyu0523 commented 3 years ago

I understand your IDscope is in Kconfig. That might be treated as a 'no code' solution. let me check with people who take care of certification. THanks