Skip to content

[E][BLEDevice.cpp:356] init(): esp_bt_controller_init: rc=259 on esp-idf with arduino core as component. #922

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

Open
manuprendlair opened this issue Nov 11, 2019 · 1 comment

Comments

@manuprendlair
Copy link

manuprendlair commented Nov 11, 2019

Hello,

I got this error when I try to run the arduino ble spp example.
I already was able to port an ESP32 Arduino project in esp-idf project with arduino core as component.
But the ble example fail with :

[E][BLEDevice.cpp:356] init(): esp_bt_controller_init: rc=259 Unknown ESP_ERR error.

All the story is here : espressif/arduino-esp32#3436

Do you have an idea ?
Cause I relay dont know where to search.

Regards

@ramalva92
Copy link

[E][BLEDevice.cpp:356] init(): esp_bt_controller_init: rc=259 Unknown ESP_ERR error

Have you tried setting the ARDUINO_ARCH_ESP32?
Following suggestion from @h2zero I set the ARDUINO_ARCH_ESP32 and it worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants