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

BLE.begin() succeeds only the first time in Arduino giga #362

Closed
FalsinSoft opened this issue Jun 28, 2024 · 1 comment
Closed

BLE.begin() succeeds only the first time in Arduino giga #362

FalsinSoft opened this issue Jun 28, 2024 · 1 comment
Assignees
Labels
conclusion: duplicate Has already been submitted type: imperfection Perceived defect in any part of project

Comments

@FalsinSoft
Copy link

Running this code in Arduino giga:

void loop()
{
  if(BLE.begin())
    Serial.println("OK");
  else
    Serial.println("KO");

  BLE.end();
}

show OK only the first time. For all subsequent calls it always show KO and this make impossible to use bluetooth again after the first end().

@per1234 per1234 added the type: imperfection Perceived defect in any part of project label Jun 29, 2024
@per1234 per1234 self-assigned this Jun 29, 2024
@per1234
Copy link
Contributor

per1234 commented Jun 29, 2024

Hi @FalsinSoft. Thanks for taking the time to submit an issue.

I see we have another report about this at #158.

It is best to have only a single issue per subject so we can consolidate all relevant discussion to one place, so I'll go ahead and close this in favor of the other.

If you end up with additional information to share, feel free to comment in the other thread.

@per1234 per1234 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 29, 2024
@per1234 per1234 added the conclusion: duplicate Has already been submitted label Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: duplicate Has already been submitted type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants