|
| 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 | + |
| 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 | +  |
| 33 | + |
| 34 | +2. Search for "shared", and enter your Space ID in the form field. |
| 35 | +  |
| 36 | + |
| 37 | +3. Go to your sketchbook, click the Cloud icon, and sketches from the shared space should appear. |
| 38 | +  |
0 commit comments