Search found 12 matches

by akshaay24
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: 0
Views: 2860

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 connec...
by akshaay24
Thu Jul 21, 2022 2:32 pm
Forum: ESP-IDF
Topic: Bluetooth deinitialize and initialize process
Replies: 7
Views: 4779

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_FREE_PAGES)...
by akshaay24
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: 1052

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
by akshaay24
Thu Apr 21, 2022 2:14 pm
Forum: ESP-IDF
Topic: IRAM0 segment data does not fit when enabling bluetooth
Replies: 1
Views: 1638

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 contains output...
by akshaay24
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: 1495

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 ...
by akshaay24
Thu Mar 03, 2022 11:30 am
Forum: ESP-IDF
Topic: Task watchdog got triggered
Replies: 1
Views: 2120

Task watchdog got triggered

E (1925655) task_wdt: Task watchdog got triggered. The following tasks did not r eset the watchdog in time: E (1925655) task_wdt: - IDLE (CPU 0) E (1925655) task_wdt: Tasks currently running: E (1925655) task_wdt: CPU 0: esp_timer Is there any way to disable esp_timer task? In sdkconfig under high ...
by akshaay24
Thu Feb 17, 2022 2:29 pm
Forum: ESP-IDF
Topic: i2c_master_cmd_begin getting error -1
Replies: 0
Views: 1400

i2c_master_cmd_begin getting error -1

Hello, We have written a simple i2c master code that reads a register value of an i2c slave(tla2024) only once, so there is no loop/thread. When we read it once it gives NACK for slave address 0x90, as seen in below screenshot. nack 1.png But when we continuously reset the device, it randomly reads ...
by akshaay24
Tue Jan 11, 2022 4:51 am
Forum: ESP-IDF
Topic: [Resolved] How to set OTA Image Version Number
Replies: 3
Views: 3044

Re: How to set OTA Image Version Number

Thank you, Issue Solved.