-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
esp_bt_controller-init failed #1977
Comments
Did you follow the instructions ? After a second thought: But this does not make any sense to me: IDF doesn't support SPI.begin(14, 12, 13, 15); and This only works with the Arudino API! And finally: I am closing this issue becaus you ignored this basic advice! |
I have used arduino-esp32 for the same to include ArduinoSDFAT.h and SDFat in my workspace . I hope it makes sense why these two are in the environment. I also checked the flags and they were enabled in my build. |
I have never looked into the Arduino as component scenario, so I can't really help, but my guess would be that it must be related to the configuration: Maybe you can take it from Arduino. If you find the root cause, please share it with the community! ps. I found this here: I had the same issue, took me a long time to figure it out, it's a missing "#define ARDUINO_ARCH_ESP32", which has something to do with "-DARDUINO_ARCH_ESP32" not configured correctly. |
So the issue has been resolved and turns it was indeed an arduino-esp32 issue: espressif/arduino-esp32#11167 this PR resolves the BLE problem. |
Problem Description
I was trying out the SDA2DP example on esp-idf v 5.3 and am stuck with an error in which the Bluetooth init is first acknowledged and then it says init failed.
Device Description
ES32 One: https://www.waveshare.com/wiki/ESP32_One
Sketch
Other Steps to Reproduce
enable Bluetooth and BLE in esp-idf which is needed to compile it in the first place. Strangely it works on Arduino IDE
What is your development environment (incl. core version info)
ESP-IDF v5.3
I have checked existing issues, discussions and online documentation
The text was updated successfully, but these errors were encountered: