-
Notifications
You must be signed in to change notification settings - Fork 0
HOME
The EEF is a simple cross software GUI for the esptool to flash ESP8266 & ESP32 microcontroller from Espressif. The EEF itself is also implemented in python like the esptool and is using tkinter as GUI framework. Tkinter is a standard library of python, so if you want using the ESPEasyFlasher_2.0 you have only install the python package esptool with:
pip install –upgrade esptool
After the installation of the package you can start the ESPEasyFlasher in python with the following command:
python ESPEasyFlasher.py
or
python3 ESPEasyFlasher.py
If you have to use python or python3 depends on your python installation. With the command:
python --version
you can check the python version, ESPEasyFlasher required Python 3.
- EEF is a cross-platform software, because it is implemented as python script
- Customization without source code changes over ESPEasyFlasherConfig.json
- Using your own logo to share your ESP ideas
- easy configuration of esptool parameter by eef files
- Integrated Serial Monitor
- Reset via RTS pins
- EEF Releases contains executable binaries for different platforms as examples, created with pyinstaller. You can take this examples with you own ESP binaries, customizing it, and share it with your Customers/Followers.
It is very simple, what you need is an ESP8266 or ESP32. Download the zip file for you specific platform. Unzip the file an start the executable. For more details have a look to the wiki page Executable example The zip files contains 2 examples for an ESP8266 and the same 2 example for an ESP32
- Blinking LED on ESP board
- jQuery Web Interface to switch on/off the LED on the ESP board