Search found 5 matches
- Wed May 22, 2024 12:12 pm
- Forum: ESP-IDF
- Topic: A large amount of internal memory RAM with UART driver use in a TASK
- Replies: 2
- Views: 786
Re: A large amount of internal memory RAM with UART driver use in a TASK
I tryed the same with 4.1 IDF version and I have this result that seems better Before TASK crreation: heap_caps_get_free_size: 196315 heap_caps_get_minimum_free_size: 196215 heap_caps_get_largest_free_block: 110592 After TASK creation: I (11512) : Dopo BOARD INIT heap_caps_get_free_size: 188911 heap...
- Wed May 22, 2024 12:09 pm
- Forum: ESP-IDF
- Topic: A large amount of internal memory RAM with UART driver use in a TASK
- Replies: 2
- Views: 786
A large amount of internal memory RAM with UART driver use in a TASK
Hi !! I'm using v5.2-dev-3903-g66992aca7a-dirty on ESP32 WROVER E with 8M FLASH and 8M SPIRAM I created a TASK that uses a UART driver: xTaskCreatePinnedToCore(&board_task, "board_task", 4096, NULL, 5, NULL, 0); void board_task(void* pvParameter) { uint32_t length; const uart_config_t uart_config = ...
- Tue Apr 09, 2024 9:19 am
- Forum: ESP-IDF
- Topic: esp_wifi_init return ESP_ERR_NO_MEM
- Replies: 2
- Views: 1065
Re: esp_wifi_init return ESP_ERR_NO_MEM
I'm using also BLE as gatt server....can you suggest me how to configure my ESP32 to have more space in IRAM to use also WIFI?
- Tue Apr 09, 2024 7:58 am
- Forum: ESP-IDF
- Topic: esp_wifi_init return ESP_ERR_NO_MEM
- Replies: 2
- Views: 1065
esp_wifi_init return ESP_ERR_NO_MEM
Hello support! I'm using IDF 5.2 (in the past I used IDF 4.4 without any problem) on ESP32 WROVER B with I (1763) cpu_start: ESP-IDF: v5.2-dev-3903-g66992aca7a-dirty I (1771) cpu_start: Min chip rev: v0.0 I (1775) cpu_start: Max chip rev: v3.99 I (1780) cpu_start: Chip rev: v3.0 I (1786) heap_init: ...
- Fri Feb 17, 2023 1:14 pm
- Forum: General Discussion
- Topic: How can recognize an expired certificate on MQTT connection
- Replies: 1
- Views: 3542
How can recognize an expired certificate on MQTT connection
In a MQTT connection how can I recognize the use of an expired certificate from
esp_mqtt_connect_return_code_t and esp_mqtt_error_type_t values?
I haven't expired certificates so I don't know how I can detect this situation
esp_mqtt_connect_return_code_t and esp_mqtt_error_type_t values?
I haven't expired certificates so I don't know how I can detect this situation