flynny75

Results 5 comments of flynny75

Hello, I am in a similar situation, trying to use nimble with both arduino and espidf frameworks. I am encountering a different error: `components/esp-nimble-cpp-1.4.0/src/NimBLEDevice.cpp:52:12: fatal error: esp32-hal-bt.h: No such file...

This seems to be a problem with the CMakeLists when using both espidf and arduino frameworks. Removing the condition `if("arduino" IN_LIST BUILD_COMPONENTS OR __hack_component_targets MATCHES "__idf_arduino")` and appending `framework-arduinoespressif32` rather...

Yes, the server is advertising. The entirety of the server code for this scenario is ``` NimBLEDevice::init("NimBLE_light_sleep"); auto bleServer = NimBLEDevice::createServer(); auto advertising = NimBLEDevice::getAdvertising(); auto service = bleServer->createService("1111"); auto...

I am sure this used to work, so I went back through every version of the espressif32 platform. The most recent version that works is 5.1.1, 5.2.0 and onwards do...

Should I also open an issue in the espressif platform repo https://github.com/platformio/platform-espressif32 ?