While creating IoT central app what if i have WROOM ESP32 instead of espressif ESP32-Azure IoT Kit how will i able to send my dht22 values on central app as it is not integrated in wroom esp32

2023-12-10T15:28:57.4966667+00:00

While creating IoT central app what if i have WROOM ESP32 instead of espressif ESP32-Azure IoT Kit how will i able to send my dht22 values on central app as it is not integrated in wroom esp32
the code for dht22 is


// float publishTemp() {
//   return dht.readTemperature();
// }
// float publishHum() {
//   return dht.readHumidity();
// }


#include 
Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
357 questions
{count} votes

1 answer

Sort by: Most helpful
  1. LeelaRajeshSayana-MSFT 13,871 Reputation points
    2023-12-11T20:56:35.7133333+00:00

    Hi @FA20-BCE-051 (MUHAMMAD ANAS ABBAS) Greetings! Welcome to Microsoft Q&A forum. Thank you for posting this question here.

    I would like to check with you to see if you got a chance to review the GitHub repository documentation on Azure_IoT_Central_ESP32 The code base is implemented using Azure SDK for C and should be compatible with WROOM ESP32.

    If you face any issues with using the SDK or would like to request a new feature, please report it to the SDK issues page here - Azure SDK for C issues The product team managing the SDK would be able to assist you further directly.

    Hope this helps. If you need any further assistance, please do let us know in the comments below.


    If the response helped, please do click Accept Answer and Yes for the answer provided. Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.

    0 comments No comments