-->
Page 2 of 8

Re: ESPresso - NodeMCU file upload and management over WiFi

PostPosted: Sun Nov 13, 2016 10:01 am
by jankop
Hi Lukas,
you got any new version of the program espresso, please? When I upload software, often lose CR, LF from line end, and the application crashes.
Espresso would be wonderful, but so far I have quite a problems.

Re: ESPresso - NodeMCU file upload and management over WiFi

PostPosted: Tue Nov 15, 2016 10:47 am
by mrluck
Hi Pavel,

you got any new version of the program espresso, please? When I upload software, often lose CR, LF from line end, and the application crashes.
Espresso would be wonderful, but so far I have quite a problems.


Work on a new version of ESPresso is in progress. Should be released in two weeks.
Two possible explanation of your problem come to my mind:
1) LuaSrcDiet.exe that is included in ESPresso distribution is not too robust. It often messes files up. If you 'diet' your files that might be a reason. New ESPresso version will include up to date release of LuaSrcDiet which works way better.
2) ESPresso uses ASCII file transfer method. It's fast but it doesn't care about the end of lines. I observed that NodeMCU stores single LF - even when sent CR+LF via file.write(). New version of ESPresso will include binary transfer method which should overcame this limitation.

So please be patient - I hope that new version will solve your problem.

Best regards,

Lucas

Re: ESPresso - NodeMCU file upload and management over WiFi

PostPosted: Tue Nov 15, 2016 12:30 pm
by jankop
It will be great. I integrated ESPreso into my application for Sonoff relay. Thank you and I look forward to.

Re: ESPresso - NodeMCU file upload and management over WiFi

PostPosted: Fri Dec 09, 2016 10:55 am
by mrluck
New version of ESPresso (v.0.2.0.0) for Windows 32 & 64 is out. Please look into the first post in this thread for details and download links.