Need Help for Robotic Arm Semester Project

This line of code tells the Blynk library to output some connection data to the serial monitor…

My guess is that your connection to D3 (GPIO0) is pulling that pin LOW all the time, and causing the NodeMCU to boot into Flash mode rather than Run mode.

Try disconnecting the wires from that pin and trying again.

If that solves the problem then read this:

alongside this:

Pete.