Search found 11 matches

by Vaibhav02
Tue Jan 21, 2025 12:11 pm
Forum: General Discussion
Topic: How do I clear outbox of mqtt ?
Replies: 0
Views: 471

How do I clear outbox of mqtt ?

I am facing issue like :
E (94633) outbox: outbox_enqueue(53): Memory exhausted
How can I clear the outbox when I publishing on mqtt ?
by Vaibhav02
Sat Jan 04, 2025 10:47 am
Forum: General Discussion
Topic: Why is my ESP32 task not logging when Wi-Fi is disconnected, but Wi-Fi retry logs are showing up?
Replies: 2
Views: 501

Why is my ESP32 task not logging when Wi-Fi is disconnected, but Wi-Fi retry logs are showing up?

I'm working with an ESP32, and I have a task that publishes data to the cloud. When the Wi-Fi is disconnected, the wifi_event_handler keeps retrying to connect, and I can see the retry logs on the monitor. However, the task publish_data_to_cloud does not log anything to the monitor when the Wi-Fi is...
by Vaibhav02
Sat Jan 04, 2025 9:56 am
Forum: ESP-IDF
Topic: Why is my ESP32 task not logging when Wi-Fi is disconnected, but Wi-Fi retry logs are showing up?
Replies: 1
Views: 577

Why is my ESP32 task not logging when Wi-Fi is disconnected, but Wi-Fi retry logs are showing up?

I'm working with an ESP32, and I have a task that publishes data to the cloud. When the Wi-Fi is disconnected, the wifi_event_handler keeps retrying to connect, and I can see the retry logs on the monitor. However, the task publish_data_to_cloud does not log anything to the monitor when the Wi-Fi is...
by Vaibhav02
Mon Dec 09, 2024 7:14 am
Forum: General Discussion
Topic: lock_acquire_generic
Replies: 2
Views: 1453

lock_acquire_generic

I am trying to erasing nvs on gpio ISR. I have write the below code. static void IRAM_ATTR gpio_isr_handler(void *arg) { uint32_t current_time = xTaskGetTickCountFromISR(); // Debounce: Only process if enough time has passed since the last interrupt if ((current_time - last_interrupt_time) > (3000 /...
by Vaibhav02
Sat Sep 28, 2024 11:34 am
Forum: General Discussion
Topic: include could not find requested file: backoffAlgorithmFilePaths.c
Replies: 1
Views: 1153

include could not find requested file: backoffAlgorithmFilePaths.c

I am trying to connect the esp32 with aws through mqtt. For achieve this I am using below repo. https://github.com/espressif/esp-aws-iot.git I am facing the issue. Error: include could not find requested file: C:/Users/Admin/Desktop/aws-connection/libraries/backoffAlgorithm/backoffAlgorithm/backoffA...
by Vaibhav02
Fri Sep 06, 2024 8:41 am
Forum: General Discussion
Topic: Error with Wi-Fi Connection Using esp_event_loop_create_default() in ESP32
Replies: 4
Views: 1552

Re: Error with Wi-Fi Connection Using esp_event_loop_create_default() in ESP32

But I am facing below issue when the function is commented in the wifi_init_sta() function. E (458594) esp_netif_lwip: esp_netif_new_api: Failed to configure netif with config=0x3ffc8640 (config or if_key is NULL or duplicate key) assert failed: esp_netif_create_default_wifi_sta wifi_default.c:388 (...
by Vaibhav02
Fri Sep 06, 2024 8:38 am
Forum: General Discussion
Topic: Hosting a Node.js Server on ESP32 or External Hosting for Wi-Fi and Setpoint Form
Replies: 4
Views: 2529

Re: Hosting a Node.js Server on ESP32 or External Hosting for Wi-Fi and Setpoint Form

I haven't hosted application yet. I am just clearing my doubt. Can I upload backend and frontend on the esp32. If yes then how can the communicate. I didn't clear the concept of this.
by Vaibhav02
Fri Sep 06, 2024 8:27 am
Forum: General Discussion
Topic: Error with Wi-Fi Connection Using esp_event_loop_create_default() in ESP32
Replies: 4
Views: 1552

Re: Error with Wi-Fi Connection Using esp_event_loop_create_default() in ESP32

But I am facing below issue when the function is commented in the wifi_init_sta() function. E (458594) esp_netif_lwip: esp_netif_new_api: Failed to configure netif with config=0x3ffc8640 (config or if_key is NULL or duplicate key) assert failed: esp_netif_create_default_wifi_sta wifi_default.c:388 (...
by Vaibhav02
Fri Sep 06, 2024 6:06 am
Forum: General Discussion
Topic: Error with Wi-Fi Connection Using esp_event_loop_create_default() in ESP32
Replies: 4
Views: 1552

Error with Wi-Fi Connection Using esp_event_loop_create_default() in ESP32

I’m using the simple HTTP server example in the ESP-IDF. I’ve added code to connect to Wi-Fi using credentials provided through a POST request. However, I encounter the following error when trying to connect: ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x400d7d3e 0x400d7d3e: w...