Skip to content

vscode setup

Nicolas Velasquez edited this page Aug 1, 2022 · 2 revisions

Home

Environment Setup

To program and modify DeepDeck, you need to install VSCode, install the esp32 plugin, and download the repository.

Program install

Clone Repository

Copy or clone the main branch of the repository. This branch contains the latest versions. For different versions, check the different tags, or use the develop branch.

Program DeepDeck

  1. Open VSCode
  2. Open the repository holder

  1. Build the project

When the build is successful, you should see this image:

  1. Connect the port

If the port is not connected, you should see this image:

If this happens and you have the DeepDeck connected, try connecting the USB C port the other way around. (Yes, USB C should not have a direction, we are working to solve this 🤡

When is working, it should look like this:

Then select the project

  1. Build, Flash, and monitor. Run the 🔥 icon at the bottom, and you should see this:

Ready to Go

You can now modify the code and make it your own 😃