Chat about current Lua tools and IDEs

User avatar
By kovi44
#57023 Let me introduce my project, which allow to do remote OTA update of the lua scripts running on ESP. It consist of two parts - client which is written in lua and running on ESP and server part (PHP+Mysql).
The client is optimised regarding memory usage to allocate maximum available memory for your scripts.
I got already deployed a lot of ESPs, due to modifications of my home automation system, I need to update them periodically. In that case it was necessary to connect them via USB and upload a new scripts. Now all my ESPs I'm able to manage remotely using one common management. Easily to force update of script, edit scripts and many others functionalities.

For more details please check my https://github.com/kovi44/NODEMCU-LUA-OTA-ESP8266
Instructions are available via http://www.instructables.com/id/ESP8266-OTA-LUA-With-WEB-UI-MANAGEMENT-Nodemcu-Fir/

Image