tytower wrote:Works very well -any chance of code and circuit?
I found your GitHub site but nothing there.
I have put my “ERB Esp8266 Experimental Web Server” on GitHub, at:
https://github.com/wa0uwh/ERB-EspWebServer
My Esp8266 server is “often/sometimes” online at:
http://dc02.ebcon.com:8160
The SSID and Passwd are blank and need to be set in the Main.ino file
A shared Visitor Map IdKey is also set in Main.ino, if used as is, any access to your server will generate a “Shared Visitor Map”. In Ham Radio terms, this is called a “Reverse Beacon” to a shared service. Of course, you can request your own private IdKey.
I hope you find it useful as a working example. I have tried to include many pages and functions that I plan to use in my other Esp Projects
NOTE: All web page data is purposefully dynamically created by the Esp8266, except the “Server Farm” image on the InfoPage, and the “Visitor Map” function on the HomePage.
More functions and/or pages will be added as time permits, and I will update the GitHub as necessary.
As maybe expected, the Esp is sometimes fickle, reboot may be needed occasionally.
Feedback is always welcome.
Eldon - WA0UWH