Skip to content

pioarduino/platform-espressif32

This branch is 332 commits ahead of, 50 commits behind platformio/platform-espressif32:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6cf33bf · May 1, 2025
Apr 2, 2025
Mar 24, 2025
Feb 28, 2025
Apr 26, 2025
Apr 18, 2024
Jul 17, 2024
Aug 29, 2024
Oct 21, 2016
Mar 28, 2025
Aug 29, 2024
May 1, 2025
Feb 13, 2025

Repository files navigation

pioarduino (p)eople (i)nitiated (o)ptimized (arduino)

Build Status Discord GitHub Releases

ESP32 is a series of low-cost, low-power system on a chip microcontrollers with integrated Wi-Fi and Bluetooth. ESP32 integrates an antenna switch, RF balun, power amplifier, low-noise receive amplifier, filters, and power management modules.

  • Issues with boards (wrong / missing). All issues caused from boards will not be fixed from the maintainer(s). A PR needs to be provided against branch develop to solve.
  • No support for the Arduino Nora Nano board, issues needs to be solved by the community

IDE Preparation

Usage

  1. Setup new VSCode pioarduino project.
  2. Configure a platform option in platformio.ini file:

Stable Arduino

currently espressif Arduino 3.2.0 and IDF 5.4.1

[env:stable]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
board = ...
...

Development Arduino

espressif Arduino repo branch master and latest compiled Arduino libs

[env:development]
platform = https://github.com/pioarduino/platform-espressif32.git#develop
board = ...
...

ESP32-solo1 and ESP32-C2 Arduino support (with pioarduino only feature: Hybrid compile)

Example configuration:

[env:esp32solo1]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
framework = arduino
board = esp32-solo1
monitor_speed = 115200

[env:esp32-c2-devkitm-1]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
framework = arduino
board = esp32-c2-devkitm-1
monitor_speed = 115200

Looking for sponsor button? There is none. If you want to donate, please spend a litte to a charity organization.