-->
Page 12 of 74

Re: Introducing esp-httpd: webserver on an ESP8266.

PostPosted: Sun Nov 16, 2014 10:36 am
by zioax
What the max limit page size that can be flashed on it? And can be reverted to the original fw without any problem using esptool? Thanks

Re: Introducing esp-httpd: webserver on an ESP8266.

PostPosted: Sun Nov 16, 2014 12:52 pm
by alonewolfx2

EDIT: with the Electrodragon firmware V0.925, I can scan for APs and join without problems, so I'm pretty sure it's not the power supply.

What is difference between 0922 with 0925 ? Just 4 at command for change ip

Re: Introducing esp-httpd: webserver on an ESP8266.

PostPosted: Mon Nov 17, 2014 6:49 am
by zioax
zioax wrote:What the max limit page size that can be flashed on it? And can be reverted to the original fw without any problem using esptool? Thanks

Up

Re: Introducing esp-httpd: webserver on an ESP8266.

PostPosted: Mon Nov 17, 2014 4:20 pm
by wouter011
I'm able to compile and flash this project. Also it's working beautifully!

The only problem I'm facing is that I can't receive the debug info printed by 'os_printf'.
I'm connecting to the ESP8266 using a USB-TTL converter and connecting RX and TX.
I make use of minicom connecting with a baudrate of 115200 8N1. Using these settings I was able to communicate AT commands.

How should I continue to solve this?