Hi, so far I use blynk to control a Arduindo HW with my mobile phone. It works perfekt
Now I would like to receive (exchange) data between two different blynk projects (no local server)
Is this possible ? Are there any examples somewhere available .
Thanks
Data exchange between two blynk applications
The normal approach is to have multiple devices (Arduinos) within the same project, but the principal is the same with devices in different projects.
Search the forum for “bridge” examples.
Pete.
TNX Pete , I will check