Relative Content

Tag Archive for stm32esp32arduino-esp32stm32cubeideespressif-idf

how to create simple webserver in softap mode with esp32c6 using at commands?

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.