-->
Page 4 of 4

Re: write & read DS1307 eeprom using esp8266

PostPosted: Sun May 28, 2017 8:10 am
by m.maazi
I attached my complete code to this post.
In page "p2_swconfig.h" every submit fails.
I used this method & modified it to fit my purpose.
https://www.john-lassen.de/en/projects/esp-8266-arduino-ide-webconfig
Thanks again.

Re: write & read DS1307 eeprom using esp8266

PostPosted: Wed May 31, 2017 8:17 am
by m.maazi
I think that I found the problem but can't find any solution.
My arguments on post submit are being stored in a string variable and when that variable exceeds the limit of my ram, the module resets.
Any suggestion on how to solve this problem?
Can I use progmem space?

Re: write & read DS1307 eeprom using esp8266

PostPosted: Sat Jun 03, 2017 5:26 pm
by m.maazi
Anyone... Please help me solve it...

Re: write & read DS1307 eeprom using esp8266

PostPosted: Thu Jul 13, 2017 10:11 pm
by AgroMe
I am not entirely sure but I think there is only about 50K available RAM which for a MCU should be enough for most applications involving ESP8266. If you are posting large amounts of string data, perhaps ESP is not the right choice for your application. You could still use HTTP but think of a more compact message such a modbus in hex chars is not too bad or content-type octet stream and send binary data.