-
Notifications
You must be signed in to change notification settings - Fork 7.6k
SimpleBLE.h example problem #373
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
Comments
I'll give it a go hopefully sunday or monday and will reply back. It should work. |
Yes, I have the same problem |
I am also experiencing this problem. Thanks |
I did a good couple of hours digging through this. And there is no apparent reason why it would not work, but it does not. Callbacks are not called and the code can not progress. The included example in IDF has not changed either, so there are no clues to what has changed or what can be done. Maybe good time to remove that SimpleBLE example and be done for now. |
Where can I download and try your test GATT service? |
Just for reference, I tested SimpleBLE around May 6th on ESP32-Bit/ESP32-T, and it worked at the time. |
Which SDK did you use? I have ESP32_Core_Board_V2 and SDK: |
I also had this problem with today's code. I did a I see multiple changes to BT related files in esp32 on May 6. hope this helps. |
That's what I used: The OP started to have the problem on May 11th, so something changed between May 6th and May 11th. |
fixed |
With the new code I have this ESP32 SDK: v2.0-rc1-761-g65acd99c E (4861) BT: L2CA_RegisterFixedChannel() CID: 0x0004, 0x3ffdc0c0 Press the button to change the device name But pressing the button nothing changes. I can see on my phone ESP32 SimpleBLE but not pairing |
Running the SimpleBLE example from Arduino IDE gives me this result and it's changing it's name:
|
Yes! Its work ok. Snx , me-no-dev! |
Hi, I am running SimpleBLEDevice.h code on a NodeMCU ESP-32S board.
When trying to do ble.begin("ESP32"); on the setup the code gets stuck. Digging a little bit the code gets stuck inside ble_send_cmd() at the end
while(_vhci_host_command_running);
int res = _vhci_host_command_result;
It never gets out from the while.
Thanks
The text was updated successfully, but these errors were encountered: