Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 days ago
JSON representation

Flash Espressif chips on your web browser!

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