Choose from some of ESP's pre-built, out-of-the-box examples to flash and play






Choose your own built firmware image from the local storage to flash and use.

Flash Address Selected File  

Change the Baudrate to set the serial communication speed:

ESP Launchpad is a web based tool, available for flashing firmware application to the ESP32 device connected via USB serial port.

There are two modes available for using this tool:

  • Quick Start : 4 Easy Steps - Plug, Connect, Choose Built-In Firmware Image, Flash!
  • DIY : For Advanced Users, use your own pre-built Firmware Image from local storage and Flash!
You can even build and Publish your own Apps for ESP32 using ESP Launchpad.

Quick Start

ESP currently provides a few built in, ready to use examples that can be flashed on the ESP32 devices. You can choose one of the built in firmware application for either RainMaker or Matter, and as per the chipset type. Just plug in your ESP32 device to the serial USB port. Use connect option in the menu to connect to your ESP32 device. Choose the firmware from the built-in firmware example set. Click Flash!

The firmware will be flashed on to your connected device. You can watch the progress of the firmware flashing in the console window.

This easy, 4 step process will flash the firmware on to the connected device and bring it into play as you want it to be.

Try Now !

DIY

You can build your own firmware binaries using the ESP IDF tools. These firmware images can then be flashed from your local machine to the connected device. Just connect your ESP32 device to the serial USB port. Using the web based tool, connect to your device. You can then select the firmware application from the local storage of the machine. Choose the memory address where to flash the firmware. Firmware can be a single file or a set of multiple files to be flashed at particular memory addresses.

Click Flash!

The firmware will be flashed on to your connected device. You can watch the progress of the firmware flashing in the console window.

Try Now !

Publish your own firmware apps

ESP Launchpad also lets you easily publish your firmware apps for others to try.

The ESP Launchpad Quick Start page would be rendered by referring to a TOML configuration file, where you can configure where to pick all the component images of your firmware, and the supported hardware. You could also link to any support phone apps to work along with this firmware. A sample TOML config file can be viewed here

Rest of the flashing procedure is same easy 4 step process as the Quick Start one above.

Once ready, you can use the following image and add following html code on your website for supporting ESPaunchpad with your configuration. Edit the query parameter in the href, replacing URL_TO_YOUR_CONFIG_TOML value where your TOML config file is hosted.

Try it with ESP Launchpad