Chat about current Lua tools and IDEs

User avatar
By Rohit Gujarathi
#57279 NexIDE v0.8-BETA
An IDE based on Electron for the Internet of Things. http://thenexio.com

An IDE for programming in NodeMCU and Arduino

NexIDE is an IDE in which you can program in NodeMCU or Arduino core for ESP. You can upload the code to your NexBrd or any other ESP12 based boards.
Github: https://github.com/rgujju/NexIDE/
Website: http://thenexio.com/nexide

Image

Features
    Combined NodeMCU and Arduino programming
    Inbuilt Firmware building capability
    Inbuilt Serial Terminal
    Upload files to Board (OTA coming soon)
    Upload custom firmware directly from the IDE

Requirements
Installing of these components in mandatory

    Electron
    unrar
    GNU autoconf, automake, libtool
    GNU gcc, g++, make
    GNU flex, bison, gawk, sed
    python, python-serial, libexpat-dev
    srecord

Build instructions:
You need follow these instructions exactly:

Code: Select allgit clone --recursive https://github.com/pfalcon/esp-open-sdk.git /opt/esp-open-sdk
cd /opt/esp-open-sdk
make STANDALONE=y


Add "/opt/esp-open-sdk/xtensa-lx106-elf/bin:" to your "/etc/environment" file. ADD your User to the dialout group to get access to the USB from the IDE.

You can download from NexIDE

Currently only supports linux 64bit
License
GPLv3.0 © thenexio.com

Credits
NodeMCU
Arduino Core
NodeMCU-tool
ACE