-->
Page 1 of 20

LuaLoader Windows App for ESP8266

PostPosted: Sun Nov 30, 2014 9:46 pm
by GeoNomad
I have been futzing around with a little Windows application to upload files and have some quick buttons for functions like dofile(), etc.

Image

It's available for download on my site for early adopter types who don't mind a few (make that a lot) of bugs.

But, it is already pretty useful (to me) and I will add features as I need them or as requested by others.

The [cat] function eats heap memory like crazy, so it is best to restart after using it. Fortunately, that is as easy as one click.

The file.list is handy as it populates the dofile, remove, and cat buttons with the file list from the chip.

Good luck!

Re: LuaLoader Windows App

PostPosted: Sun Nov 30, 2014 11:07 pm
by scabskunk
Very cool looking. I just downloaded it and was unable to talk to my board.
First and simply how do you open a session?
And are there any issues with high comports? Mine is currently on COM17 (any answers for this can be posted in Finding serial ports on PC for LuaLoader thread) viewtopic.php?f=22&t=698
New to the ESP8266 and i hope this tool will help me alot.

Re: LuaLoader Windows App

PostPosted: Mon Dec 01, 2014 2:29 am
by yes8s
Thanks for sharing.

This looks quite promising and I would love to be able use something like this but it's not working very well for me. The first couple of times I tried to send a node.heap() command it worked ok but then something happened and now all data comes across as shown below.

Untitled.jpg

Re: LuaLoader Windows App

PostPosted: Mon Dec 01, 2014 11:15 am
by picstart1
Worked like a charm.
Thank you
NodeMcu and the lua interface IMHO is the most elegant interface for the esp8266