Skip to content

Commit ec3ac66

Browse files
committed
Update IDE-Support.md
1 parent 6e51061 commit ec3ac66

File tree

1 file changed

+50
-48
lines changed

1 file changed

+50
-48
lines changed

content/Custom/Hubs/IDE-Support.md

Lines changed: 50 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ id: 9207690465436
77
<div class="actions-item">
88
<a id="keep" href="https://support.arduino.cc/hc/en-us/articles/360019833020-Download-and-install-Arduino-IDE"></a>
99
<img src="https://content.arduino.cc/assets/hc-download.svg">
10-
<span class="link-chevron-right">Get Arduino IDE</span>
10+
<span class="link-chevron-right">Download Arduino IDE</span>
11+
</div>
12+
<div class="actions-item actions-chevron">
13+
<img src="https://content.arduino.cc/assets/hc-terminal.svg">
14+
<a id="keep" href="https://docs.arduino.cc/software/ide-v2/tutorials/getting-started-ide-v2/"></a>
15+
<span class="link-chevron-right">Get started with Arduino IDE</span>
1116
</div>
1217
<div class="actions-item">
1318
<img src="https://content.arduino.cc/assets/hc-checkmark.svg">
@@ -19,90 +24,87 @@ id: 9207690465436
1924
<a id="keep" href="https://support.arduino.cc/hc/en-us/articles/4403365287826-Change-the-language-in-Arduino-IDE"></a>
2025
<span class="link-chevron-right">Change language</span>
2126
</div>
22-
<div class="actions-item">
23-
<img src="https://content.arduino.cc/assets/hc-zoom.svg">
24-
<a id="keep" href="https://support.arduino.cc/hc/en-us/articles/4402771781522-Change-text-and-display-size-settings-in-Arduino-IDE"></a>
25-
<span class="link-chevron-right">Change text and display size</span>
26-
</div>
27-
<!--<div class="actions-item">
28-
<img src="https://content.arduino.cc/assets/hc-text_indent.svg">
29-
<a id="keep" href="https://support.arduino.cc/hc/en-us/articles/4406711538450-Enable-autocomplete-in-IDE-2"></a>
30-
<span class="link-chevron-right">Enable autocomplete</span>
31-
</div>-->
3227
</div>
3328
<h2 class="center hub">Troubleshooting</h2>
3429
<div class="info-wrapper">
3530
<div class="info-item">
3631
<img src="https://content.arduino.cc/assets/hc-warning.svg">
37-
<p class="info-title">Errors in the console?</p>
32+
<p class="info-title">Can't compile or upload?</p>
3833
<p>
39-
The easiest way to find a solution for a specific error is to copy the
40-
error description from the console, and paste it on the search bar. You
41-
can also read more about:
34+
Issues can occur when compiling or uploading a sketch. If an error message appears in the console, a quick way to find a solution is to copy and paste it into the search bar. Learn how to:
4235
</p>
43-
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/4403365313810-Errors-when-uploading-a-sketch">Errors when uploading a sketch</a>
44-
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/4402764401554-Compilation-errors-when-uploading">If your sketch doesn’t compile</a>
36+
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/4402764401554-If-your-sketch-doesn-t-compile">Fix compilation issues</a>
37+
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/4403365313810-If-your-sketch-doesn-t-upload">Fix upload issues</a>
4538
</div>
4639
<div class="info-item">
4740
<img src="https://content.arduino.cc/assets/hc-USB.svg">
4841
<p class="info-title">Board not detected?</p>
49-
<p>Read more about:</p>
50-
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/4412955149586-If-your-board-is-not-detected-by-Arduino-IDE">If your board is not detected by Arduino IDE</a>
51-
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/360016495679-Fix-port-access-on-Linux">Fix port access on Linux</a>
42+
<p>Learn what to do if your Arduino board is missing from the board selector or from the <em>Tools > Port</em> menu.</p>
43+
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/4412955149586-If-your-board-is-not-detected-by-Arduino-IDE">Fix board detection issues</a>
5244
</div>
5345
<div class="info-item">
5446
<img src="https://content.arduino.cc/assets/hc-hourglass.svg">
5547
<p class="info-title">If the Arduino IDE is unresponsive</p>
5648
<p>
57-
Learn what to do if the Arduino IDE hangs, freezes, or otherwise becomes
49+
Learn what to do if the Arduino IDE hangs, freezes, or becomes
5850
unresponsive.
5951
</p>
60-
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/4410177782418-If-the-Arduino-IDE-freezes-or-is-unresponsive">Read the article</a>
52+
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/4410177782418-If-the-Arduino-IDE-freezes-or-is-unresponsive">Fix issues with Arduino IDE</a>
53+
</div>
54+
<div class="info-item ">
55+
<img src="https://content.arduino.cc/assets/hc-folder.svg">
56+
<p class="info-title">Find files used by Arduino IDE</p>
57+
<p>
58+
Find where sketches, libraries, board platforms, and other files used
59+
by Arduino IDE are stored on your computer. This can be useful for project organization and troubleshooting.
60+
</p>
61+
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/4415103213714-Find-sketches-libraries-cores-and-other-files-on-your-computer">Locate Arduino IDE files</a>
6162
</div>
6263
<div class="info-item">
6364
<img src="https://content.arduino.cc/assets/hc-settings.svg">
64-
<p class="info-title">Troubleshoot a sketch</p>
65+
<p class="info-title">Install a custom core version</p>
6566
<p>
66-
There are many factors involved in uploading a program to your Arduino
67-
board, and if any of them are missing, the upload could fail.
67+
The IDE allows for multiple versions of the same core to be installed
68+
simultaneously. This can be useful for testing purposes, or for solving
69+
compatibility issues with a specific core version.
6870
</p>
69-
<a class="link-up-right" href="https://docs.arduino.cc/learn/starting-guide/troubleshooting-sketches">Learn more about possible issues</a>
71+
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/360021232160-How-to-install-and-use-a-custom-core-version-in-the-IDE">Learn how to install and use a custom core version</a>
7072
</div>
7173
</div>
7274
<h2 class="center hub">Resources</h2>
7375
<div class="info-wrapper">
7476
<div class="info-item">
7577
<img src="https://content.arduino.cc/assets/hc-library.svg">
7678
<p class="info-title">Libraries</p>
77-
<p>Learn more about managing libraries.</p>
79+
<p>Learn more about managing libraries:</p>
7880
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/5145457742236-Add-libraries-to-Arduino-IDE">Add libraries to Arduino IDE</a>
7981
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/360016077340-Uninstall-a-library-from-Arduino-IDE">Uninstall a library from Arduino IDE</a>
80-
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/360012175419-How-to-submit-a-third-party-library-to-the-Arduino-Library-Manager">Submit a 3rd part library to the manager</a>
81-
</div>
82-
<div class="info-item ">
83-
<img src="https://content.arduino.cc/assets/hc-search.svg">
84-
<p class="info-title">Find files used by Arduino IDE</p>
85-
<p>
86-
Learn where sketches, libraries, board platforms, and other files used
87-
by Arduino IDE are stored on your computer.
88-
</p>
89-
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/4415103213714-Find-sketches-libraries-cores-and-other-files-on-your-computer">Read the article</a>
82+
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/360012175419-How-to-submit-a-third-party-library-to-the-Arduino-Library-Manager">Submit a 3rd-part library to the manager</a>
9083
</div>
9184
<div class="info-item">
92-
<img src="https://content.arduino.cc/assets/hc-settings.svg">
93-
<p class="info-title">Install a custom core version</p>
94-
<p>
95-
The IDE allows for multiple versions of the same core to be installed
96-
simultaneously. This can be useful for testing purposes, or for solving
97-
compatibility issues with a specific core version.
98-
</p>
99-
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/360021232160-How-to-install-and-use-a-custom-core-version-in-the-IDE">Learn how to install and use a custom core version in the IDE</a>
85+
<img src="https://content.arduino.cc/assets/hc-zoom.svg">
86+
<p class="info-title">Text and display size settings</p>
87+
<a id="keep" href="https://support.arduino.cc/hc/en-us/articles/4402771781522-Change-text-and-display-size-settings-in-Arduino-IDE"></a>
88+
<p>Learn how to change text and display size in Arduino IDE</p>
89+
<a class="link-chevron-right">Change text and display size</a>
10090
</div>
10191
<div class="info-item">
10292
<img src="https://content.arduino.cc/assets/hc-text_indent.svg">
103-
<p class="info-title">Enable autocomplete</p>
104-
<p>Learn how to enable the autocomplete feature in Arduino 2:</p>
105-
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/4406711538450-Enable-autocomplete-in-IDE-2">Read the guide</a>
93+
<p class="info-title">Autocomplete feature</p>
94+
<p>Learn how to enable the autocomplete feature in Arduino IDE.</p>
95+
<a class="link-chevron-right" href="https://support.arduino.cc/hc/en-us/articles/4406711538450-Enable-autocomplete-in-IDE-2">Enable autocomplete</a>
96+
</div>
97+
<div class="info-item">
98+
<img src="https://content.arduino.cc/assets/hc-serial.svg">
99+
<p class="info-title">Serial monitor</p>
100+
<p> The serial monitor can be used for debugging, testing concepts, or communicating with the Arduino board</p>
101+
<a class="link-chevron-right" href="https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-serial-monitor/">Learn more about the serial monitor</a>
102+
</div>
103+
<div class="info-item">
104+
<img src="https://content.arduino.cc/assets/hc-vibrations.svg">
105+
<p class="info-title">Serial plotter</p>
106+
<p> The serial plotter is a tool for tracking and visualising different data that is sent from your Arduino board.</p>
107+
<a class="link-chevron-right" href="https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-serial-plotter/">Learn more about the serial plotter</a>
106108
</div>
107109
</div>
108110
<h2 class="center hub">Search other topics</h2>

0 commit comments

Comments
 (0)