Communication between 2 or more device s

Hello,
I tried to make communication devices between 2 or more devices using Thinger.IO. One device is as Server and then the other devices is as clients so how to make the server device can controlled the others clients device pin by input button ? I am confused how to code on Arduino IDE.

Thank you for your attention :slight_smile:

Hello @isjustyoga1,

There are two different ways to communicate two thinger.io devices: Using a “thinger.io device call” endpoint or calling the instruction thing.call_device(<device_ID>,,);

You can learn everything about this in the documentation:

And there is an example in this community:

Hope this helps,

Regards!

1 Like