diff --git a/content/software/ide-v2/tutorials/ide-v2-shared-sketches/assets/account-settings.png b/content/software/ide-v2/tutorials/ide-v2-shared-sketches/assets/account-settings.png new file mode 100644 index 0000000000..fcbab5313b Binary files /dev/null and b/content/software/ide-v2/tutorials/ide-v2-shared-sketches/assets/account-settings.png differ diff --git a/content/software/ide-v2/tutorials/ide-v2-shared-sketches/assets/enter-id.png b/content/software/ide-v2/tutorials/ide-v2-shared-sketches/assets/enter-id.png new file mode 100644 index 0000000000..91e38c3419 Binary files /dev/null and b/content/software/ide-v2/tutorials/ide-v2-shared-sketches/assets/enter-id.png differ diff --git a/content/software/ide-v2/tutorials/ide-v2-shared-sketches/assets/open-preferences.png b/content/software/ide-v2/tutorials/ide-v2-shared-sketches/assets/open-preferences.png new file mode 100644 index 0000000000..e631958fae Binary files /dev/null and b/content/software/ide-v2/tutorials/ide-v2-shared-sketches/assets/open-preferences.png differ diff --git a/content/software/ide-v2/tutorials/ide-v2-shared-sketches/assets/shared-sketch.png b/content/software/ide-v2/tutorials/ide-v2-shared-sketches/assets/shared-sketch.png new file mode 100644 index 0000000000..26cd093217 Binary files /dev/null and b/content/software/ide-v2/tutorials/ide-v2-shared-sketches/assets/shared-sketch.png differ diff --git a/content/software/ide-v2/tutorials/ide-v2-shared-sketches/ide-v2-shared-sketches.md b/content/software/ide-v2/tutorials/ide-v2-shared-sketches/ide-v2-shared-sketches.md new file mode 100644 index 0000000000..c82b4d12f7 --- /dev/null +++ b/content/software/ide-v2/tutorials/ide-v2-shared-sketches/ide-v2-shared-sketches.md @@ -0,0 +1,38 @@ +--- +title: 'Import Shared Sketches' +difficulty: beginner +description: 'Learn how to import sketches from a shared space into the Arduino IDE.' +tags: + - Arduino Cloud + - Shared Sketches +author: 'Karl Söderby' +--- + +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. + +In this tutorial, we will learn how to change a setting that allows you to import projects based on a **Space ID**. + +***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.*** + +## Requirements + +- [Arduino IDE 2 installed](https://www.arduino.cc/en/software). +- [Arduino Cloud](https://app.arduino.cc/) account. + +## Retrieve Space ID + +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"**. +2. Copy the ID located under **"Space ID"**. + +![Retrieve Space ID from Arduino Cloud.](assets/account-settings.png) + +## Enable Shared Space in IDE + +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)"**. + ![Open settings.](assets/open-preferences.png) + +2. Search for "shared", and enter your Space ID in the form field. + ![Enter Space ID.](assets/enter-id.png) + +3. Go to your sketchbook, click the Cloud icon, and sketches from the shared space should appear. + ![Remote Sketchbook.](assets/shared-sketch.png) \ No newline at end of file