-->
Page 11 of 53

Re: NodeMcu - A lua based firmware for esp8266

PostPosted: Fri Nov 14, 2014 7:39 am
by zeroday
cendev wrote:posted a small python script that can upload code via command line for linux like

python upload.py filenameonesp filenameonpc ip 8888

now coding a c# project, can list files, can read files and can upload files :) also can send commands :)

planning to add an interrupt for gpio0 to start the server, so when you push the button you get into scriptloader mode :) after download, will restart and close the server used for uploading :)

mostly done :)

but no experiance on mac


Great job!
look forward to it.

Re: NodeMcu - A lua based firmware for esp8266

PostPosted: Fri Nov 14, 2014 11:02 am
by Necromant
Wow, looks like you were way faster than me to put lua into esp8266. Any plans to release sources?
I'm now working on frankenstein frimware, and lua was right in my TODO list after getting mysqlclient working and I hate the duplication of effort.

Re: NodeMcu - A lua based firmware for esp8266

PostPosted: Fri Nov 14, 2014 12:56 pm
by Squonk
Necromant wrote:Wow, looks like you were way faster than me to put lua into esp8266. Any plans to release sources?
I'm now working on frankenstein frimware, and lua was right in my TODO list after getting mysqlclient working and I hate the duplication of effort.

Yeah but unfortunately, it will not happen "for now", so I guess someone will have to duplicate the effort :|

Re: NodeMcu - A lua based firmware for esp8266

PostPosted: Fri Nov 14, 2014 1:08 pm
by Lars R.
Squonk wrote:
Necromant wrote:Wow, looks like you were way faster than me to put lua into esp8266. Any plans to release sources?
I'm now working on frankenstein frimware, and lua was right in my TODO list after getting mysqlclient working and I hate the duplication of effort.

Yeah but unfortunately, it will not happen "for now", so I guess someone will have to duplicate the effort :|


Or, before doing same work twice, some port of micropython (?)