Ryan Powell
Ryan Powell
You can use any IDF version you wish actually. Just need to update the nimble sources to the master branch. Or use [this](https://github.com/h2zero/esp-nimble-component) and just put it in your project/components...
You want 1.2.0-idf branch, that's the main one.
I just tested this configuration and I can confirm, I think something is missing from cmakefiles in v4.0.1
Nice! you beat me to it. I found the missing line in the make file but it still would not compile for me, kept telling me nimble was out of...
Yeah sorry for all that, I wish espressif would backport the nimble updates, it’s far more stable now than it is in those releases.
There is a buffer in the controller that once filled will clear itself and duplicate devices will be reported again. You can adjust the size of the buffer by calling...
What IDF/NimBLE version are you using? Do you have a lot of BLE advertisers around you?
Thank you for the info. I can reproduce and explain this. Here is my log: ``` I (1942) NimBLEScan: New advertiser: 2f:61:6c:63:f7:29 I (1942) MAIN: BT peripheral '2f:61:6c:63:f7:29' is ''...
I made a quick patch for v1.3.3 for you to try: [scan_patch.txt](https://github.com/h2zero/esp-nimble-cpp/files/8792572/scan_patch.txt)
Re; active scan, The devices don't show due to not receiving the scan response. This is an issue that I've been struggling with for a while as to how it...