-->
Page 2 of 2

Re: simple file over network to esp

PostPosted: Sat Sep 23, 2017 3:31 pm
by marcelstoer
Would none of the existing tools listed at https://frightanic.com/iot/tools-ides-nodemcu/ have done the job for you?

Re: simple file over network to esp

PostPosted: Mon Sep 25, 2017 1:48 pm
by JumpZero
Thanks Marcel

again you are the best ;)
I didn't know all these tools! Your list is very useful.
Actually I was looking for a simple tool able to do OTA file upload. I don't really need a full IDE with all the fancy stuff, but if it's coming with, okay why not.
Out of your list I found the following are able to transfer file over WiFi (no need serial cable connected)
luatool
NodeMCU WebIDE
ESP Sky
Stehlik IDE
ESPresso
For sure I must try them. luatool seems to be exactly what I need to replace my ugly (but working) script.
--
Jmp0

Re: simple file over network to esp

PostPosted: Mon Sep 25, 2017 2:07 pm
by marcelstoer
JumpZero wrote:luatool seems to be exactly what I need to replace my ugly (but working) script.


Could be, yes. Didn't realize for a long time that it's got an OTA mode. I added a note about this to the page and updated the link for NodeMCU WebIDE (stalled, continued in a fork).

Re: simple file over network to esp

PostPosted: Wed Oct 04, 2017 7:50 pm
by enaon
marcelstoer wrote:Would none of the existing tools listed at https://frightanic.com/iot/tools-ides-nodemcu/ have done the job for you?


thanks for the link, very nice.

I actually write the scripts in visual studio core, I have many esp doing different things in different locations, so for me there is a need for them to be able to auto update in order to keep them up to date.