ReePrime
ESP32 #3: Arduino tutorial - getting to blinky (step by step)

Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.

ESP32 #3: Arduino tutorial - getting to blinky (step by step)

N
Nocutali

4 Views • Mar 25, 2018

Description

Install #Arduino and #ESP32 Arduino core:\r
see \r
\r
For Linux I downloaded \r
mkdir arduino\r
cd arduino\r
cp ~/Downloads/arduino-1.6.12-linux64.tar.xz .\r
tar xJf arduino-1.6.12-linux64.tar.xz \r
cd arduino-1.6.12/\r
./install.sh \r
\r
see \r
\r
\r
\r
\r
cd hardware\r
mkdir espressif\r
cd espressif\r
git clone esp32\r
\r
cd esp32/tools\r
python get.py