Bridge does not work as expected anymore

I tested the bridge widget three weeks ago, but now it does not behave the same way anymore.
I assumed that all the virtual pins are shared amongst the nodes connected via a bridge. Is this a correct assumption?

Node 1 has a bridge defined to Master
The LED V31 is blinking on Node 1: Blynk.virtualWrite(UP_LED,runn);

In my last test the LED V31 was blinking on the Blynk Master project as well (without any specific code programmed)
Now it does not anymore. Any idea please?

1 Like

Sorry. My prev. answer was wrong.

Are you sure your tokens haven’t been changed? May you double check?

1 Like

Yes, The tokens are correct, but still no success

Please post your code.

In what order did you startup your hardware? The Master node has to be online latest from what I can tell, otherwise the auth proces seem to go wrong when the master is trying to connect to the bridged nodes.

This is at least what I see, but I’m not sure it’s true :wink:

@Dmitriy, @mrohner
bridge should only control the target device.
The master (the one with bridge and sending commands) should not be affected.
Well, unless slave and master have same auth token )))