Need help with outputting data to Blynk

You’ve created a SoftwareSerial port called DebugSerial which doesn’t have a matching begin statement and isn’t used for anything, but your hardware serial port is being use to communicate with your BT module and for debugging, which will never work as your debug data will interfere with the AT commands sent to your BT module.

Pete.