An app for beginner user to flash firmware and image on esp devices without installing an ide and some complicated software.
Report Bug
·
Request Feature
Table of Contents
There are many methods to upload firmware to esp devices, but every developer has at least once encountered a frustrated user who tried to use their program and failed it. Why ? The response is very simple, because user has not installed all necessary libraries or he has installed bad version of libraries or he has not configured his IDE correctly. And for this user, the fault lies to the developer.
This case is all the more present when the project is destined to be distributed in an open source way.
So this is goals of this project to solve this problem:
- End user not need to install anything instead of this software
- End user only needs minimal and simple configuration
- Developers build a bin file (bin file that works) and send it to user
- End user upload his bin file and it works, nothing else
This app required Rust and Yarn installation. Keep in mind that this section is only needed for developing purpose. If you are simple user, you not required to do any of this, instead go to download section.
- Clone the repo
git clone https://github.com/MathieuAndrade/Esp-flasher.git esp-flasher
- Go into the repository
cd esp-flasher
- Install NPM packages
yarn install
- Run the app
yarn tauri dev
You can download the latest installable version of Esp-Flasher for Windows, macOS and Linux.
- Allow Arduino boards
- Allow developers to create a configuration file imported by users
- Multi-language Support
- Make a portable version for Windows platform (check this issue)
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Mathieu Andrade - @MathieuAndrade - [email protected]
Project Link: https://github.com/MathieuAndrade/Esp-flasher