Chat freely about anything...

User avatar
By Harold L.
#5124 Hi guys, I'm Harold, I have just made a WebIDE together with yet another firmware runs Lua for ESP 8266 programming. As you guys are making small things connected with WIFI, just like the nodes of a big network, I'd like to name my project NodeLua.

You can use any 8266 modules available to try. Only two steps: burn your 8266 module with the NodeLua firmware and create a project in the WebIDE.

There's no huge client side IDE runs on your PC, all the things are running in your browser, so you can develop on Linux, Mac OS X and MS Windows. After initial firmware burning, wires connection is no longer required. All the Lua codes and even serial outputs (still in progress) are running over the air.

screenshot-1.png


Every time you modify the codes, click "Save & Run" and wait few seconds, your Node will reboot automatically and run with the new codes. (currently you need to reset your Node manually, will be done in the next release;)

I have implemented the following modules currently: wifi, gpio, cloud, timer. Please see the API documents(http://nodelua.org/doc/api-references/timer/) for detail.

The project site is: http://nodelua.org/. Please feel free to ask any questions here.

Have fun with it!


EDIT:

NodeLua firmware is a open source project under Apache License. Here is the github page: https://github.com/haroldmars/nodelua

The name may seems little confusing with nodemcu. To clarify I'm not a member of the nodemcu team. Nodelua has separated history and API defining. The name is some kinds of coincidence. I registed nodelua.org on the early June, made a github page and planned to do this open source project, but when later Oct I heard about nodemcu. I was little worry about the confusing.

Anyway they're two totally different projects. The nodemcu guys were doing great project, and I'm offering a open source options ;)
Last edited by Harold L. on Fri Dec 19, 2014 1:37 pm, edited 1 time in total.
User avatar
By uhrheber
#5135 I could download it, but haven't tried it yet.
Looks promising, but is clearly a closed source project.
Looks to me that they want to sell their cloud services, that are integrated into the IDE.
There's nothing wrong with that, but probably nothing that I want to use.
I don't want to use cloud services, and I bet that the IDE phones home all the time, and
doesn't run without connection to their servers.
User avatar
By alonewolfx2
#5136
uhrheber wrote:I could download it, but haven't tried it yet.
Looks promising, but is clearly a closed source project.
Looks to me that they want to sell their cloud services, that are integrated into the IDE.
There's nothing wrong with that, but probably nothing that I want to use.
I don't want to use cloud services, and I bet that the IDE phones home all the time, and
doesn't run without connection to their servers.

Agreed