Blynk + NodeMcu + Alexa device - Smart Home (need conect to Alexa)

Well, your code doesn’t contain any BLYNK_WRITE(vPin), so I don’t see how it can work at the moment.

The NodeMCU doesn’t have enough suitable pins for that.

You should read this:

You either need to use an ESP32, or a NodeMCU plus a port expander such as the MCP23017…

Pete.

1 Like