User friendly tools to manage ESP8266 and ESP32 devices in the browser
Flash your ESP devices with new firmware directly from the browser, no additional software required.
Connect your device to Wi-Fi networks using the Improv Wi-Fi protocol support.
View device logs and send terminal commands to debug and configure your device.
Connect your ESP device to your computer and click the button below:
ESP Web Tools uses the Web Serial API to communicate with your device directly through your browser. The tool:
Add ESP Web Tools to your own website:
<script type="module"
src="https://unpkg.com/esp-web-tools@10/dist/web/install-button.js?module">
</script>
<esp-web-install-button
manifest="manifest.json">
</esp-web-install-button>