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
I have read this and now i am able to turn on BLE again after commissioning by doing gatt reset, there are not any kind of services running right now, But as i said before, i have tested examples/bluetooth/bluedroid/ble/ble_hid_device_demo this example and i want to do same with our device, can you guide me how can i do so to achieve same as above given example.
I have checked it the above given example is using bluedroid/ble and our matter device is using NimBLE so it is bit difficult for me to understand, if you can guide me that would be very helpful for me.
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: