See this excellent overview of the ESP32
Devkit vs ESP32 module |
You need to use Python on your PC to program the ESP32. This assumes that you already have miniconda installed. For more instructions, see here for detailed instructions.
The #1 Programming language*
* as of March 2022, tiobe.com
install pymakr preview
code --install-extension Pycom.pymakr-preview
ctrl+shift+e
)
select “create project”. Select the same code folder as above and specify a project name (like “hello-world”). Select the option to create a subdirectory with the micropython folder.
Download from here
Installation Options
cd ~/Downloads
sudo dpkg -i code_1.7* #.... tab complete
sudo apt install -yf
Thanks to Wyatte for this helpful video