-->
Page 3 of 5

Re: Problem flashing nodemcu custom build

PostPosted: Mon Aug 22, 2016 2:50 pm
by jankop
I'm test 1.5.4.1 with 15 modules without DEBUG or SSL. Lenght firmware about 400KB.

Re: Problem flashing nodemcu custom build

PostPosted: Mon Aug 22, 2016 2:57 pm
by marcelstoer
jankop wrote:I'm test 1.5.4.1 with 15 modules


There you have it...I doubt you would have been able to add that many modules to a 1.4. or earlier 1.5.x version and still have it run on a 512KB device. The NodeMCU code doesn't change much but the underlaying Espressif SDK keeps growing. Use fewer modules or use a device with more memory.

Re: Problem flashing nodemcu custom build

PostPosted: Tue Aug 23, 2016 12:40 pm
by jankop
Yes you're right. Minimal firmware Lua SDK 1.5.4.1 I had flashed O.K. up to module ESP8266 / 512KB.
But I disagree with the fact, that is solved the problem of fragmented packets http protocol. It is not. Sorry, but nobody not offered solutions.

Re: Problem flashing nodemcu custom build

PostPosted: Tue Aug 23, 2016 1:53 pm
by marcelstoer
jankop wrote:But I disagree with the fact, that is solved the problem of fragmented packets http protocol. It is not. Sorry, but nobody not offered solutions.


Well, there's nothing in firmware that does it automatically for you, that's true. #1419 was resolved with the conclusion that you gotta do that yourself in Lua. Just don't close the socket before you got all fragments. #1419 also links to #960 (in the 1st comment) which is related and still open.