arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.16k stars 7.02k forks source link

Cumulocity IoT Library #9987

Closed elpinjo closed 4 years ago

elpinjo commented 4 years ago

Hi,

I am busy developing an arduino library for the Cumulocity IoT platform. I would like to have this listed in the arduino library manager. Could you add the library? The library can be found here: https://github.com/elpinjo/CumulocityClient.git

Kind regards,

Misja

cmaglie commented 4 years ago

Done.

zabutt commented 4 years ago

I am working on registering a device on cumulocity using ESP32. I am able to connect, register a device and can send data. However, once the device is disconnected, I am unable to reconnect and have to end up creating a new device. I have seen the example in Python where before creating a device, the code checks if the device already exists or not. However, the example in Arduino using different code structure. Can you please help or share some Arduino code that connects and receive device credentials?

ubidefeo commented 4 years ago

@zabutt this is the wrong repo to ask this question. Please check out the Cumulocity Library repo (https://github.com/elpinjo/CumulocityClient.git) or the Cumulocity website (https://cumulocity.com/guides/concepts/introduction/)