Skip to content

darkxst/platform-espressif32

This branch is 102 commits ahead of, 170 commits behind pioarduino/platform-espressif32:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

abf59d7 · Nov 30, 2024
Oct 19, 2024
Nov 26, 2024
Nov 15, 2024
Oct 19, 2024
Apr 18, 2024
Jul 17, 2024
Aug 29, 2024
Oct 21, 2016
Nov 30, 2024
Aug 29, 2024
Jul 23, 2024
Nov 19, 2024
Nov 6, 2024

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 to solve.

IDE Preparation

Usage

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

Stable version

currently espressif Arduino 3.0.7 and IDF 5.1.4+

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

Development version

espressif Arduino repo branch master and latest compiled Arduino libs

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

About

Espressif 32: pioarduino community platform compatible with PlatformIO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%