ESP32 arduino and esp-idf installation (esp-32 / esp3212)
https://www.youtube.com/watch?v=rP9p0MzxSos
Install Arduino and ESP32 Arduino core:
see https://www.arduino.cc
Download https://www.youtube.com/watch?v=rP9p0MzxSos
mkdir arduino
cd arduino
cp ~/Downloads/arduino-1.6.12-linux64.tar.xz .
tar xJf arduino-1.6.12-linux64.tar.xz
cd arduino-1.6.12/
./install.sh
see:
# Arduino core for the ESP32, ESP32-S2, ESP32-S3 and ESP32-C3
 [](https://docs.espressif.com/projects/arduino-esp32/en/latest/?badge=latest)
### Need help or have a question? Join the chat at [](https://gitter.im/espressif/arduino-esp32?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) or [open a new Discussion](https://github.com/espressif/arduino-esp32/discussions)
## Contents
- [Development Status](#development-status)
- [Development Planning](#development-planning)
- [Documentation](#documentation)
- [Supported Chips](#supported-chips)
- [Decoding exceptions](#decoding-exceptions)
- [Issue/Bug report template](#issuebug-report-template)
- [Contributing](#contributing)
### Development Status
Latest Stable Release [](https://github.com/espressif/arduino-esp32/releases/latest/) [](https://github.com/espressif/arduino-esp32/releases/latest/) [](https://github.com/espressif/arduino-esp32/releases/latest/)
This file has been truncated. show original
https://github.com/espressif
https://github.com/espressif/arduino-esp32
cd hardware
mkdir espressif
cd espressif
git clone https://github.com/espressif/arduino-esp32 esp32
cd esp32/tools
python get.py
sudo apt-get install git wget make libncurses-dev flex bison gperf python python-serial
download https://www.youtube.com/watch?v=rP9p0MzxSos
mkdir -p ~/esp
cd ~/esp
tar -xzf ~/Downloads/xtensa-esp32-elf-linux64-1.22.0-59.tar.gz
export PATH=$PATH:$HOME/esp/xtensa-esp32-elf/bin
git clone --recursive https://github.com/espressif/esp-idf.git
cd ~/esp/esp-idf
git submodule update --init
cd ~/esp
git clone https://github.com/espressif/esp-idf-... myapp
cd ~/esp/myapp
export IDF_PATH=~/esp/esp-idf
make menuconfig
make
Espressif IoT Development Framework
https://github.com/espressif/esp-idf/releases
#Esp-idf Release 0.9
WiFi and BT
WiFi DTIM sleep is not supported yet
WiFi throughput is not optimized yet
WiFi WPA2-Enterprise and WPS are not supported yet
WiFi and BT stacks do not coexist yet
BT/BLE host stack is not supported yet