I have tried alot to integrate ESP32 to Cumulocity and I have not found any success, Unfortunately there are no guides on the Internet for that particular application. Would really appreciate any guidance in that matter.
Hi Hatim,
there is a nice open source repo with an example implementation for ESP-Boards: GitHub - Cumulocity-IoT/cumulocity-esp: Example on how to make ESP communicate with Cumulocity
But basically you have to implement your own agent using MQTT or REST.
Regards
Stefan
Hi Hatim,
in addition to the repo mentioned by Stefan, there is also another one over here: cumulocity-iot-examples/ESP Demo with device registration at master · Cumulocity-IoT/cumulocity-iot-examples · GitHub which also implements the bootstrap process.
Regards,
Tristan