-
-
Notifications
You must be signed in to change notification settings - Fork 458
[MKC-1878] Shared sketches in IDE #2226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file added
BIN
+422 KB
...nt/software/ide-v2/tutorials/ide-v2-shared-sketches/assets/account-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+390 KB
content/software/ide-v2/tutorials/ide-v2-shared-sketches/assets/enter-id.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+434 KB
...nt/software/ide-v2/tutorials/ide-v2-shared-sketches/assets/open-preferences.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+479 KB
content/software/ide-v2/tutorials/ide-v2-shared-sketches/assets/shared-sketch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions
38
content/software/ide-v2/tutorials/ide-v2-shared-sketches/ide-v2-shared-sketches.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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"**. | ||
|
||
 | ||
|
||
## 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)**. | ||
 | ||
|
||
2. Search for "shared", and enter your Space ID in the form field. | ||
 | ||
|
||
3. Go to your sketchbook, click the Cloud icon, and sketches from the shared space should appear. | ||
 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.