Search found 5 matches

by ajay.rathor
Tue Nov 12, 2024 1:55 pm
Forum: General Discussion
Topic: Language issue on Matter
Replies: 0
Views: 497

Language issue on Matter

Hi everyone, One project we are working on involves creating a smart plug that supports the matter protocol. We are using the ESP-Matter SDK, and we discovered that every matter example is also available on Google in CPP. As a result, we would like to switch from CPP to C. Therefore, I would like t...
by ajay.rathor
Fri Sep 27, 2024 6:20 am
Forum: General Discussion
Topic: Does it Possible to identify connected central BLE devices type
Replies: 1
Views: 683

Does it Possible to identify connected central BLE devices type

Hi , I am using ESP_Wroom-32 as a BLE peripheral HID Remote control with multi-connections, and it is able to connect with all devices like phones, computers, smart televisions , fire-sticks ,etc at same time. But i need to add different controls according to device example: if any phone type devic...
by ajay.rathor
Thu Sep 05, 2024 4:53 am
Forum: General Discussion
Topic: How to set BLE max connection limit in ESP-Wroom-32
Replies: 2
Views: 1549

Re: How to set BLE max connection limit in ESP-Wroom-32

  1. I have tried to set it by menu-config as well as through sdkconfig, but the code crashes at run time. Is there any other way?
by ajay.rathor
Wed Sep 04, 2024 9:17 am
Forum: ESP-IDF
Topic: How to set BLE max connection limit in ESP-Wroom-32
Replies: 0
Views: 631

How to set BLE max connection limit in ESP-Wroom-32

Hi every-one, I am new Here, I'm using ESP-WROOM-32 Board and using ESP-IDF SDK. I need help in examples/bluetooth/bluedroid/ble/ble_hid_device_demo/ example, this example is only supports one BLE connection at the time, but if I need to connect multiple connections what to change? please help me w...
by ajay.rathor
Wed Sep 04, 2024 9:05 am
Forum: General Discussion
Topic: How to set BLE max connection limit in ESP-Wroom-32
Replies: 2
Views: 1549

How to set BLE max connection limit in ESP-Wroom-32

Hi, I am new here, I am using ESP-WROOM-32. I have used ESP-IDF SDK and working with examples/bluetooth/bluedroid/ble/ble_hid_device_demo . When i connect some BLE devices with ESP(BLE) then in another device it is not visible, So how to increase its Connection limits, can anyone help me to understa...