Unable to send notification each time

So why have you defined a SoftwareSerial debug port?
I’ve just noticed that you’re doing Serial.prints (instead of DebugSerial.prints) in your code, which will seriously screw-up your Blynk connection as this uses Serial.
You need to change this, and it may help resilve your issue,
You also need some proper hardware…

Pete.