Using BLYNK_WRITE() with Bridge

Possibly because you are not even using any bridge command to send data to your receiving device? :stuck_out_tongue_winking_eye:

E.g.

bridge1.virtualWrte(vpin, value) // send value to vPin on receiving device
1 Like