Ryan Powell

Results 877 comments of Ryan Powell

Sorry it took so long but I have finally released version 2.0.0 and published it to platformio here https://registry.platformio.org/libraries/h2zero/esp-nimble-cpp

Hello, yes you are absolutely correct, this has been on my radar to address for quite some time. I will look into fixing this when I get some free time.

Looks like it's finding it, I'm not seeing anywhere that you're trying to connect though. Please post a log of the connection attempt for diagnosis.

I don't see anywhere in the logs where you've attempted to connect to the server device. You need to create a client instance and call the connect method with the...

I don't see anywhere in the logs where you've attempted to connect to the server device. You need to create a client instance and call the connect method with the...

Yes, the code you are using is looking for specific advertisements and if found will set a flag to connect to that device. The log doesn't indicate it was found,...

@felixschempp I just released the latest version, please update and let me know if you have any problems.

Please see the functions here: https://github.com/h2zero/NimBLE-Arduino/blob/62180ab2bc9c9a8b41f9fb800ea7256e89628a3a/src/NimBLEDevice.h#L131