Page 1 of 1

esp8266 webserver with sd card

Posted: Mon Oct 12, 2020 9:07 am
by kabouras_33
Hello everyone!!!
Well, i set up a challenge but cannot find any info!!
I have connected an esp8266 to my pic and host a webpage with Getinvalues and Setoutvalues!!All good.
Now my question is that I want to move all my index.htm code to an sd card and load the website from there....anyone has done it? I cannot find any examples or even reference...

Re: esp8266 webserver with sd card

Posted: Wed Oct 14, 2020 4:19 pm
by Benj
Hello,

The webserver filesystem example here should do exactly that. Let us know how you get on.

https://www.matrixtsl.com/wiki/index.ph ... etworking)

Hmm looking again that's a SCADA project. I'll put together a quick example for you.

Re: esp8266 webserver with sd card

Posted: Wed Oct 14, 2020 4:23 pm
by Benj
Here you go.
ESP8266_Webserver.fcfx
(15.79 KiB) Downloaded 274 times

Re: esp8266 webserver with sd card

Posted: Fri Oct 23, 2020 7:13 am
by kabouras_33
Thank you Benj,
Will give it a try an let you know :wink: