Search found 4 matches

by leevisual
Wed Nov 12, 2025 8:36 am
Forum: ESP-IDF
Topic: [esp32c6] [ble_hid_device_demo] power consumption on light_sleep
Replies: 2
Views: 2987

Re: [esp32c6] [ble_hid_device_demo] power consumption on light_sleep

Dear Espressif Support Team,

I have resolved the previous issue.
However, while testing the power saving feature with Wi-Fi in station mode connected to an AP, I encountered a new problem.

After about 30 seconds, the BLE connection is disconnected.
When the BLE reconnects, the current consumption ...
by leevisual
Fri Oct 31, 2025 2:28 am
Forum: ESP-IDF
Topic: [esp32c6] [ble_hid_device_demo] power consumption on light_sleep
Replies: 2
Views: 2987

[esp32c6] [ble_hid_device_demo] power consumption on light_sleep

Hello
I want to know that it is possible to use to call light sleep during retaining bluetooth connection in the ble_hid_device_demo project

esp_pm_config_t pm = {
.max_freq_mhz = 80,
.min_freq_mhz = 40,
.light_sleep_enable = true, // Is it possible to use
};
ESP_ERROR_CHECK(esp_pm ...
by leevisual
Thu Nov 23, 2023 8:54 am
Forum: ESP-IDF
Topic: [ESP32C6 ] multipairing program
Replies: 1
Views: 3334

Re: [ESP32C6 ] multipairing program

This issue just appear on android smartphone.
I appended to pair with Windows10 notebook.
Total number of bonding devices is 3 .
I have 2 android smartphones and 1 windows10 notebook.

Whitelist is operated on Windows10.
But it is not operated on android smartphone.

I append code snippet

static ...
by leevisual
Thu Nov 23, 2023 5:49 am
Forum: ESP-IDF
Topic: [ESP32C6 ] multipairing program
Replies: 1
Views: 3334

[ESP32C6 ] multipairing program

Hi, all
I am developing ble hid peripheral device with ble_hid_device_demo project.
I already have two bonding lists.
I want to connect to 2nd bonding device.


<Question>
1> Do I use whitelist ?
2> How to avoid 1st device connection event ?
3> Let me recommend adjust manner.


Thank you for reply.

Go to advanced search