Skip to content

Commit 8a9aa95

Browse files
authored
Merge pull request #2226 from arduino/karlsoderby/shared-sketch-id-ide
[MKC-1878] Shared sketches in IDE
2 parents db97f75 + bd8d82d commit 8a9aa95

File tree

5 files changed

+38
-0
lines changed

5 files changed

+38
-0
lines changed
Loading
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: 'Import Shared Sketches'
3+
difficulty: beginner
4+
description: 'Learn how to import sketches from a shared space into the Arduino IDE.'
5+
tags:
6+
- Arduino Cloud
7+
- Shared Sketches
8+
author: 'Karl Söderby'
9+
---
10+
11+
The Arduino IDE can be synchronized with your [Arduino Cloud](https://app.arduino.cc/) account, which can be used to [work on your Cloud sketches from the Arduino IDE](https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-cloud-sketch-sync/). In the Arduino Cloud, you can also set up shared spaces for collaborating on projects.
12+
13+
In this tutorial, we will learn how to change a setting that allows you to import projects based on a **Space ID**.
14+
15+
***Note that you will need to have a Shared Space already set up to follow this tutorial. Learn more about [shared spaces](https://docs.arduino.cc/arduino-cloud/education/shared-spaces/) in the Arduino Cloud.***
16+
17+
## Requirements
18+
19+
- [Arduino IDE 2 installed](https://www.arduino.cc/en/software).
20+
- [Arduino Cloud](https://app.arduino.cc/) account.
21+
22+
## Retrieve Space ID
23+
24+
1. Log in to your Arduino Account, and navigate to [Cloud App](https://app.arduino.cc/). At the top left bar, click your profile name, select the space, and click on **"Account Settings"**.
25+
2. Copy the ID located under **"Space ID"**.
26+
27+
![Retrieve Space ID from Arduino Cloud.](assets/account-settings.png)
28+
29+
## Enable Shared Space in IDE
30+
31+
1. Open the Arduino IDE, and open the "Preferences" menu, through the command **⌘ + Shift + P (Mac)** or **CTRL + Shift + P (Windows)**. Open the **"Preferences: Open Settings (UI)"**.
32+
![Open settings.](assets/open-preferences.png)
33+
34+
2. Search for "shared", and enter your Space ID in the form field.
35+
![Enter Space ID.](assets/enter-id.png)
36+
37+
3. Go to your sketchbook, click the Cloud icon, and sketches from the shared space should appear.
38+
![Remote Sketchbook.](assets/shared-sketch.png)

0 commit comments

Comments
 (0)