A GUI for ESP8266 flash tool esptool-ck with basic features, geared towards being a production flashing tool.
 
 
 
Go to file
Rodrigo Mendez a8ad8526f9 added build linux script 2022-09-19 17:19:04 -05:00
tools-linux/tool-esptool Fix invalid baudrates, change linux esptool binary to latest 64bit version 2022-09-19 17:10:00 -05:00
tools-osx/tool-esptool Added esptool for windows and linux 2016-08-22 09:29:04 -06:00
tools-windows/tool-esptool Added esptool for windows and linux 2016-08-22 09:29:04 -06:00
.gitignore Fix invalid baudrates, change linux esptool binary to latest 64bit version 2022-09-19 17:10:00 -05:00
.travis.yml Updating build for linux 2017-02-26 15:58:58 -06:00
LICENSE.txt Added README and LICENSE 2016-06-28 00:50:36 -05:00
README.md Spelling error 2017-05-23 22:41:47 -04:00
build-linux.sh added build linux script 2022-09-19 17:19:04 -05:00
esptool-gui-screenshot.png Updated README 2016-08-21 00:27:24 -05:00
esptool-gui.desktop Create esptool-gui.desktop 2017-02-26 01:26:58 +01:00
esptool-gui.pro Initial commit 2016-06-28 00:26:27 -05:00
esptool-gui.pro.user Updated README 2016-08-22 12:35:44 -05:00
esptool-gui.pro.user.19ca70e Updated README 2016-08-22 12:35:44 -05:00
esptool-gui.pro.user.d21aff1 Added esptool for windows and linux 2016-08-22 09:29:04 -06:00
main.cpp Initial commit 2016-06-28 00:26:27 -05:00
mainwindow.cpp Fix invalid baudrates, change linux esptool binary to latest 64bit version 2022-09-19 17:10:00 -05:00
mainwindow.h Initial commit 2016-06-28 00:26:27 -05:00
mainwindow.ui Initial commit 2016-06-28 00:26:27 -05:00

README.md

esptool-gui

A GUI for ESP8266 flash tool esptool-ck with basic features, geared towards being a production flashing tool.

esptool-gui screenshot

Installing

You can download prebuilt binaries from the releases section.

Building

Note: Currently using esptool-ck 0.4.8

OSX

  1. You should have Qt5 and QtCreator developer tools installed in your system (https://www.qt.io/developers/). tested with Qt 5.6.0 and Qt Creator 4.0.0.
  2. Clone this repo and open esptool-gui.pro with Qt Creator, build from there.
  3. For deploying the application, you should include the Qt libraries in the app bundle, you can use the mac deployment tool, more info here: http://doc.qt.io/qt-5/osx-deployment.html

Windows

  1. You should have Qt5 and QtCreator developer tools installed in your system (https://www.qt.io/developers/). tested with Qt 5.7.0 and Qt Creator 4.0.1.
  2. Clone this repo and open esptool-gui.pro with Qt Creator, build from there.
  3. Copy tool-esptool folder from tools-windows to the folder where the compiled exe is.
  4. For deploying the application, you should include the Qt libraries in te app folder: http://doc.qt.io/qt-5/windows-deployment.html

Linux and other systems

I haven't tested this in Linux, however building should be more or less straight forward. The only special build step that should change is the part where the esptool-ck binary is bundled, you should bundle the correct version for your operating system.