|
1 | 1 | # pioarduino (p)eople (i)nitiated (o)ptimized (arduino)
|
2 | 2 |
|
3 |
| -[](https://github.com/pioarduino/platform-espressif32/actions/workflows/examples.yml) |
| 3 | +[](https://github.com/pioarduino/platform-espressif32/actions) |
4 | 4 | [](https://discord.gg/Nutz9crnZr)
|
| 5 | +[](https://deepwiki.com/pioarduino/platform-espressif32) |
5 | 6 | [](https://github.com/pioarduino/platform-espressif32/releases/latest)
|
6 | 7 |
|
7 | 8 | Espressif Systems is a privately held, fabless semiconductor company renowned for delivering cost-effective wireless communication microcontrollers. Their innovative solutions are widely adopted in mobile devices and Internet of Things (IoT) applications around the globe.
|
8 | 9 |
|
9 | 10 | ## General
|
10 | 11 | * 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.
|
11 | 12 | * No support for the Arduino Nora Nano board, issues needs to be solved by the community
|
12 |
| - |
13 | 13 | ## IDE Preparation
|
| 14 | +Prerequisites: |
| 15 | +- Python >= 3.10 is required for pioarduino to function properly. |
| 16 | + |
| 17 | +## Installation |
14 | 18 | - [Download and install Microsoft Visual Studio Code](https://code.visualstudio.com/). pioarduino IDE is on top of it.
|
15 | 19 | - Open the extension manager.
|
16 | 20 | - Search for the `pioarduino ide` extension.
|
@@ -49,13 +53,13 @@ Example configuration:
|
49 | 53 |
|
50 | 54 | ```ini
|
51 | 55 | [env:esp32solo1]
|
52 |
| -platform = https://github.com/pioarduino/platform-espressif32.git#develop |
| 56 | +platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip |
53 | 57 | framework = arduino
|
54 | 58 | board = esp32-solo1
|
55 | 59 | monitor_speed = 115200
|
56 | 60 |
|
57 | 61 | [env:esp32-c2-devkitm-1]
|
58 |
| -platform = https://github.com/pioarduino/platform-espressif32.git#develop |
| 62 | +platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip |
59 | 63 | framework = arduino
|
60 | 64 | board = esp32-c2-devkitm-1
|
61 | 65 | monitor_speed = 115200
|
|
0 commit comments