You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Does ESP support running matter and BLE simultaneously?
Does ESP support running matter and BLE simultaneously? (CON-1492)
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?
The text was updated successfully, but these errors were encountered: