filmov
tv
Arduino PlatformIO: Five Minute Zero to Hero - From Install to Compile to Flashing
![preview_player](https://i.ytimg.com/vi/sm6QxJkWcSc/maxresdefault.jpg)
Показать описание
Curious about PlatformIO and how to install and run it for Arduino development? Join Dave in his Shop as he first installs, builds and flashes with the Arduino IDE before he shows you how to add PlatformIO to the mix!
A good "Boards Manager" Url to use in Preferences is:
The Heltec ESP32 module used in the video is available at the following link:
Software Prerequisites: Install the following!
Even though we will not be actively using their IDE, the Arduino software must be installed on the machine even though we'll be using VS Code. Thus, we install the desktop IDE and then never use it. You may wish to launch it and install the ESP32 platform to make it useful for quick scratch projects, etc.
(2) Install Visual Studio Code from
Visual Studio Code will be our editor and IDE.
(3) Install the PlatformIO IDE
PlatformIO IDE is an "environment" for VSCode that includes the compilers, tools, and everything you need to compile, build, and run projects for many systems. The Arduino ESP32 is but one of those, so we must install the ESP32 platform within PlatformIO:
(4) Within PlatformIO/VSCode, install the Espressif ESP32 Platform for Arduino
A good "Boards Manager" Url to use in Preferences is:
The Heltec ESP32 module used in the video is available at the following link:
Software Prerequisites: Install the following!
Even though we will not be actively using their IDE, the Arduino software must be installed on the machine even though we'll be using VS Code. Thus, we install the desktop IDE and then never use it. You may wish to launch it and install the ESP32 platform to make it useful for quick scratch projects, etc.
(2) Install Visual Studio Code from
Visual Studio Code will be our editor and IDE.
(3) Install the PlatformIO IDE
PlatformIO IDE is an "environment" for VSCode that includes the compilers, tools, and everything you need to compile, build, and run projects for many systems. The Arduino ESP32 is but one of those, so we must install the ESP32 platform within PlatformIO:
(4) Within PlatformIO/VSCode, install the Espressif ESP32 Platform for Arduino
Комментарии