User Tools

Site Tools


esp32_w_esp-idf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
esp32_w_esp-idf [2025/03/28 20:12] – created brunoesp32_w_esp-idf [2025/09/14 13:37] (current) bruno
Line 1: Line 1:
-<code bash>+{{:20250914_152619.jpg?600|}}<code bash>
 sudo apt-get install git wget flex bison gperf python3 python3-pip python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0 sudo apt-get install git wget flex bison gperf python3 python3-pip python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0
 mkdir -p ~/esp mkdir -p ~/esp
Line 10: Line 10:
 cp -r $IDF_PATH/examples/get-started/hello_world/ . cp -r $IDF_PATH/examples/get-started/hello_world/ .
 cd hello_world/ cd hello_world/
-idf.py set-target esp32s2+idf.py set-target esp32
 # idf.py menuconfig # Component config  ---> ESP System Settings  ---> Channel for console output (Default: UART0)  ---> (X) USB CDC save quit # idf.py menuconfig # Component config  ---> ESP System Settings  ---> Channel for console output (Default: UART0)  ---> (X) USB CDC save quit
 idf.py build idf.py build
-idf.py -p /dev/ttyUSB0 flash monitor+idf.py -p /dev/ttyUSB0 flash monitor # ctrl-] to quit
 </code> </code>
esp32_w_esp-idf.1743192765.txt.gz · Last modified: 2025/03/28 20:12 by bruno