You can’t have this in your void loop, it will flood the server.
Your sensorDataSend
function has to be called with a BlynkTimer. I’d also add some serial print commands into sensorDataSend
too.
Is the uptime on pin V2 being displayed correctly?
Why haven’t you moved these three lines to the top of your sketch?…
Pete.