Environment Setup¶
To program and modify DeepDeck, you need to install VSCode, install the esp32 plugin, and download the repository.
Program install¶
- Install VSCode
- Install esp32 plugin. Install version 4.4 of IDF.
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¶
- Open VSCode
- Open the repository folder
- Build the project
When the build is successful, you should see this image - Connect the port
Notice!
If the port is not connected, you should see this image:
When it is working, it should look like this:
icon at the bottom, and you should see this:
Ready to Go¶
You can now modify the code and make it your own