loboris / ESP8266_AT_LoBo

New ESP8266 AT-Firmware with many added features
Other
39 stars 4 forks source link

[request] AT+WEBSERVER command to configure wifi via browser #10

Open atesin opened 2 years ago

atesin commented 2 years ago

i got in shock when read this! .... you can set up a local http server inside esp firmware to provisioning wifi credentials via remote browser! (disabled by default in official esp8266 firmware)... i didn't knew it!

espressif official docs:

could you pleeease add a stripped-down support for this??? ... with this we won't even need wifi config through smartconfig (as pointed in #6 ), WeChat, fancy http hages or other exotic methods.... i think i found the index.html page inside sources in \esp-at-2.2.1.0_esp8266\components\fs_image\

... for my project (an irrigation system for little farmers), i spent about a year trying to set up a webserver for this in ARDUINO UNO, an esp-01s , a custom esp voltage regulator... with WiFiEspAT library, a custom http server arduino sketch, and your firmware... still without success, i'm afraid i am not skilled enough :(