Multiple Projects on Blynk - Single Device

Hi all

I need to create 4 different projects distributed to 4 different persons, but all of these should be connected to the same single Arduino Board that will serve the 4 projects.

Some of the values will be common ones, like the humidity and the temperature but others will be private to each project.

Since i am a new to the platform , can we do this ?

Thanks

Regards Dennis

You can opt out of the blynk library and use them API.
https://blynkapi.docs.apiary.io/#reference

Yes you can, provided that this is t a commercial project.

You can either use Bridge code (take a look at the Sketch Builder for an example) or API calls - see the documentation for the API syntax. If you do use the API then I’d suggest that you alway use the GET call even when you’re doing PUT type actions.

Pete.