-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
setScanResponseData(): esp_ble_gap_config_scan_rsp_data_raw: 258 Unknown ESP_ERR error #5725
Comments
Some arguments are invalid. Please print |
I put: And get:
|
Not that way. You have to print byte values, not a string. |
Like this?:
|
Yes, like this. |
This is the example taken out of the BLE library. Does this mean that there's a bug or something wrong on the example or did I do something wrong? |
@chegewara any idea on how I could continue troubleshooting? |
Sorry, i dont have time to check this example/code right now, but i would just start with removing this line: |
Ok, no problem. I removed the line. I paste the output just in case someone else can help:
|
Hello @mbastida123, is this still relevant? |
Hello @VojtechBartoska, Yes it is still relevant. I haven't checked since then (I gave up on using Beacon with ESP32 for other reasons). But it would be nice to have it working :) Will try again just in case some release has fixed the problem. |
I have just tried and I still get the same error... :( |
Adding it to the Roadmap, thanks for testing. |
@mbastida123 Are you able to retest your issue on v2.0.3-RC1? Thanks! |
I have the same issue, im looking for v2.0.3-RC1 but cant find it. can you maybe send me a link? i had the same issue using the espressif example https://github.com/espressif/arduino-esp32/blob/master/libraries/BLE/examples/BLE_iBeacon/BLE_iBeacon.ino. This other one its transmitting, but it still reports an error https://www.filipeflop.com/blog/beacon-com-esp32/ |
There you have it: https://github.com/espressif/arduino-esp32/tree/2.0.3-RC1 @VojtechBartoska I have tried but I'm struggling with PlatformIO and using a certain framework from github. Will try again and get back to you. |
@mbastida123 Thanks! @italocjs Please take a look here, there is everything explained step by step: https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html |
@VojtechBartoska I think the problem still persists:
|
Is there anyone know how to solve this ? It still persist. |
Hardware:
Board: ESP32 devkit V1
Core Installation version:
IDE name: Platform.io
Flash Frequency: 240Mhz
PSRAM enabled: no
Upload Speed: 115200
Computer OS: Windows 10
Description:
I have tried to test the BLE Ibeacon example but I don't see anything on NRF connect. I then enabled the logging via the platformio.ini file and saw that the code throws an error.
It seems to be the same error as here: #2853
But I have checked from the same github issue this: #3034
and start() is commented on my code. So that should be resolved, but it isn't.
Sketch
Debug Messages:
The text was updated successfully, but these errors were encountered: