Search found 6 matches
- Sat Sep 28, 2024 11:34 am
- Forum: General Discussion
- Topic: include could not find requested file: backoffAlgorithmFilePaths.c
- Replies: 1
- Views: 618
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...
- 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: 930
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 (...
- 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: 1209
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.
- 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: 930
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 (...
- 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: 930
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...
- 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: 1209
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...