Blynk Interfacing with multiple Argon Device

Hello everyone...
I have 2 argon device and i am trying to connect 2 argon device with one blynk template with same wifi
but i found some issue on that...
The issue is i uploaded same firmware in the both the argon and last firmware uploaded argon only connected with blynk app first firmware uploded argon is not conneced with the blynk app.
What should i do for connecting both argon with blynk app and i want that both argon work at same time according to my selections??
Anyone has idea on that??

Hi, are you using the same blynk token on the firmware of both argons?
If so, it will not work. You will see only the last device registering with the blynk cloud, I mean, the latest to power on is the one you will be able to control from your Blynk app.
This used to work, but it does not work anymore from a change I suspect Blynk did some months ago.

I was in a similar situation and ended up using Particle.subscribe() and Particle.publish() to let the argons communicate with one another, and have only one Argon talking to Blynk.

Good luck!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.