ESP8266 Webserver Project

Moderator: Sprite_tm

User avatar
By alonewolfx2
#3518 i have same issue. i flash binaries in your zipfile and i use old webpages.espfs. module connect my network and i try and i am getting http 400 bad request

Code: Select allSDK version:0.9.3
mode : sta(18:fe:34:9f:0b:0c)
add if0
scandone
add 0
aid 6
pm open phy2,type:2 0 0
cnt

We have a GET request.
webserver's 192.168.2.69:59506 disconnect
We have a GET request.
webserver's 192.168.2.69:59531 disconnect
We have a GET request.
webserver's 192.168.2.69:59675 disconnect


scargill wrote:Hmm.. That didn't work.
I got your binaries and ran them - used my last know address for the board and "not found" appeared. CLEARLY this was the board talking..

Then I remembered you needed web pages - which were not in your ZIP file.. so I went off and grabbed WEBPAGS.ESPFS

And l noticed this for the addresses and blew all 3.

$ESPTOOL --port $ESPPORT write_flash 0x00000 0x00000.bin
sleep 3
$ESPTOOL --port $ESPPORT write_flash 0x40000 0x40000.bin
sleep 3
$ESPTOOL --port $ESPPORT write_flash 0x12000 webpages.espfs

And... not working and I can see from the little light on the ESP-01 that the thing is sitting in a permanent loop as the blue light appears once a second.

Am I using wrong webpages.espfs or wrong address for it?
User avatar
By alonewolfx2
#3523 i am using old binaries and webpages working but i am getting this for every request. have you any idea?
Edit: what is the max espfs size for pages?
Code: Select allFindConnData: Huh? Couldn't find connection for 0x3ffea200
ReconCb



Sprite_tm wrote:Hmm, looks like I may have grabbed the wrong binaries... did it at work so I didn't have the chance to test it. I'm back home, I'll see if I can post the right stuff tomorrow.
User avatar
By alonewolfx2
#3528 Here is compiled binaries and webpages.espfs

https://drive.google.com/folderview?id=0B-HltbDb0OA_M0FxX3ZNNlF1dlE&usp=sharing