i want to create a simple webserver with esp32c6 with the help of AT commands ,is it possible? I was looking the at documentation and find nothing about it.
The deal is there is some at commands for webserver , but these commands are can only create esp-at content and can get only SSID and Password for wifi connection, but i don’t need that , i need to enter some parameters like temperature limit and etc , so i can configure my host MCU(stm32 in this case) with it.
i have connected stm32 to esp32 with uart and sending simple AT commands, in this case esp32c6 is acting as a wifi module(or some other connection module).
is there any other AT commands that may be i didn’t check or didn’t see?
any other suggestions are highly appreciated. I just need to connect phone to stm32 via esp32 somehow , and the esp32 code has to be changable (i have created bootloader for stm32 , so i can update firmware , the main reason i want to use AT commands is, in this case i only need to update stm32 firmware to update esp32 code and content.) If i use some standalone code for esp32 (like arduino or esp-idf) i will be unable to update firmware of esp32.
thanx you very much for your suggestions.
i tried tcp connection and etc , but their interfaces are not simple as mobile web browser