Search found 2 matches
- Tue Sep 26, 2023 8:34 am
- Forum: ESP-IDF
- Topic: [Solved] ESP32 WIFI connection problem with HTTP requests
- Replies: 1
- Views: 1926
Re: ESP32 WIFI connection problem with HTTP requests
Hey, after being stuck for many days with this problem I finally figured I have to manually enable the HTTP component from the config file. So for anyone with the same problem check that the HTTP client is enabled. CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS=y CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH=y CONF...
- Mon Sep 25, 2023 6:10 pm
- Forum: ESP-IDF
- Topic: [Solved] ESP32 WIFI connection problem with HTTP requests
- Replies: 1
- Views: 1926
[Solved] ESP32 WIFI connection problem with HTTP requests
Hey everyone! I'm a beginner with ESP32 ESP-IDF development and I have ESP32-C6. I'm trying to connect my ESP32 to WiFi AP which works just fine until I try to add code for some HTTP requests after which the board won't connect anymore. I'm using the getting_started/station example from Github and i...