Cavli Wireless P32 Series Evaluation Kit Hardware Manual
11
STEP 7:
Start the Arduino IDE and navigate to Tools -> Boards and select
ESP32Dev board.
STEP 8:
Go back to Arduino IDE and under
Tools -> Port select
the Port to which your
ESP is connected to.
STEP 9:
Let’s upload the Blink Program, to check if we are able to program our ESP32
module. This program should blink the LED at an interval of 1 second.
STEP 10:
To upload the code, just click on upload and you should see the Arduino
console displaying the following if everything works as expected.
Flash Configuration:
Setting Up ESP-IDF Platform(Ubuntu)
STEP 1:
Installing Toolchain: Open Terminal and run the following command
sudo apt
-
get install git wget libncurses
-
dev flex bison gperf python python
-
pip python
-
setuptools python
-
serial python
-
click python
-
cryptography python
-
future python
-
pyparsing
python
-
pyelftools cmake ninja
-
build ccache
Step2:
With some Linux distributions you may get
the Failed to open port /dev/ttyUSB0 error message when flashing the ESP32. This can
be solved by running following two commands