Thanks so much for the information about the Arduino GPIO for the reset!

I think that code might work better in this routine instead, but I'm not certain.

void QuickResetBluetooth(int resetType)
{
switch (resetType)
{
case 0:
SendBlueGigaCommand(F("RESET"));
ClearGlobalVariables();

// Reset pin code here

DisplayAndSwallowResponses(4, 500);
break;
_________________________
Tony Fabris