Files
platform-espressif32/README.md
T

60 lines
2.3 KiB
Markdown
Raw Normal View History

2024-07-18 13:09:39 +02:00
# pioarduino (p)eople (i)nitiated (o)ptimized (arduino)
[![Build Status](https://github.com/pioarduino/platform-espressif32/workflows/Examples/badge.svg)](https://github.com/pioarduino/platform-espressif32/actions)
2024-07-27 20:54:41 +02:00
[![Discord](https://img.shields.io/discord/1263397951829708871.svg?logo=discord&logoColor=white&color=5865F2&label=Discord)](https://discord.gg/Nutz9crnZr)
2024-07-19 13:37:40 +02:00
[![GitHub Releases](https://img.shields.io/github/downloads/pioarduino/platform-espressif32/total?label=downloads)](https://github.com/pioarduino/platform-espressif32/releases/latest)
2016-10-22 02:20:57 +03:00
2023-01-23 12:28:43 +02:00
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.
2016-10-22 02:20:57 +03:00
2025-01-10 16:00:49 +01:00
* 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.
2016-10-22 02:20:57 +03:00
## IDE Preparation
2024-12-16 21:25:16 +01:00
- [Download and install official Microsoft Visual Studio Code](https://code.visualstudio.com/). pioarduino IDE is built on top of it.
- Open the extension manager.
2024-12-16 21:25:16 +01:00
- Search for the `pioarduino ide` extension.
- Install pioarduino IDE extension.
# Usage
2024-12-16 21:25:16 +01:00
1. Setup new VSCode pioarduino project.
1. Configure a platform option in platformio.ini file:
2018-01-10 14:13:33 +02:00
2025-01-25 16:29:45 +01:00
### Stable Arduino
2024-12-16 21:25:16 +01:00
currently espressif Arduino 3.1.0 and IDF 5.3.2.241210
2018-01-10 14:13:33 +02:00
```ini
[env:stable]
2024-11-20 19:02:11 +01:00
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
2018-01-10 14:13:33 +02:00
board = ...
...
2016-10-22 02:20:57 +03:00
```
2018-01-10 14:13:33 +02:00
2025-01-25 16:29:45 +01:00
### Development Arduino
2024-12-19 15:52:15 +01:00
espressif Arduino repo branch master and latest compiled Arduino libs
2018-01-10 14:13:33 +02:00
```ini
[env:development]
2024-12-16 21:25:16 +01:00
platform = https://github.com/pioarduino/platform-espressif32.git#develop
2018-01-10 14:13:33 +02:00
board = ...
...
```
2024-12-22 13:14:30 +01:00
2025-01-26 12:23:43 +01:00
### ESP32-solo1 and ESP32-C2 Arduino support (with pioarduino only feature: *Hybrid compile*)
2025-01-25 16:29:45 +01:00
Example configuration:
```ini
[env:esp32solo1]
platform = https://github.com/pioarduino/platform-espressif32.git#develop
framework = arduino
board = esp32-solo1
monitor_speed = 115200
[env:esp32-c2-devkitm-1]
platform = https://github.com/pioarduino/platform-espressif32.git#develop
framework = arduino
board = esp32-c2-devkitm-1
monitor_speed = 115200
```
2024-12-22 13:14:30 +01:00
Looking for sponsor button? There is none. If you want to donate, please spend a litte to a charity organization.