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

WiFi and BLE at the same time possible with use of NimBLE #21

Open
KlausMu opened this issue Feb 19, 2024 · 0 comments
Open

WiFi and BLE at the same time possible with use of NimBLE #21

KlausMu opened this issue Feb 19, 2024 · 0 comments

Comments

@KlausMu
Copy link

KlausMu commented Feb 19, 2024

Hi, is this repo still maintained?

I've been using the eQ3 lib for some years. It always was annoying that you have to disconnect WiFi before using BLE and vice versa. Establishing the connection always takes some time, both for WiFi and BLE. The keyBLE connection always took about 10-15 sec, sometimes even more.

Recently I integrated the use of NimBLE into the eQ3 lib. With that, WiFi and BLE both can stay connected all the time. Works now for some months without any problems.

Since the timeout for the BLE connection is 4 minutes, I do an keyble->updateInfo(); each 3 min 50 sec. With that, the keyBLE stays super responsive all the time. You cannot recognize any delay.

Interested in a pull request?

@KlausMu KlausMu changed the title WiFi and BLE at the same time: with use of NimBLE WiFi and BLE at the same time possible with use of NimBLE Feb 19, 2024
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