Looking for ESP-IDF HTTP-Server example

Hi,

I am looking for an example of HTTP-Server with WiFi-connection, witch written with PlatforIO and ESP-IDF framework. It can be some like Weather station.

I cann’t find this at examples at PlatformIO · GitHub .
And I found only projects written with Arduino.

The list of official examples is noted in the documentation.

Since the PlatformIO currently uses ESP-IDF v4, this is the right example: esp-idf/examples/protocols/http_server/simple at release/v4.0 · espressif/esp-idf · GitHub. Note the configuration options documented in Espressif IoT Development Framework — PlatformIO latest documentation.

1 Like