Trouble connecting bluetooth to Mega with Android

It’s a Mega, use Hardware Serial not softserial… e.g. pins 18/19 for Serial1 TX/RX

Serial1.begin(9600);  // via BT Module
Blynk.begin(Serial1, auth);  // Connect to App via BT
1 Like