-
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
extend example HCI BLE controller on ESP32C3 (IDFGH-13756) #14618
Comments
please ref to: |
Thank you. I already enabled that, but I still don't understand how can I make a custom response to a vendor opcode. And I have another question, are there are vendor specific commands that are already implemented? Thank you for your help. |
Making a custom response would require altering Controller code, which we don't recommend.
We do have some of those. May I ask what sort of commands do you need? What specific functions are you looking for? |
Hello, I would like for example to read current firmware version on the module. And I would like to update the firmware through the same UART that it is used for HCI communication. That is why I wanted to implement a few more commands that I would call as normal HCI commands Thank you. |
Sorry for the late reply. I have checked with my colleagues and unfortunately neither of these options are available at this time. |
OK. Thank you. |
Answers checklist.
General issue report
Hello,
I would like to extend ESP-IDF UART HCI Controller example.
I would like to extend the controller commands with custom vendor specific commands, but I can't find a way to do this.
I will add a custom command on the host side (STM32), but I need to add it also on the ESP32C3 side, so I can make some action when parsing this commands.
Thank you for your help.
The text was updated successfully, but these errors were encountered: