Skip to content
forked from 4refr0nt/ESPlorer

Corrected scrollbar ready filelist version of Integrated Development Environment (IDE) for ESP8266 developers

License

Notifications You must be signed in to change notification settings

fr-fhe/ESPlorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESPlorer - Modified by NigBvean for nodeMCU use

This version is a quick'n'dirty branch to display scrollbar on nodemcu SPIFFS file list. (in fact, scrollPane must be parent of nodemcuPanel)

Moreover, gui was almost modified for better ratio between panels.

This is really quick'n'dirty because gui code is dirty at base, and need to be heavily reworked (layouts, panels organisation, ...).

This work is enough for my usage.

NOTE : JAR file can be directly downloaded from target/ESPlorer.jar

Build Actions Status Join the chat at https://gitter.im/4refr0nt/ESPlorer

Integrated Development Environment (IDE) for ESP8266 developers

Package Description

The essential multiplatforms tools for any ESP8266 developer from luatool author’s, including a LUA for NodeMCU and MicroPython. Also, all AT commands are supported.

Requires Java 8 or above. Download the latest and greatest one from Oracle website.

Supported platforms

  • Windows(x86, x86-64)
  • Linux(x86, x86-64, ARM soft & hard float)
  • Solaris(x86, x86-64)
  • Mac OS X(x86, x86-64, PPC, PPC64)

Detailed features list

  • Syntax highlighting LUA and Python code
  • Code editor color themes: default, dark, Eclipse, IDEA, Visual Studio
  • Undo/Redo editors features
  • Code Autocomplete (Ctrl+Space)
  • Smart send data to ESP8266 (without dumb send with fixed line delay), check correct answer from ESP8266 after every line.
  • Code snippets
  • Detailed logging
  • and more, more more…

Discuss

Home Page

http://esp8266.ru/ESPlorer/

Latest binaries download

Check out Releases

Build from sources

Windows

mvnw.cmd clean package

Linux / Mac OS

./mvnw clean package

The build creates all-in-one executable ESPlorer.jar in the target folder. Then run the app:

java -jar target/ESPlorer.jar

About

Corrected scrollbar ready filelist version of Integrated Development Environment (IDE) for ESP8266 developers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.5%
  • Other 0.5%