You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/installing.rst
+79-22
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,18 @@ This guide will show how to install the Arduino-ESP32 support.
7
7
Before Installing
8
8
-----------------
9
9
10
-
We recommend you install the support using the Boards Manager, but other options are available depending on your operating system.
10
+
We recommend you install the support using your favorite IDE, but other options are available depending on your operating system.
11
11
To install Arduino-ESP32 support, you can use one of the following options.
12
12
13
-
Installing using Boards Manager
14
-
-------------------------------
13
+
Installing using Arduino IDE
14
+
----------------------------
15
15
16
-
This is the preferred and easiest way to install Arduino-ESP32.
16
+
.. figure:: _static/logo_arduino.png
17
+
:align:center
18
+
:width:200
19
+
:figclass:align-center
20
+
21
+
This is the way to install Arduino-ESP32 directly from the Arduino IDE.
17
22
18
23
.. note::
19
24
Currently, the support for new chips (ESP32-S2 and ESP32-C3) is in the development release. Consider installing the development release if you need to test the new supported SoC in beta.
@@ -58,8 +63,70 @@ To start the installation process using the Boards Managaer, follow these steps:
58
63
59
64
- Restart Arduino IDE.
60
65
61
-
Windows
62
-
-------
66
+
Installing using PlatformIO
67
+
---------------------------
68
+
69
+
.. figure:: _static/logo_pio.png
70
+
:align:center
71
+
:width:200
72
+
:figclass:align-center
73
+
74
+
PlatformIO is one of most popular embedded development tool. Currently, it supports Arduino ESP32 and ESP-IDF from Espressif (other platforms is also supported).
75
+
76
+
To install PIO, you can follow this Getting Started, provided by PIO at `docs.platformio.org`_.
77
+
78
+
To test the latest Arduino ESP32, you need to change your project *platform.ini* accordingly.
79
+
80
+
- Start a new project and select one of the available board. You can change after by changing the *platform.ini* file.
0 commit comments