Deleted user
Deleted user
Sure thing. First off, I can confirm the esp32 example is now working. ## Blteplug test Trace from the example shows something slightly different: ``` INFO - [adv] connection established...
Interesting! Yes my OS version is Ubuntu 20.04.6 LTS and bluez version is 5.53. It could be related to OS/bluez version; the fact that it can discover services on a...
Ahh that would explain the long pause when attempting to connect to the TrouBLE example. Here is the hacked together bleps example I've been using - I've stuck it into...
Oops yes that's important info too! Excerpt from the Cargo.toml: ```toml [dependencies] esp-hal = { version = "0.20.1", features = ["async", "log"] } esp-println = { version = "0.11.0", features...
So the obvious culprit here is esp-wifi, which is v0.8.0 in the bleps demo and v0.9.1 in the TrouBLE demo. I tried switching the bleps demo to use esp-wifi v0.9.1...
I tried for a little while to see if I could modify the TrouBLE example to use the release version of esp-hal so we could compare like for like, but...
Curiouser and curiouser... First off, I tried switching to `opt-level = 3` but the outcome was the same. I attempted to change my machine's supervision timeout but unfortunately that seems...
Thanks for all the info! It seems like the debug is enabled, but I have no access to it: ```sh ❯ sudo sh -c "echo -n 200 > /sys/kernel/debug/bluetooth/hci0/supervision_timeout" sh:...
I've just tested with the latest changes on main, but I'm afraid the issue remains. Here is the trace from the peripheral: ``` TRACE - [host] enabling advertising TRACE -...
I think all of these commits will be merged into one before pulling this in main. I tried to keep every commits as clean as possible. But it seems I...