Search found 5 matches

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: 525

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: 672

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: 525

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: 525

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...
by Vaibhav02
Fri Sep 06, 2024 6:04 am
Forum: General Discussion
Topic: Hosting a Node.js Server on ESP32 or External Hosting for Wi-Fi and Setpoint Form
Replies: 4
Views: 672

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

I want to implement functionality where I fill a form to provide Wi-Fi credentials and setpoints to an ESP32. The form should send the Wi-Fi credentials and setpoints to the ESP32, and it should then connect to the Wi-Fi network. I’m using a simple RESTful server sample code and created my own custo...