Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xingrz/web-esptool
Flash Espressif chips on your web browser!
https://github.com/xingrz/web-esptool
esp32 esp32c2 esp32c3 esp32c6 esp32s2 esp32s3 esp8266 esp8285 esp8684 esp8685 espressif esptool
Last synced: 2 months ago
JSON representation
Flash Espressif chips on your web browser!
- Host: GitHub
- URL: https://github.com/xingrz/web-esptool
- Owner: xingrz
- License: gpl-3.0
- Created: 2021-03-06T19:22:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-26T03:31:40.000Z (over 1 year ago)
- Last Synced: 2024-09-29T18:41:51.556Z (3 months ago)
- Topics: esp32, esp32c2, esp32c3, esp32c6, esp32s2, esp32s3, esp8266, esp8285, esp8684, esp8685, espressif, esptool
- Language: TypeScript
- Homepage: https://esp.xingrz.me/
- Size: 1.79 MB
- Stars: 97
- Watchers: 4
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Web ESPTool](https://esp.xingrz.me) [![Auto deploy](https://github.com/xingrz/web-esptool/actions/workflows/deploy.yml/badge.svg)](https://github.com/xingrz/web-esptool/actions/workflows/deploy.yml)
==========[![license][license-img]][license-url] [![issues][issues-img]][issues-url] [![commits][commits-img]][commits-url]
Flash Espressif chips on your web browser!
## Development
```sh
npm install
npm run serve
```## Features / TODOs
- [x] Auto reset
- [x] Stub loader
- [x] Compression
- [x] [UF2](https://github.com/microsoft/uf2) image format
- [ ] Encryption
- [x] ESP8266 / ESP8285
- [x] ESP32
- [x] ESP32-S2
- [x] ESP32-C3 / ESP8685
- [x] ESP32-S3
- [x] ESP32-C2 / ESP8684
- [x] ESP32-C6## Links
* [esptool.py](https://github.com/espressif/esptool)
* [Espressif Serial Protocol](https://github.com/espressif/esptool/wiki/Serial-Protocol)
* [Web Serial API](https://wicg.github.io/serial/)
* [Ant Design Vue](https://antdv.com/)## License
This project are open-sourced under [GNU v3](LICENSE).
[license-img]: https://img.shields.io/github/license/xingrz/web-esptool?style=flat-square
[license-url]: LICENSE
[issues-img]: https://img.shields.io/github/issues/xingrz/web-esptool?style=flat-square
[issues-url]: https://github.com/xingrz/web-esptool/issues
[commits-img]: https://img.shields.io/github/last-commit/xingrz/web-esptool?style=flat-square
[commits-url]: https://github.com/xingrz/web-esptool/commits/master