Espressif 32: development platform for PlatformIO
This is a fork of to use a newer version of Espressif's IoT Development Framework 5.1x (IDF) with Adruiono-Framework 3.x in PlatformIO. Only the newer IDF Versions supports newer ESP32 chips see source.
This Repsitory fills the current gap, until there is an offical Version.
The new IDF-Versions are not supported yet (state 2024/06), as it waits for the official Relaease for Arduiono Release.
But you need the newer IDF, when want to work with the newer ESP32-Chips, see following list.
| Chip vs IDF | v4.4, PIO |
v5.1 |
v5.3 |
|---|---|---|---|
| ESP32 | |||
| ESP32-S2 | |||
| ESP32-C3 | |||
| ESP32-S3 | |||
| ESP32-C2 | |||
| ESP32-C6 | |||
| ESP32-H2 | |||
| ESP32-P4 | |||
| ESP32-C5 |
- Install PlatformIO
- Create PlatformIO project and configure a platform option in platformio.ini file
[env]
platform = https://github.com/twischi/platform-espressif32.git
board = ...
...Help for the platform-option see: documentation