You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore installation instructions for Cloud app for ChromeOS [HC-1567] (#474)
* Update Use-Arduino-with-Chromebook.md
* Update Use-Arduino-with-Chromebook.md
Double-checked that browser and app version work the same.
* lint
* Remove some dated/redundant content
* Changes after feedback
---------
Co-authored-by: seaxwi <[email protected]>
Copy file name to clipboardExpand all lines: content/Arduino Cloud/Arduino Chrome App/Use-Arduino-with-Chromebook.md
+19-25Lines changed: 19 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,23 +3,21 @@ title: "Use Arduino with Chromebook"
3
3
id: 360016495639
4
4
---
5
5
6
-
<!-- markdownlint-disable MD028 -->
7
-
> [!IMPORTANT]
8
-
> **Arduino Cloud for Chromebook** has been removed from Google Play and is currently unavailable. We are actively working to resolve the issue.
6
+
Learn how to write and upload Arduino sketches on Chromebooks running ChromeOS.
9
7
10
-
> [!TIP]
11
-
> You can now use the Cloud Editor on ChromeOS directly in the Chrome browser. No installation of apps or extensions is required.
12
-
>
13
-
> [Use the Cloud Editor in the Chrome browser](#use-the-cloud-editor-in-the-chrome-browser){.link-chevron-right}
14
-
<!-- markdownlint-enable MD028 -->
8
+
In this article:
15
9
16
-
You can write and upload sketches on ChromeOS with the Cloud Editor in Arduino Cloud. The Cloud Editor has an extensive feature set similar to the desktop IDE. While many popular boards are compatible, you should check [the list of compatible boards here](https://support.arduino.cc/hc/en-us/articles/360014779899).
10
+
*[About Arduino on Chromebook](#about-arduino-on-chromebook)
11
+
*[Install the Arduino Cloud for Chromebook App (Optional)](#install-arduino-cloud-for-chromebook-app)
12
+
*[Use the Arduino Cloud Editor](#use-the-cloud-editor)
17
13
18
14
---
19
15
20
-
## About Arduino on Chromebook
16
+
## About Arduino on Chromebook {#about-arduino-on-chromebook}
21
17
22
-
The currently supported boards include:
18
+
You can create and upload sketches on ChromeOS using the Arduino Cloud Editor.
19
+
20
+
The following boards are supported when using the Cloud Editor on ChromeOS:
23
21
24
22
* Arduino UNO R4 Minima
25
23
* Arduino UNO R4 WiFi
@@ -29,25 +27,23 @@ The currently supported boards include:
29
27
* Arduino RP2040 Connect
30
28
* Arduino UNO WiFi Rev2
31
29
32
-
You can use supported Arduino boards on ChromeOS in the following ways[^chrome-apps]:
33
-
34
-
*[Use the Arduino Cloud Editor in the Chrome Browser](#use-the-cloud-editor-in-the-chrome-browser)
35
-
<!-- Add link to Arduino Cloud for Chromebook when it becomes available -->
36
-
*~~Use the Arduino Cloud for Chromebook app~~ (currently unavailable)
37
-
38
-
<aid="compatible"></a>
39
-
40
30
[Learn more about boards compatible with the Cloud Editor](https://support.arduino.cc/hc/en-us/articles/360014779899-Boards-compatible-with-the-Web-Editor){.link-chevron-right}
41
31
42
-
[^chrome-apps]: The previous "Chrome Apps" are no longer supported, but are still available in the Chrome web store. See <aclass="link-external"href="https://chrome.google.com/webstore/detail/arduino-create/dcgicpihgkmccjigalccipmjlnjopdfe">Arduino Create</a> and <aclass="link-external"href="https://chrome.google.com/webstore/detail/elmgohdonjdampbcgefphnlchgocpaij">Arduino Create for Education</a>. Note that Chrome Apps will be fully [deprecated](https://blog.chromium.org/2020/08/changes-to-chrome-app-support-timeline.html)
43
-
44
32
---
45
33
46
-
## Use the Cloud Editor in the Chrome browser {#use-the-cloud-editor-in-the-chrome-browser}
34
+
## Install the Arduino Cloud for Chromebook app (Optional){#install-arduino-cloud-for-chromebook-app}
35
+
36
+
1. Open [Arduino Cloud for Chromebook (Google Play)](https://play.google.com/store/apps/details?id=cc.arduino.create_editor){.link-external}
37
+
2. Click the **Install** button on the page.
38
+
3. Choose the device and click **Install**.
39
+
4. Find the app in the **Launcher** to open it.
40
+
5. Sign in to your Arduino account
41
+
42
+
## Use the Cloud Editor {#use-the-cloud-editor}
47
43
48
44
Follow these steps:
49
45
50
-
1.Open the Chrome browser and go to [app.arduino.cc](https://app.arduino.cc/).
46
+
1.To start, go to [app.arduino.cc](https://app.arduino.cc/) or open the [Arduino Cloud for Chromebook app](https://play.google.com/store/apps/details?id=cc.arduino.create_editor).
51
47
52
48
1. In the sidebar, select the **Sketches** tab.
53
49
@@ -81,8 +77,6 @@ Follow these steps:
81
77
82
78

83
79
84
-
---
85
-
86
80
## Troubleshooting
87
81
88
82
* Verify that the board is [compatible](https://support.arduino.cc/hc/en-us/articles/360014779899-Boards-compatible-with-the-Web-Editor).
0 commit comments