I have created a cloud sketch with some buttons and this is working fine.
I have also several arduino's communicating with UDP and need to integrate those buttons.
How can I include UDP in the cloud sketch, is this possible?
Google can't help me.
Thanks in advance.
I have never used any UDP library, but I'm quite sure that somebody can help you with that.
Alternatively, I was wondering if you know the Thing-to-thing communication feature of the Arduino Cloud. You don't need to implement UDP communication between your devices, as you can simply decide which variables can be synced with other devices and use them directly in the other devices' sketches.
No need to implement any communication, the Cloud handles everything for you. Much simpler and cleaner.
If you want to learn more about this feature, you can check out these articles: