Hi,
Refer https://youtu.be/zKGgNX_1Cl8 for your answer on app rollback.
Thank you.
Search found 16 matches
- Sun Jun 29, 2025 4:55 am
- Forum: ESP-IDF
- Topic: OTA - esp_ota_mark_app_invalid_rollback_and_reboot()
- Replies: 1
- Views: 339
- Sat May 31, 2025 8:00 pm
- Forum: ESP-IDF
- Topic: BLE always advertises at adv_int_max
- Replies: 1
- Views: 75
Re: BLE always advertises at adv_int_max
@chegewara can you please help me to resolve this
- Sun May 25, 2025 7:30 am
- Forum: ESP-IDF
- Topic: BLE always advertises at adv_int_max
- Replies: 1
- Views: 75
BLE always advertises at adv_int_max
Hi,
I have configured adv_int_min =1000msec and adv_int_max = 1500msec.
Still what i can see on sniffer is ble is always advertising at15000msec but for each advertising interval i am expecting random time between 1000msec and 1500msec .
Following is my BLE configuration for bluedroid and attached ...
I have configured adv_int_min =1000msec and adv_int_max = 1500msec.
Still what i can see on sniffer is ble is always advertising at15000msec but for each advertising interval i am expecting random time between 1000msec and 1500msec .
Following is my BLE configuration for bluedroid and attached ...
- Sat Nov 09, 2024 12:08 pm
- Forum: ESP-IDF
- Topic: Bluedroid BLE local and Peer Long Term Key LTK
- Replies: 0
- Views: 925
Bluedroid BLE local and Peer Long Term Key LTK
Hi,
I want to read and print Local and peer Long Term Key (LTK).
On searching, got to know Local LTK structure is esp_ble_lenc_keys_t and Peer LTK structure is esp_ble_penc_keys_t.
But when i try to print Local LTK in ESP_GAP_BLE_AUTH_CMPL_EVT event.
esp_log_buffer_hex(GATTS_TABLE_TAG, (void ...
I want to read and print Local and peer Long Term Key (LTK).
On searching, got to know Local LTK structure is esp_ble_lenc_keys_t and Peer LTK structure is esp_ble_penc_keys_t.
But when i try to print Local LTK in ESP_GAP_BLE_AUTH_CMPL_EVT event.
esp_log_buffer_hex(GATTS_TABLE_TAG, (void ...
- Wed Nov 29, 2023 1:18 pm
- Forum: ESP-IDF
- Topic: Can we get available number of socket connection out of CONFIG_LWIP_MAX_SOCKETS
- Replies: 1
- Views: 3801
Can we get available number of socket connection out of CONFIG_LWIP_MAX_SOCKETS
Hi,
We are using aws mqtt connection, aws jobs connection and one https client connection.
All these connections are initialized, connected and de-initialize as per our use case. We know all these connections happens over socket.
After multiple times connection & disconnection sometimes while ...
We are using aws mqtt connection, aws jobs connection and one https client connection.
All these connections are initialized, connected and de-initialize as per our use case. We know all these connections happens over socket.
After multiple times connection & disconnection sometimes while ...
- Thu Jul 21, 2022 2:32 pm
- Forum: ESP-IDF
- Topic: Bluetooth deinitialize and initialize process
- Replies: 7
- Views: 7099
Bluetooth deinitialize and initialize process
Hello,
We have a use case were we initialize bluetooth, disable/deinit bluetooth and initialize it again.
Considering ble gatt sever example.
Initialize bluetooth:
void Bluetooth_Service_Initialize()
{
esp_err_t ret;
/* Initialize NVS. */
ret = nvs_flash_init();
if (ret == ESP_ERR_NVS_NO ...
We have a use case were we initialize bluetooth, disable/deinit bluetooth and initialize it again.
Considering ble gatt sever example.
Initialize bluetooth:
void Bluetooth_Service_Initialize()
{
esp_err_t ret;
/* Initialize NVS. */
ret = nvs_flash_init();
if (ret == ESP_ERR_NVS_NO ...
- Fri Apr 22, 2022 1:44 pm
- Forum: ESP-IDF
- Topic: Using ESP IDF Version 4.4 for esp-va-sdk for alexa
- Replies: 0
- Views: 1374
Using ESP IDF Version 4.4 for esp-va-sdk for alexa
Hello,
To run esp-va-sdk for alexa it is recommended to use esp-idf release/v4.2.
Our use case we will be using other DSP(knowles mic), so can we use esp-idf v4.4?
Thank you,
Akshay
To run esp-va-sdk for alexa it is recommended to use esp-idf release/v4.2.
Our use case we will be using other DSP(knowles mic), so can we use esp-idf v4.4?
Thank you,
Akshay
- Thu Apr 21, 2022 2:14 pm
- Forum: ESP-IDF
- Topic: IRAM0 segment data does not fit when enabling bluetooth
- Replies: 1
- Views: 2254
IRAM0 segment data does not fit when enabling bluetooth
Hello,
We are facing issues in esp32-wrover-e device when bluetooth is enabled, need help in managing and increasing IRAM0.
Untitled_1.png
esp32.ld
/* ESP32 Linker Script Memory Layout
This file describes the memory layout (memory blocks) as virtual
memory addresses.
esp32.project.ld ...
We are facing issues in esp32-wrover-e device when bluetooth is enabled, need help in managing and increasing IRAM0.
Untitled_1.png
esp32.ld
/* ESP32 Linker Script Memory Layout
This file describes the memory layout (memory blocks) as virtual
memory addresses.
esp32.project.ld ...
- Thu Apr 14, 2022 6:55 am
- Forum: ESP-IDF
- Topic: Failed to resolve component error while adding esp-va-sdk to esp idf project
- Replies: 0
- Views: 2008
Failed to resolve component error while adding esp-va-sdk to esp idf project
Hello,
I have followed below steps to run amazon_alexa example on esp idf:
1. Clone esp-va-sdk from https://github.com/espressif/esp-va-sdk.
2. Created a blank project on ESP IDF and copied amazon_alexa project files to this blank project.
3. Copied the C:\esp-va-sdk\components folder to this blank ...
I have followed below steps to run amazon_alexa example on esp idf:
1. Clone esp-va-sdk from https://github.com/espressif/esp-va-sdk.
2. Created a blank project on ESP IDF and copied amazon_alexa project files to this blank project.
3. Copied the C:\esp-va-sdk\components folder to this blank ...
- Tue Mar 08, 2022 7:52 am
- Forum: ESP-IDF
- Topic: Task watchdog got triggered
- Replies: 1
- Views: 2742