wifi-tally_Oostendam/ESPlorer
Eljakim Herrewijnen 50b5fc1824 Initial commit
2021-09-27 21:52:27 +02:00
..
.github Initial commit 2021-09-27 21:52:27 +02:00
script Initial commit 2021-09-27 21:52:27 +02:00
src/main Initial commit 2021-09-27 21:52:27 +02:00
.gitignore Initial commit 2021-09-27 21:52:27 +02:00
LICENSE.md Initial commit 2021-09-27 21:52:27 +02:00
mvnw Initial commit 2021-09-27 21:52:27 +02:00
mvnw.cmd Initial commit 2021-09-27 21:52:27 +02:00
pom.xml Initial commit 2021-09-27 21:52:27 +02:00
README.md Initial commit 2021-09-27 21:52:27 +02:00
RunMe.sh Initial commit 2021-09-27 21:52:27 +02:00

ESPlorer

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 authors, 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