[SOLVED]Problems on switching the 5V relay with BLYNK button

This will be the issue.

The 5V relay is only refering the the power. The logic will be hte same as most relays…

logic:
0 - 2.79v = LOW
2.8 - 5v = HIGH
(or vice verca if your relay is active LOW)

So your 3.3v logic from your Photon will still trigger the state change fine.

Try this:
https://easyeda.com/export_07747353ecdb4dfba9deabf572d1cf38/Help-Doc-1.png?type=1&width=0&penWidthIncrease=0&version=4.1.3&_t=1490909838835

2 Likes