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
For overview of SoC's support, take a look on `Supported Soc's table <https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html#supported-soc-s>`_ where you can find if the particular chip is under stable or development release.
@@ -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 are 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.
.. warning:: Arduino ESP32 core v2.x.x cannot be used on Windows 8.x x86 (32 bits), Windows 7 or earlier. The Windows 32 bits OS is no longer supported by this toolchain.
65
132
@@ -150,6 +217,11 @@ How to update to the latest code
150
217
Linux
151
218
-----
152
219
220
+
.. figure:: _static/logo_linux.png
221
+
:align:center
222
+
:width:200
223
+
:figclass:align-center
224
+
153
225
Debian/Ubuntu
154
226
*************
155
227
@@ -263,20 +335,5 @@ Where ``~/Documents/Arduino`` represents your sketch book location as per "Ardui
263
335
264
336
- Restart Arduino IDE.
265
337
266
-
PlatformIO
267
-
----------
268
-
269
-
- `What is PlatformIO? <https://docs.platformio.org/en/latest/what-is-platformio.html?utm_source=github&utm_medium=arduino-esp32>`_
270
-
271
-
- `PlatformIO IDE <https://platformio.org/platformio-ide?utm_source=github&utm_medium=arduino-esp32>`_
0 commit comments