Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ESPToolNew to Visual Studio Code? Get it now.

ESPTool

DavesCodeMusings

|
1,738 installs
| (0) | Free
Command palette access to esptool for managing ESP microcontrollers
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ESPTool

Command palette access to esptool for managing ESP microcontrollers.

Features

The goal of this extension is giving easy access to some of esptool's functionality from within VS Code.

Most notably, it makes common tasks like erasing and flashing firmware a point and click operation rather than an exercise in remembering and typing command-line options.

You can also query the system on chip and flash ram characteristics.

Requirements

The host running this extension must have Python 3 installed as well as the esptool module.

You can get Python from: https://www.python.org/downloads/

The esptool module can be installed with pip, like this: py -m pip install esptool

1.1.0 Release Notes

Added a device selection prompt for when multiple devices are attached.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft