Search found 2 matches
- Sun Nov 03, 2019 10:37 am
- Forum: ESP-IDF
- Topic: Network Config - Setting up an ESP32 using an HTTP server
- Replies: 0
- Views: 1664
Network Config - Setting up an ESP32 using an HTTP server
Hello, I've recently stumbled upon this topic of network configuration using a phone. https://docs.espressif.com/projects/esp-jumpstart/en/latest/networkconfig.html Lately I've been working on a similar thing: letting the esp32 run as an access-point + station, fetching the Wi-Fi credentials over an...
- Sun Oct 20, 2019 12:58 pm
- Forum: ESP-IDF
- Topic: ESP32 (ESP-IDF) WiFi setup over HTTP requests
- Replies: 0
- Views: 2396
ESP32 (ESP-IDF) WiFi setup over HTTP requests
Hello all, I have recently succeeded in running the ESP32 as an access point (AP), while simultaneously running it as a station (connected to my home router), and having it receive and interpret HTTP requests. My next step is to try and run the ESP as an AP on startup, make it receive my WiFi creden...