Thumbnail for video 'Programming ESP32 with Arduino - Why Use PlatformIO Instead of Arduino IDE'

← Back to courses

Why Use PlatformIO Instead of Arduino IDE

When you're writing Arduino code for your ESP32, you're likely use the Arduino IDE. And while it is a great tool for beginning users, it lacks some more advanced features that are really nice to have.

PlatformIO is an alternative to the Arduino IDE that includes additional features such as:

One important thing to note: PlatformIO is not an IDE! Instead, it's a plugin that you have to install in your IDE of choice. They support Visual Studio Code, Atom, Cloud9, Eclipse, Emacs, NetBeans, Sublime Text, and they even support Vim!