Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not getting HWADDR back #58

Open
Fossil01 opened this issue Apr 11, 2021 · 0 comments
Open

Not getting HWADDR back #58

Fossil01 opened this issue Apr 11, 2021 · 0 comments

Comments

@Fossil01
Copy link

void setup(void)
{

  //while (!Serial);
  delay(500);

  Serial.begin(115200);
  Serial.println(F("BT Remote"));
  Serial.println(F("---------------------------------------"));

  /* Initialise the module */
  Serial.print(F("Initialising the Bluefruit LE module: "));

  if (!ble.begin(VERBOSE_MODE))
  {
    error(F("Couldn't find Bluefruit, make sure it's in CoMmanD mode & check wiring?"));
  }
  Serial.println(F("OK!"));

   ble.println(F("AT+BLEGETADDR"));
   ble.waitForOK();
   Serial.print(F("Done."));
}

Whatever I try I cannot get the HWAddr from the Feather 32u4. I need either that or the serial number.

With ble.println(F("AT+BLEGETADDR")); or just ble.println ("AT+BLEGETADDR"); nothing is printed in the console.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant