Integrated Development Environment (IDE) for ESP8266 developers
1,246
stars
107
commits
Java
primary language
Jul 2, 2024
updated
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.
Check out Releases
mvnw.cmd clean package
./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
Java
99.5%
Integrated Development Environment (IDE) for ESP8266 developers
1,246
stars
107
commits
Java
primary language
Jul 2, 2024
updated
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.
Check out Releases
mvnw.cmd clean package
./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
Java
99.5%