-->
Page 1 of 2

Remote LUA uploader console workaround

PostPosted: Mon Feb 02, 2015 3:03 am
by omar
There are great tools for LUA scripting such as ESPlorer and LUA Uploader (thanks!), but still requires serial port access to program the ESP8266 NodeMCU. Really wish that these tools will support serial over TCP very soon, but here is the temporary workaround to remotely program the ESP8266 in LUA console over the network. This is accomplished by using "telnet.lua" code and serial emulation over TCP (such as Etherlogic virtual serial port emulator). Attached is the detail on how it is accomplished. Have fun remote LUA scripting on the ESP!

Re: Remote LUA uploader console workaround

PostPosted: Tue Mar 03, 2015 9:23 pm
by mikewen
Or you can use the Web IDE I wrote:

https://github.com/NodeUSB/nodemcu-ide

Re: Remote LUA uploader console workaround

PostPosted: Sun May 10, 2015 9:47 pm
by raz123
Have you found a way to upload binary files (eg: photos) with this method or a similar one?

I've tried everything under the sun to upload binary files to an ESP running a telnet server without success.

Re: Remote LUA uploader console workaround

PostPosted: Fri Mar 11, 2016 6:18 pm
by Donquixote2u
This concept (remote wifi pprogramming) seems the ultimate, so I can't understand why this thread is idle! That web ide sounds good, but the lack of documentation and user feedback put me off a bit, plus it seems to refer to a dev board that doesn't exist yet.

I'm trying to implement Omar's idea (Esplorer redirected via telnet) in a linux environment using socat instead of the suggested windows redirector; I've got the chip sorta talking to the IDE, but the comms is getting corrupted somehow.

Has anyone else done this in a linux environment?