Skip to content
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

Does ESP support running matter and BLE simultaneously? (CON-1492) #1224

Open
Ajay2803 opened this issue Jan 3, 2025 · 1 comment
Open

Comments

@Ajay2803
Copy link

Ajay2803 commented Jan 3, 2025

Hello

I've utilized the example from https://github.com/oidebrett/starter-esp-matter-app, and we're planning to add BLE HID device control at the same time. I'm wondering if that's possible.

Here is an example of BLE HID that I have tested: https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/bluedroid/ble/ble_hid_device_demo

I want to use my own app to control BLE devices by passing POSTMAN APIs to the matter device, which can then control and connect to BLE devices via HID proffile. Is it possible? And if so, how can I go about doing it?

I currently use ble exclusively for commissioning, after commissioning, BLE is deinilitiaized, so perhaps I can reinetialize ble and do this?

@github-actions github-actions bot changed the title Does ESP support running matter and BLE simultaneously? Does ESP support running matter and BLE simultaneously? (CON-1492) Jan 3, 2025
@shubhamdp
Copy link
Contributor

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