Skip to main content



      Home
Home » Archived » Lua Development Tools » Possible to install NodeMCU in LDT(Need assistance in installing NodeMCU in LDT)
Possible to install NodeMCU in LDT [message #1692421] Wed, 15 April 2015 10:41 Go to next message
Eclipse UserFriend
First, love the Lua Development Tool IDE. Well thought out and very easy to use for a newbie to Lua. Kudos!

Is it possible to include NodeMCU (needed for ESP8266 wireless device programming) as a plugin/library?

If anyone has successfully accomplished this I would greatly appreciate some step by step assistance for a Windows OS (assume I know 0.000% about each step, not kidding) .

If this is not feasible, I can use other IDEs but I really have enjoyed using the LDT.

Thanks in advance!

[Updated on: Wed, 15 April 2015 13:26] by Moderator

Re: Possible to install NodeMCU in LDT [message #1692438 is a reply to message #1692421] Wed, 15 April 2015 13:24 Go to previous messageGo to next message
Eclipse UserFriend
There is a forum dedicated to Lua tools; you can find it from the Forums home page, under the category Eclipse Projects. Here's the direct link for future reference: https://www.eclipse.org/forums/index.php/f/221/
I'll move this message there for you.
Re: Possible to install NodeMCU in LDT [message #1692445 is a reply to message #1692438] Wed, 15 April 2015 13:42 Go to previous messageGo to next message
Eclipse UserFriend
Thank you Eric for moving this to the proper location. Hopefully someone knows if this is possible or not.
Re: Possible to install NodeMCU in LDT [message #1692904 is a reply to message #1692445] Mon, 20 April 2015 09:52 Go to previous messageGo to next message
Eclipse UserFriend
Hi Mike,
I don't know so much about NodeMCU, but I see it was based on eLua and does not rely on luasocket, this means that it will be difficult to reuse debugger and launch configuration out of the box.
In theory this should be possible to implement your own transport layer based on the TCP/IP lib embedded with NodeMCU.
But this will not be so easy ^^.
(see transport parameters : https://wiki.eclipse.org/LDT/User_Area/User_Guide#transport_parameter)
(see interface to implement : http://git.eclipse.org/c/ldt/org.eclipse.ldt.git/tree/libraries/luadbgpclient/debugger/transport/fake.lua)

For user-assistance (conten-assist ...), if you want more than just Lua 5.1 assist, you need to create the corresponding execution environment. (Ideally this should be NodeMCU which should provide the execution environment, maybe you could ask them Wink)
(see https://wiki.eclipse.org/LDT/User_Area/Execution_Environment_file_format)

Simon


[Updated on: Mon, 20 April 2015 09:53] by Moderator

Re: Possible to install NodeMCU in LDT [message #1732893 is a reply to message #1692421] Sun, 22 May 2016 06:13 Go to previous message
Eclipse UserFriend
Hi,
I had the same question and looked for a solution, but didn't find one.
So I decided to start a project for NodeMCU Integration into LDT as an new Execution Environment.
My project adds support for autocompletion only - no debugging!
As NodeMCU is open source and the documentation at http://nodemcu.readthedocs.io is really good, it's possible to create a NodeMCU Execution Environment.

So the answer to the question is: Yes you can add NodeMCU to LDT / Eclipse.
Please check out my repository at https://github.com/prikril/ldt-nodemcu
Check the readme.md to see which NodeMCU modules are integrated.
@Mike Wurlitzer You will also find a installation guide there.

If you want, you can help by opening issues and sending pull requests.

Hope you like my project Smile
Dominik

[Updated on: Thu, 26 May 2016 07:05] by Moderator

Previous Topic:mongo_module.so: undefined symbol: lua_checkstack
Next Topic:for id, element in pairs( table ) do -- How to use luadoc?
Goto Forum:
  


Current Time: Fri Mar 21 00:29:23 EDT 2025

Powered by FUDForum. Page generated in 0.04248 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top